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.9624,-87.8174)};var g_1aff9deb90909d3b34f0e2b399960444 = new google.maps.Geocoder();g_1aff9deb90909d3b34f0e2b399960444.geocode( { 'address': "4747 N Harlem Ave, Harwood Heights, IL 60706"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harwood-heights-IL-first-merit-bank').style.display = '';map = new google.maps.Map(document.getElementById('harwood-heights-IL-first-merit-bank'), mapOptions);}document.getElementById('7c55d101').innerHTML += ' | View Map';var $l1aff9deb90909d3b34f0e2b399960444 = '

First Merit Bank

Address: 4747 N Harlem Ave, Harwood Heights, IL 60706
Phone: (708) 867-0011
';var m_1aff9deb90909d3b34f0e2b399960444 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Merit Bank',});m_1aff9deb90909d3b34f0e2b399960444['infowindow'] = new google.maps.InfoWindow({content: $l1aff9deb90909d3b34f0e2b399960444});var infowindow = new google.maps.InfoWindow({content: $l1aff9deb90909d3b34f0e2b399960444});google.maps.event.addListener(m_1aff9deb90909d3b34f0e2b399960444, 'click', function() {infowindow.open(map,m_1aff9deb90909d3b34f0e2b399960444);});$marker.push(m_1aff9deb90909d3b34f0e2b399960444);}});}google.maps.event.addDomListener(window, 'load', initialize);