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.9313,-91.3797)};var g_13a7e65a772b33284569ef5e83a11559 = new google.maps.Geocoder();g_13a7e65a772b33284569ef5e83a11559.geocode( { 'address': "636 Hampshire St, Quincy, IL 62301-3054"}, 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('ed9ad7e9').innerHTML += ' | View Map';var $l13a7e65a772b33284569ef5e83a11559 = '

First Mid-Illinois Bank & Trust

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