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(42.2461,-88.2874)};var g_3d19c2536bbe67d48dd7c6419dd5a06b = new google.maps.Geocoder();g_3d19c2536bbe67d48dd7c6419dd5a06b.geocode( { 'address': "170 S Illinois Rte 31, Crystal Lake, IL 60014, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('crystal-lake-IL-first-midwest-bank').style.display = '';map = new google.maps.Map(document.getElementById('crystal-lake-IL-first-midwest-bank'), mapOptions);}document.getElementById('bdc05398').innerHTML += ' | View Map';var $l3d19c2536bbe67d48dd7c6419dd5a06b = '

First Midwest Bank

Address: 170 S Illinois Rte 31, Crystal Lake, IL 60014, USA
Phone: (815) 356-2110
';var m_3d19c2536bbe67d48dd7c6419dd5a06b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Midwest Bank',});m_3d19c2536bbe67d48dd7c6419dd5a06b['infowindow'] = new google.maps.InfoWindow({content: $l3d19c2536bbe67d48dd7c6419dd5a06b});var infowindow = new google.maps.InfoWindow({content: $l3d19c2536bbe67d48dd7c6419dd5a06b});google.maps.event.addListener(m_3d19c2536bbe67d48dd7c6419dd5a06b, 'click', function() {infowindow.open(map,m_3d19c2536bbe67d48dd7c6419dd5a06b);});$marker.push(m_3d19c2536bbe67d48dd7c6419dd5a06b);}});}google.maps.event.addDomListener(window, 'load', initialize);