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.4565,-89.671)};var g_60adb41dbdfdd00b0b2e439ac03af991 = new google.maps.Geocoder();g_60adb41dbdfdd00b0b2e439ac03af991.geocode( { 'address': "109 E Maple Ave, Manlius, IL 61338, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manlius-IL-manlius-banking-center---peoples-national-bank-of-kewanee').style.display = '';map = new google.maps.Map(document.getElementById('manlius-IL-manlius-banking-center---peoples-national-bank-of-kewanee'), mapOptions);}document.getElementById('70711616').innerHTML += ' | View Map';var $l60adb41dbdfdd00b0b2e439ac03af991 = '

Manlius Banking Center - Peoples National Bank of Kewanee

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