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(38.9022,-90.1484)};var g_cce919ab7895cbd2a83078b7ae76fa06 = new google.maps.Geocoder();g_cce919ab7895cbd2a83078b7ae76fa06.geocode( { 'address': "1625 Washington Ave, Alton, IL 62002, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alton-IL-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('alton-IL-advance-america'), mapOptions);}document.getElementById('9330221f').innerHTML += ' | View Map';var $lcce919ab7895cbd2a83078b7ae76fa06 = '

Advance America

Address: 1625 Washington Ave, Alton, IL 62002, USA
Phone: (618) 462-9665
';var m_cce919ab7895cbd2a83078b7ae76fa06 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_cce919ab7895cbd2a83078b7ae76fa06['infowindow'] = new google.maps.InfoWindow({content: $lcce919ab7895cbd2a83078b7ae76fa06});var infowindow = new google.maps.InfoWindow({content: $lcce919ab7895cbd2a83078b7ae76fa06});google.maps.event.addListener(m_cce919ab7895cbd2a83078b7ae76fa06, 'click', function() {infowindow.open(map,m_cce919ab7895cbd2a83078b7ae76fa06);});$marker.push(m_cce919ab7895cbd2a83078b7ae76fa06);}});}google.maps.event.addDomListener(window, 'load', initialize);