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.1099,-88.2472)};var g_e36cf5426895e81a26a2355ae4855b9d = new google.maps.Geocoder();g_e36cf5426895e81a26a2355ae4855b9d.geocode( { 'address': "2229 S Neil St, Champaign, IL 61820-2001"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('champaign-IL-first-mid-illinois-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('champaign-IL-first-mid-illinois-bank-trust'), mapOptions);}document.getElementById('3c6e35fa').innerHTML += ' | View Map';var $le36cf5426895e81a26a2355ae4855b9d = '

First Mid-Illinois Bank & Trust

Address: 2229 S Neil St, Champaign, IL 61820-2001
Phone: (217) 866-1105
';var m_e36cf5426895e81a26a2355ae4855b9d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Mid-Illinois Bank & Trust',});m_e36cf5426895e81a26a2355ae4855b9d['infowindow'] = new google.maps.InfoWindow({content: $le36cf5426895e81a26a2355ae4855b9d});var infowindow = new google.maps.InfoWindow({content: $le36cf5426895e81a26a2355ae4855b9d});google.maps.event.addListener(m_e36cf5426895e81a26a2355ae4855b9d, 'click', function() {infowindow.open(map,m_e36cf5426895e81a26a2355ae4855b9d);});$marker.push(m_e36cf5426895e81a26a2355ae4855b9d);}});}google.maps.event.addDomListener(window, 'load', initialize);