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.0777,-80.6604)};var g_5fffd34bf2b9d02237582e0a199f5c42 = new google.maps.Geocoder();g_5fffd34bf2b9d02237582e0a199f5c42.geocode( { 'address': "2265 W New Haven Ave, West Melbourne, FL 32904, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-melbourne-FL-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('west-melbourne-FL-advance-america'), mapOptions);}document.getElementById('1fd00f14').innerHTML += ' | View Map';var $l5fffd34bf2b9d02237582e0a199f5c42 = '

Advance America

Address: 2265 W New Haven Ave, West Melbourne, FL 32904, USA
Phone: (321) 728-2388
';var m_5fffd34bf2b9d02237582e0a199f5c42 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_5fffd34bf2b9d02237582e0a199f5c42['infowindow'] = new google.maps.InfoWindow({content: $l5fffd34bf2b9d02237582e0a199f5c42});var infowindow = new google.maps.InfoWindow({content: $l5fffd34bf2b9d02237582e0a199f5c42});google.maps.event.addListener(m_5fffd34bf2b9d02237582e0a199f5c42, 'click', function() {infowindow.open(map,m_5fffd34bf2b9d02237582e0a199f5c42);});$marker.push(m_5fffd34bf2b9d02237582e0a199f5c42);}});}google.maps.event.addDomListener(window, 'load', initialize);