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(34.7888,-86.9777)};var g_3ac35a71328200e6980b45dcc8ca36ca = new google.maps.Geocoder();g_3ac35a71328200e6980b45dcc8ca36ca.geocode( { 'address': "637 US-72, Athens, AL 35611, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('athens-AL-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('athens-AL-advance-america'), mapOptions);}document.getElementById('f982c230').innerHTML += ' | View Map';var $l3ac35a71328200e6980b45dcc8ca36ca = '

Advance America

Address: 637 US-72, Athens, AL 35611, USA
Phone: (256) 232-6855
';var m_3ac35a71328200e6980b45dcc8ca36ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_3ac35a71328200e6980b45dcc8ca36ca['infowindow'] = new google.maps.InfoWindow({content: $l3ac35a71328200e6980b45dcc8ca36ca});var infowindow = new google.maps.InfoWindow({content: $l3ac35a71328200e6980b45dcc8ca36ca});google.maps.event.addListener(m_3ac35a71328200e6980b45dcc8ca36ca, 'click', function() {infowindow.open(map,m_3ac35a71328200e6980b45dcc8ca36ca);});$marker.push(m_3ac35a71328200e6980b45dcc8ca36ca);}});}google.maps.event.addDomListener(window, 'load', initialize);