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.3973,-89.9094)};var g_e32c6c0d76c602ec48a1ec030982eb85 = new google.maps.Geocoder();g_e32c6c0d76c602ec48a1ec030982eb85.geocode( { 'address': "111 N Canal St, Annawan, IL 61234"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('annawan-IL-peoples-national-bank-kewanee').style.display = '';map = new google.maps.Map(document.getElementById('annawan-IL-peoples-national-bank-kewanee'), mapOptions);}document.getElementById('01a2a09f').innerHTML += ' | View Map';var $le32c6c0d76c602ec48a1ec030982eb85 = '

Peoples National Bank-Kewanee

Address: 111 N Canal St, Annawan, IL 61234
Phone: (309) 935-5566
';var m_e32c6c0d76c602ec48a1ec030982eb85 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples National Bank-Kewanee',});m_e32c6c0d76c602ec48a1ec030982eb85['infowindow'] = new google.maps.InfoWindow({content: $le32c6c0d76c602ec48a1ec030982eb85});var infowindow = new google.maps.InfoWindow({content: $le32c6c0d76c602ec48a1ec030982eb85});google.maps.event.addListener(m_e32c6c0d76c602ec48a1ec030982eb85, 'click', function() {infowindow.open(map,m_e32c6c0d76c602ec48a1ec030982eb85);});$marker.push(m_e32c6c0d76c602ec48a1ec030982eb85);}});}google.maps.event.addDomListener(window, 'load', initialize);