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.2764,-88.2115)};var g_ad349260e620cd077c06cc4d9144f55f = new google.maps.Geocoder();g_ad349260e620cd077c06cc4d9144f55f.geocode( { 'address': "204 E State Rd, Island Lake, IL 60042"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('island-lake-IL-first-merit-bank').style.display = '';map = new google.maps.Map(document.getElementById('island-lake-IL-first-merit-bank'), mapOptions);}document.getElementById('37f57b0c').innerHTML += ' | View Map';var $lad349260e620cd077c06cc4d9144f55f = '

First Merit Bank

Address: 204 E State Rd, Island Lake, IL 60042
Phone: (847) 526-3100
';var m_ad349260e620cd077c06cc4d9144f55f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Merit Bank',});m_ad349260e620cd077c06cc4d9144f55f['infowindow'] = new google.maps.InfoWindow({content: $lad349260e620cd077c06cc4d9144f55f});var infowindow = new google.maps.InfoWindow({content: $lad349260e620cd077c06cc4d9144f55f});google.maps.event.addListener(m_ad349260e620cd077c06cc4d9144f55f, 'click', function() {infowindow.open(map,m_ad349260e620cd077c06cc4d9144f55f);});$marker.push(m_ad349260e620cd077c06cc4d9144f55f);}});}google.maps.event.addDomListener(window, 'load', initialize);