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(25.9859,-80.1576)};var g_804fce744c17d9250210436d98709490 = new google.maps.Geocoder();g_804fce744c17d9250210436d98709490.geocode( { 'address': "730 Hallandale Beach Blvd #101, Hallandale Beach, FL 33009, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hallandale-beach-FL-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('hallandale-beach-FL-advance-america'), mapOptions);}document.getElementById('3dea92f1').innerHTML += ' | View Map';var $l804fce744c17d9250210436d98709490 = '

Advance America

Address: 730 Hallandale Beach Blvd #101, Hallandale Beach, FL 33009, USA
Phone: (954) 457-3944
';var m_804fce744c17d9250210436d98709490 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_804fce744c17d9250210436d98709490['infowindow'] = new google.maps.InfoWindow({content: $l804fce744c17d9250210436d98709490});var infowindow = new google.maps.InfoWindow({content: $l804fce744c17d9250210436d98709490});google.maps.event.addListener(m_804fce744c17d9250210436d98709490, 'click', function() {infowindow.open(map,m_804fce744c17d9250210436d98709490);});$marker.push(m_804fce744c17d9250210436d98709490);}});}google.maps.event.addDomListener(window, 'load', initialize);