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(26.5732,-80.0554)};var g_09b8c2801d5dd8c60892fd8e4de65c35 = new google.maps.Geocoder();g_09b8c2801d5dd8c60892fd8e4de65c35.geocode( { 'address': "1345 S Dixie Hwy, Lantana, FL 33462, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lantana-FL-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('lantana-FL-advance-america'), mapOptions);}document.getElementById('4e92406b').innerHTML += ' | View Map';var $l09b8c2801d5dd8c60892fd8e4de65c35 = '

Advance America

Address: 1345 S Dixie Hwy, Lantana, FL 33462, USA
Phone: (561) 533-7997
';var m_09b8c2801d5dd8c60892fd8e4de65c35 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_09b8c2801d5dd8c60892fd8e4de65c35['infowindow'] = new google.maps.InfoWindow({content: $l09b8c2801d5dd8c60892fd8e4de65c35});var infowindow = new google.maps.InfoWindow({content: $l09b8c2801d5dd8c60892fd8e4de65c35});google.maps.event.addListener(m_09b8c2801d5dd8c60892fd8e4de65c35, 'click', function() {infowindow.open(map,m_09b8c2801d5dd8c60892fd8e4de65c35);});$marker.push(m_09b8c2801d5dd8c60892fd8e4de65c35);}});}google.maps.event.addDomListener(window, 'load', initialize);