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.0219,-88.5741)};var g_35c03f625ed9d30af9f3f126400db93a = new google.maps.Geocoder();g_35c03f625ed9d30af9f3f126400db93a.geocode( { 'address': "204 S Market St, Monticello, IL 61856"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monticello-IL-central-illinois-bank').style.display = '';map = new google.maps.Map(document.getElementById('monticello-IL-central-illinois-bank'), mapOptions);}document.getElementById('456de9b1').innerHTML += ' | View Map';var $l35c03f625ed9d30af9f3f126400db93a = '

Central Illinois Bank

Address: 204 S Market St, Monticello, IL 61856
Phone: (217) 762-3700
';var m_35c03f625ed9d30af9f3f126400db93a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Illinois Bank',});m_35c03f625ed9d30af9f3f126400db93a['infowindow'] = new google.maps.InfoWindow({content: $l35c03f625ed9d30af9f3f126400db93a});var infowindow = new google.maps.InfoWindow({content: $l35c03f625ed9d30af9f3f126400db93a});google.maps.event.addListener(m_35c03f625ed9d30af9f3f126400db93a, 'click', function() {infowindow.open(map,m_35c03f625ed9d30af9f3f126400db93a);});$marker.push(m_35c03f625ed9d30af9f3f126400db93a);}});}google.maps.event.addDomListener(window, 'load', initialize);