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.4737,-89.636)};var g_8889021e037061d26b78d604c8e5b3dd = new google.maps.Geocoder();g_8889021e037061d26b78d604c8e5b3dd.geocode( { 'address': "401 S Church St, Orangeville, IL 61060"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orangeville-IL-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('orangeville-IL-community-bank'), mapOptions);}document.getElementById('f619e34e').innerHTML += ' | View Map';var $l8889021e037061d26b78d604c8e5b3dd = '

Community Bank

Address: 401 S Church St, Orangeville, IL 61060
Phone: (815) 789-4212
';var m_8889021e037061d26b78d604c8e5b3dd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank',});m_8889021e037061d26b78d604c8e5b3dd['infowindow'] = new google.maps.InfoWindow({content: $l8889021e037061d26b78d604c8e5b3dd});var infowindow = new google.maps.InfoWindow({content: $l8889021e037061d26b78d604c8e5b3dd});google.maps.event.addListener(m_8889021e037061d26b78d604c8e5b3dd, 'click', function() {infowindow.open(map,m_8889021e037061d26b78d604c8e5b3dd);});$marker.push(m_8889021e037061d26b78d604c8e5b3dd);}});}google.maps.event.addDomListener(window, 'load', initialize);