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(41.8539,-87.8821)};var g_b0fbdd31ef618475f9938f10d6ae9cf9 = new google.maps.Geocoder();g_b0fbdd31ef618475f9938f10d6ae9cf9.geocode( { 'address': "3109 S Wolf Rd. Suite 10, Westchester, IL 60154"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westchester-IL-firstmerit-bank').style.display = '';map = new google.maps.Map(document.getElementById('westchester-IL-firstmerit-bank'), mapOptions);}document.getElementById('53b073a6').innerHTML += ' | View Map';var $lb0fbdd31ef618475f9938f10d6ae9cf9 = '

FirstMerit Bank

Address: 3109 S Wolf Rd. Suite 10, Westchester, IL 60154
Phone: (708) 449-8700
';var m_b0fbdd31ef618475f9938f10d6ae9cf9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FirstMerit Bank',});m_b0fbdd31ef618475f9938f10d6ae9cf9['infowindow'] = new google.maps.InfoWindow({content: $lb0fbdd31ef618475f9938f10d6ae9cf9});var infowindow = new google.maps.InfoWindow({content: $lb0fbdd31ef618475f9938f10d6ae9cf9});google.maps.event.addListener(m_b0fbdd31ef618475f9938f10d6ae9cf9, 'click', function() {infowindow.open(map,m_b0fbdd31ef618475f9938f10d6ae9cf9);});$marker.push(m_b0fbdd31ef618475f9938f10d6ae9cf9);}});}google.maps.event.addDomListener(window, 'load', initialize);