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(33.4389,-86.0862)};var g_a52008a7279cedfb6430eca0bf2a6df2 = new google.maps.Geocoder();g_a52008a7279cedfb6430eca0bf2a6df2.geocode( { 'address': "726 E Battle St, Talladega, AL 35160, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('talladega-AL-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('talladega-AL-advance-america'), mapOptions);}document.getElementById('755674d3').innerHTML += ' | View Map';var $la52008a7279cedfb6430eca0bf2a6df2 = '

Advance America

Address: 726 E Battle St, Talladega, AL 35160, USA
Phone: (256) 362-0469
';var m_a52008a7279cedfb6430eca0bf2a6df2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_a52008a7279cedfb6430eca0bf2a6df2['infowindow'] = new google.maps.InfoWindow({content: $la52008a7279cedfb6430eca0bf2a6df2});var infowindow = new google.maps.InfoWindow({content: $la52008a7279cedfb6430eca0bf2a6df2});google.maps.event.addListener(m_a52008a7279cedfb6430eca0bf2a6df2, 'click', function() {infowindow.open(map,m_a52008a7279cedfb6430eca0bf2a6df2);});$marker.push(m_a52008a7279cedfb6430eca0bf2a6df2);}});}google.maps.event.addDomListener(window, 'load', initialize);