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.9328,-91.4053)};var g_3cd9d548c348e9d879c0d831c40afeb8 = new google.maps.Geocoder();g_3cd9d548c348e9d879c0d831c40afeb8.geocode( { 'address': "636 Hampshire St, Quincy, IL 62301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('quincy-IL-first-mid-illinois-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('quincy-IL-first-mid-illinois-bank--trust'), mapOptions);}document.getElementById('af3a61f6').innerHTML += ' | View Map';var $l3cd9d548c348e9d879c0d831c40afeb8 = '

First Mid-Illinois Bank & Trust

Address: 636 Hampshire St, Quincy, IL 62301, USA
Phone: (217) 223-4983
';var m_3cd9d548c348e9d879c0d831c40afeb8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Mid-Illinois Bank & Trust',});m_3cd9d548c348e9d879c0d831c40afeb8['infowindow'] = new google.maps.InfoWindow({content: $l3cd9d548c348e9d879c0d831c40afeb8});var infowindow = new google.maps.InfoWindow({content: $l3cd9d548c348e9d879c0d831c40afeb8});google.maps.event.addListener(m_3cd9d548c348e9d879c0d831c40afeb8, 'click', function() {infowindow.open(map,m_3cd9d548c348e9d879c0d831c40afeb8);});$marker.push(m_3cd9d548c348e9d879c0d831c40afeb8);}});}google.maps.event.addDomListener(window, 'load', initialize);