var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(28.5384,-81.3747)};var g_15c41548759b80374bb84cce880ea663 = new google.maps.Geocoder();g_15c41548759b80374bb84cce880ea663.geocode( { 'address': "537 Loyola Cir, Orlando, FL 32828"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orlando-FL-american-express-open').style.display = '';map = new google.maps.Map(document.getElementById('orlando-FL-american-express-open'), mapOptions);}document.getElementById('cb3643d9').innerHTML += ' | View Map';var $l15c41548759b80374bb84cce880ea663 = '

American Express Open

Address: 537 Loyola Cir, Orlando, FL 32828
Phone: (386) 679-1294
';var m_15c41548759b80374bb84cce880ea663 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Express Open',});m_15c41548759b80374bb84cce880ea663['infowindow'] = new google.maps.InfoWindow({content: $l15c41548759b80374bb84cce880ea663});var infowindow = new google.maps.InfoWindow({content: $l15c41548759b80374bb84cce880ea663});google.maps.event.addListener(m_15c41548759b80374bb84cce880ea663, 'click', function() {infowindow.open(map,m_15c41548759b80374bb84cce880ea663);});$marker.push(m_15c41548759b80374bb84cce880ea663);}});}google.maps.event.addDomListener(window, 'load', initialize);