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.2231,-89.9273)};var g_7d24c36ac85da6029d610602b6994085 = new google.maps.Geocoder();g_7d24c36ac85da6029d610602b6994085.geocode( { 'address': "635 Tenney St, Kewanee, IL 61443, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kewanee-IL-kewanee-bank').style.display = '';map = new google.maps.Map(document.getElementById('kewanee-IL-kewanee-bank'), mapOptions);}document.getElementById('7ccff896').innerHTML += ' | View Map';var $l7d24c36ac85da6029d610602b6994085 = '

Kewanee Bank

Address: 635 Tenney St, Kewanee, IL 61443, USA
Phone: (309) 852-3366
';var m_7d24c36ac85da6029d610602b6994085 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kewanee Bank',});m_7d24c36ac85da6029d610602b6994085['infowindow'] = new google.maps.InfoWindow({content: $l7d24c36ac85da6029d610602b6994085});var infowindow = new google.maps.InfoWindow({content: $l7d24c36ac85da6029d610602b6994085});google.maps.event.addListener(m_7d24c36ac85da6029d610602b6994085, 'click', function() {infowindow.open(map,m_7d24c36ac85da6029d610602b6994085);});$marker.push(m_7d24c36ac85da6029d610602b6994085);}});}google.maps.event.addDomListener(window, 'load', initialize);