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()};var g_dcebacc996ed40656c7097704c600386 = new google.maps.Geocoder();g_dcebacc996ed40656c7097704c600386.geocode( { 'address': "405 Illinois Ave, St Charles, IL 60174"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-charles-IL-midwest-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('st-charles-IL-midwest-community-bank'), mapOptions);}document.getElementById('fd4fa555').innerHTML += ' | View Map';var $ldcebacc996ed40656c7097704c600386 = '

Midwest Community Bank

Address: 405 Illinois Ave, St Charles, IL 60174
Phone: (630) 940-1730
';var m_dcebacc996ed40656c7097704c600386 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Midwest Community Bank',});m_dcebacc996ed40656c7097704c600386['infowindow'] = new google.maps.InfoWindow({content: $ldcebacc996ed40656c7097704c600386});var infowindow = new google.maps.InfoWindow({content: $ldcebacc996ed40656c7097704c600386});google.maps.event.addListener(m_dcebacc996ed40656c7097704c600386, 'click', function() {infowindow.open(map,m_dcebacc996ed40656c7097704c600386);});$marker.push(m_dcebacc996ed40656c7097704c600386);}});}google.maps.event.addDomListener(window, 'load', initialize);