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(31.3188,-85.8288)};var g_85c5e33f69ea6c83f8f11fe011d49372 = new google.maps.Geocoder();g_85c5e33f69ea6c83f8f11fe011d49372.geocode( { 'address': "614 Boll Weevil Cir, Enterprise, AL 36330, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('enterprise-AL-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('enterprise-AL-advance-america'), mapOptions);}document.getElementById('647aa0a2').innerHTML += ' | View Map';var $l85c5e33f69ea6c83f8f11fe011d49372 = '

Advance America

Address: 614 Boll Weevil Cir, Enterprise, AL 36330, USA
Phone: (334) 308-1973
';var m_85c5e33f69ea6c83f8f11fe011d49372 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_85c5e33f69ea6c83f8f11fe011d49372['infowindow'] = new google.maps.InfoWindow({content: $l85c5e33f69ea6c83f8f11fe011d49372});var infowindow = new google.maps.InfoWindow({content: $l85c5e33f69ea6c83f8f11fe011d49372});google.maps.event.addListener(m_85c5e33f69ea6c83f8f11fe011d49372, 'click', function() {infowindow.open(map,m_85c5e33f69ea6c83f8f11fe011d49372);});$marker.push(m_85c5e33f69ea6c83f8f11fe011d49372);}});}google.maps.event.addDomListener(window, 'load', initialize);