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.8297,-90.5594)};var g_6c684e11fdc88423611171996bd4d043 = new google.maps.Geocoder();g_6c684e11fdc88423611171996bd4d043.geocode( { 'address': "920 State Highway 104, Meredosia, IL 62665"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('meredosia-IL-meredosia-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('meredosia-IL-meredosia-community-bank'), mapOptions);}document.getElementById('fd4a556c').innerHTML += ' | View Map';var $l6c684e11fdc88423611171996bd4d043 = '

Meredosia Community Bank

Address: 920 State Highway 104, Meredosia, IL 62665
Phone: (217) 584-1392
';var m_6c684e11fdc88423611171996bd4d043 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Meredosia Community Bank',});m_6c684e11fdc88423611171996bd4d043['infowindow'] = new google.maps.InfoWindow({content: $l6c684e11fdc88423611171996bd4d043});var infowindow = new google.maps.InfoWindow({content: $l6c684e11fdc88423611171996bd4d043});google.maps.event.addListener(m_6c684e11fdc88423611171996bd4d043, 'click', function() {infowindow.open(map,m_6c684e11fdc88423611171996bd4d043);});$marker.push(m_6c684e11fdc88423611171996bd4d043);}});}google.maps.event.addDomListener(window, 'load', initialize);