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(42.0022,-89.3386)};var g_c469f554147deb5635fcb7ec41ce3545 = new google.maps.Geocoder();g_c469f554147deb5635fcb7ec41ce3545.geocode( { 'address': "101 S 4th St, Oregon, IL 61061"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oregon-IL-community-bank-of-oregon').style.display = '';map = new google.maps.Map(document.getElementById('oregon-IL-community-bank-of-oregon'), mapOptions);}document.getElementById('1d0a12c6').innerHTML += ' | View Map';var $lc469f554147deb5635fcb7ec41ce3545 = '

Community Bank Of Oregon

Address: 101 S 4th St, Oregon, IL 61061
Phone: (815) 732-3111
';var m_c469f554147deb5635fcb7ec41ce3545 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank Of Oregon',});m_c469f554147deb5635fcb7ec41ce3545['infowindow'] = new google.maps.InfoWindow({content: $lc469f554147deb5635fcb7ec41ce3545});var infowindow = new google.maps.InfoWindow({content: $lc469f554147deb5635fcb7ec41ce3545});google.maps.event.addListener(m_c469f554147deb5635fcb7ec41ce3545, 'click', function() {infowindow.open(map,m_c469f554147deb5635fcb7ec41ce3545);});$marker.push(m_c469f554147deb5635fcb7ec41ce3545);}});}google.maps.event.addDomListener(window, 'load', initialize);