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.4238,-90.7929)};var g_89d7b51cbf6fdf18a3b0586c9e538b6d = new google.maps.Geocoder();g_89d7b51cbf6fdf18a3b0586c9e538b6d.geocode( { 'address': "109 E Depot St, Colchester, IL 62326"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colchester-IL-united-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('colchester-IL-united-community-bank'), mapOptions);}document.getElementById('cf616931').innerHTML += ' | View Map';var $l89d7b51cbf6fdf18a3b0586c9e538b6d = '

United Community Bank

Address: 109 E Depot St, Colchester, IL 62326
Phone: (309) 776-3225
';var m_89d7b51cbf6fdf18a3b0586c9e538b6d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Community Bank',});m_89d7b51cbf6fdf18a3b0586c9e538b6d['infowindow'] = new google.maps.InfoWindow({content: $l89d7b51cbf6fdf18a3b0586c9e538b6d});var infowindow = new google.maps.InfoWindow({content: $l89d7b51cbf6fdf18a3b0586c9e538b6d});google.maps.event.addListener(m_89d7b51cbf6fdf18a3b0586c9e538b6d, 'click', function() {infowindow.open(map,m_89d7b51cbf6fdf18a3b0586c9e538b6d);});$marker.push(m_89d7b51cbf6fdf18a3b0586c9e538b6d);}});}google.maps.event.addDomListener(window, 'load', initialize);