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.1741,-86.2897)};var g_50d85ecb189a3104913506871d252fcc = new google.maps.Geocoder();g_50d85ecb189a3104913506871d252fcc.geocode( { 'address': "41226 US-280, Sylacauga, AL 35150, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sylacauga-AL-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('sylacauga-AL-advance-america'), mapOptions);}document.getElementById('1424406a').innerHTML += ' | View Map';var $l50d85ecb189a3104913506871d252fcc = '

Advance America

Address: 41226 US-280, Sylacauga, AL 35150, USA
Phone: (256) 245-4305
';var m_50d85ecb189a3104913506871d252fcc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_50d85ecb189a3104913506871d252fcc['infowindow'] = new google.maps.InfoWindow({content: $l50d85ecb189a3104913506871d252fcc});var infowindow = new google.maps.InfoWindow({content: $l50d85ecb189a3104913506871d252fcc});google.maps.event.addListener(m_50d85ecb189a3104913506871d252fcc, 'click', function() {infowindow.open(map,m_50d85ecb189a3104913506871d252fcc);});$marker.push(m_50d85ecb189a3104913506871d252fcc);}});}google.maps.event.addDomListener(window, 'load', initialize);