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.3216,-88.4548)};var g_5ef58dee88af72916307cc2480b8ea8b = new google.maps.Geocoder();g_5ef58dee88af72916307cc2480b8ea8b.geocode( { 'address': "102 E 6th St, Neoga, IL 62447"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('neoga-IL-first-mid-illinois-bank-trst').style.display = '';map = new google.maps.Map(document.getElementById('neoga-IL-first-mid-illinois-bank-trst'), mapOptions);}document.getElementById('ff4678e9').innerHTML += ' | View Map';var $l5ef58dee88af72916307cc2480b8ea8b = '

First Mid-Illinois Bank & Trst

Address: 102 E 6th St, Neoga, IL 62447
Phone: (217) 895-2226
';var m_5ef58dee88af72916307cc2480b8ea8b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Mid-Illinois Bank & Trst',});m_5ef58dee88af72916307cc2480b8ea8b['infowindow'] = new google.maps.InfoWindow({content: $l5ef58dee88af72916307cc2480b8ea8b});var infowindow = new google.maps.InfoWindow({content: $l5ef58dee88af72916307cc2480b8ea8b});google.maps.event.addListener(m_5ef58dee88af72916307cc2480b8ea8b, 'click', function() {infowindow.open(map,m_5ef58dee88af72916307cc2480b8ea8b);});$marker.push(m_5ef58dee88af72916307cc2480b8ea8b);}});}google.maps.event.addDomListener(window, 'load', initialize);