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(40.6949,-89.4794)};var g_112f3097fd92b02ff32d5036a0b273cc = new google.maps.Geocoder();g_112f3097fd92b02ff32d5036a0b273cc.geocode( { 'address': "1895 Washington Road, Washington, IL 61571"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('washington-IL-washington-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('washington-IL-washington-community-bank'), mapOptions);}document.getElementById('11831bd1').innerHTML += ' | View Map';var $l112f3097fd92b02ff32d5036a0b273cc = '

Washington Community Bank

Address: 1895 Washington Road, Washington, IL 61571
Phone: (309) 444-1700
';var m_112f3097fd92b02ff32d5036a0b273cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Washington Community Bank',});m_112f3097fd92b02ff32d5036a0b273cc['infowindow'] = new google.maps.InfoWindow({content: $l112f3097fd92b02ff32d5036a0b273cc});var infowindow = new google.maps.InfoWindow({content: $l112f3097fd92b02ff32d5036a0b273cc});google.maps.event.addListener(m_112f3097fd92b02ff32d5036a0b273cc, 'click', function() {infowindow.open(map,m_112f3097fd92b02ff32d5036a0b273cc);});$marker.push(m_112f3097fd92b02ff32d5036a0b273cc);}});}google.maps.event.addDomListener(window, 'load', initialize);