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.4558,-89.6679)};var g_c6328e6d8ac2646424b3838c0bc56a1c = new google.maps.Geocoder();g_c6328e6d8ac2646424b3838c0bc56a1c.geocode( { 'address': "109 W Maple St, Manlius, IL 61338"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manlius-IL-peoples-national-bank-kewanee').style.display = '';map = new google.maps.Map(document.getElementById('manlius-IL-peoples-national-bank-kewanee'), mapOptions);}document.getElementById('8d258dc7').innerHTML += ' | View Map';var $lc6328e6d8ac2646424b3838c0bc56a1c = '

Peoples National Bank-Kewanee

Address: 109 W Maple St, Manlius, IL 61338
Phone: (815) 445-2622
';var m_c6328e6d8ac2646424b3838c0bc56a1c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples National Bank-Kewanee',});m_c6328e6d8ac2646424b3838c0bc56a1c['infowindow'] = new google.maps.InfoWindow({content: $lc6328e6d8ac2646424b3838c0bc56a1c});var infowindow = new google.maps.InfoWindow({content: $lc6328e6d8ac2646424b3838c0bc56a1c});google.maps.event.addListener(m_c6328e6d8ac2646424b3838c0bc56a1c, 'click', function() {infowindow.open(map,m_c6328e6d8ac2646424b3838c0bc56a1c);});$marker.push(m_c6328e6d8ac2646424b3838c0bc56a1c);}});}google.maps.event.addDomListener(window, 'load', initialize);