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.5868,-89.4144)};var g_a406251bffb212ab3118cfe19188085b = new google.maps.Geocoder();g_a406251bffb212ab3118cfe19188085b.geocode( { 'address': "112 Market St, Kincaid, IL 62540, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kincaid-IL-midland-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('kincaid-IL-midland-community-bank'), mapOptions);}document.getElementById('f77881da').innerHTML += ' | View Map';var $la406251bffb212ab3118cfe19188085b = '

Midland Community Bank

Address: 112 Market St, Kincaid, IL 62540, USA
Phone: (217) 237-4324
';var m_a406251bffb212ab3118cfe19188085b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Midland Community Bank',});m_a406251bffb212ab3118cfe19188085b['infowindow'] = new google.maps.InfoWindow({content: $la406251bffb212ab3118cfe19188085b});var infowindow = new google.maps.InfoWindow({content: $la406251bffb212ab3118cfe19188085b});google.maps.event.addListener(m_a406251bffb212ab3118cfe19188085b, 'click', function() {infowindow.open(map,m_a406251bffb212ab3118cfe19188085b);});$marker.push(m_a406251bffb212ab3118cfe19188085b);}});}google.maps.event.addDomListener(window, 'load', initialize);