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(41.221,-89.9261)};var g_96d03f2ae912106329f0cee99287350a = new google.maps.Geocoder();g_96d03f2ae912106329f0cee99287350a.geocode( { 'address': "729 Tenney St, Kewanee, IL 61443, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kewanee-IL-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('kewanee-IL-advance-america'), mapOptions);}document.getElementById('607182fb').innerHTML += ' | View Map';var $l96d03f2ae912106329f0cee99287350a = '

Advance America

Address: 729 Tenney St, Kewanee, IL 61443, USA
Phone: (309) 853-1222
';var m_96d03f2ae912106329f0cee99287350a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_96d03f2ae912106329f0cee99287350a['infowindow'] = new google.maps.InfoWindow({content: $l96d03f2ae912106329f0cee99287350a});var infowindow = new google.maps.InfoWindow({content: $l96d03f2ae912106329f0cee99287350a});google.maps.event.addListener(m_96d03f2ae912106329f0cee99287350a, 'click', function() {infowindow.open(map,m_96d03f2ae912106329f0cee99287350a);});$marker.push(m_96d03f2ae912106329f0cee99287350a);}});}google.maps.event.addDomListener(window, 'load', initialize);