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.2764,-86.2073)};var g_fd31e5cd85f0ec42b569b55b0b165d84 = new google.maps.Geocoder();g_fd31e5cd85f0ec42b569b55b0b165d84.geocode( { 'address': "7345 US Hwy. 431 #C, Albertville, AL 35950, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albertville-AL-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('albertville-AL-advance-america'), mapOptions);}document.getElementById('b5609f90').innerHTML += ' | View Map';var $lfd31e5cd85f0ec42b569b55b0b165d84 = '

Advance America

Address: 7345 US Hwy. 431 #C, Albertville, AL 35950, USA
Phone: (256) 878-0532
';var m_fd31e5cd85f0ec42b569b55b0b165d84 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_fd31e5cd85f0ec42b569b55b0b165d84['infowindow'] = new google.maps.InfoWindow({content: $lfd31e5cd85f0ec42b569b55b0b165d84});var infowindow = new google.maps.InfoWindow({content: $lfd31e5cd85f0ec42b569b55b0b165d84});google.maps.event.addListener(m_fd31e5cd85f0ec42b569b55b0b165d84, 'click', function() {infowindow.open(map,m_fd31e5cd85f0ec42b569b55b0b165d84);});$marker.push(m_fd31e5cd85f0ec42b569b55b0b165d84);}});}google.maps.event.addDomListener(window, 'load', initialize);