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(30.5493,-87.7094)};var g_361324587accd8afa09767b9c086acb0 = new google.maps.Geocoder();g_361324587accd8afa09767b9c086acb0.geocode( { 'address': "22245 State Highway 59 S, Ste 3B, Robertsdale, AL 36567, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('robertsdale-AL-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('robertsdale-AL-advance-america'), mapOptions);}document.getElementById('cdf5fd16').innerHTML += ' | View Map';var $l361324587accd8afa09767b9c086acb0 = '

Advance America

Address: 22245 State Highway 59 S, Ste 3B, Robertsdale, AL 36567, USA
Phone: (251) 947-8526
';var m_361324587accd8afa09767b9c086acb0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_361324587accd8afa09767b9c086acb0['infowindow'] = new google.maps.InfoWindow({content: $l361324587accd8afa09767b9c086acb0});var infowindow = new google.maps.InfoWindow({content: $l361324587accd8afa09767b9c086acb0});google.maps.event.addListener(m_361324587accd8afa09767b9c086acb0, 'click', function() {infowindow.open(map,m_361324587accd8afa09767b9c086acb0);});$marker.push(m_361324587accd8afa09767b9c086acb0);}});}google.maps.event.addDomListener(window, 'load', initialize);