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(32.1459,-85.7145)};var g_20b02e57f3c1a6b7d540329b76cd61a6 = new google.maps.Geocoder();g_20b02e57f3c1a6b7d540329b76cd61a6.geocode( { 'address': "112 W Conecuh Ave, Union Springs, AL 36089, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('union-springs-AL-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('union-springs-AL-advance-america'), mapOptions);}document.getElementById('a402d0f7').innerHTML += ' | View Map';var $l20b02e57f3c1a6b7d540329b76cd61a6 = '

Advance America

Address: 112 W Conecuh Ave, Union Springs, AL 36089, USA
Phone: (334) 738-8685
';var m_20b02e57f3c1a6b7d540329b76cd61a6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_20b02e57f3c1a6b7d540329b76cd61a6['infowindow'] = new google.maps.InfoWindow({content: $l20b02e57f3c1a6b7d540329b76cd61a6});var infowindow = new google.maps.InfoWindow({content: $l20b02e57f3c1a6b7d540329b76cd61a6});google.maps.event.addListener(m_20b02e57f3c1a6b7d540329b76cd61a6, 'click', function() {infowindow.open(map,m_20b02e57f3c1a6b7d540329b76cd61a6);});$marker.push(m_20b02e57f3c1a6b7d540329b76cd61a6);}});}google.maps.event.addDomListener(window, 'load', initialize);