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.2325,-89.8412)};var g_460d5587441bf82dbf2acd8a7f56ef86 = new google.maps.Geocoder();g_460d5587441bf82dbf2acd8a7f56ef86.geocode( { 'address': "202 E Main St, Easton, IL 62633, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('easton-IL-community-bank-of-easton').style.display = '';map = new google.maps.Map(document.getElementById('easton-IL-community-bank-of-easton'), mapOptions);}document.getElementById('055e1679').innerHTML += ' | View Map';var $l460d5587441bf82dbf2acd8a7f56ef86 = '

Community Bank of Easton

Address: 202 E Main St, Easton, IL 62633, USA
Phone: (309) 562-7420
';var m_460d5587441bf82dbf2acd8a7f56ef86 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank of Easton',});m_460d5587441bf82dbf2acd8a7f56ef86['infowindow'] = new google.maps.InfoWindow({content: $l460d5587441bf82dbf2acd8a7f56ef86});var infowindow = new google.maps.InfoWindow({content: $l460d5587441bf82dbf2acd8a7f56ef86});google.maps.event.addListener(m_460d5587441bf82dbf2acd8a7f56ef86, 'click', function() {infowindow.open(map,m_460d5587441bf82dbf2acd8a7f56ef86);});$marker.push(m_460d5587441bf82dbf2acd8a7f56ef86);}});}google.maps.event.addDomListener(window, 'load', initialize);