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(39.5974,-88.6092)};var g_cd483cdcbfa62470fa1ec3771c5fe370 = new google.maps.Geocoder();g_cd483cdcbfa62470fa1ec3771c5fe370.geocode( { 'address': "200 S Hamilton St, Sullivan, IL 61951"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sullivan-IL-first-mid-illinois-bank-trst').style.display = '';map = new google.maps.Map(document.getElementById('sullivan-IL-first-mid-illinois-bank-trst'), mapOptions);}document.getElementById('75755373').innerHTML += ' | View Map';var $lcd483cdcbfa62470fa1ec3771c5fe370 = '

First Mid-Illinois Bank & Trst

Address: 200 S Hamilton St, Sullivan, IL 61951
Phone: (217) 728-4311
';var m_cd483cdcbfa62470fa1ec3771c5fe370 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Mid-Illinois Bank & Trst',});m_cd483cdcbfa62470fa1ec3771c5fe370['infowindow'] = new google.maps.InfoWindow({content: $lcd483cdcbfa62470fa1ec3771c5fe370});var infowindow = new google.maps.InfoWindow({content: $lcd483cdcbfa62470fa1ec3771c5fe370});google.maps.event.addListener(m_cd483cdcbfa62470fa1ec3771c5fe370, 'click', function() {infowindow.open(map,m_cd483cdcbfa62470fa1ec3771c5fe370);});$marker.push(m_cd483cdcbfa62470fa1ec3771c5fe370);}});}google.maps.event.addDomListener(window, 'load', initialize);