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.5192,-81.4736)};var g_f0d7053396e765bf52de12133cf1afe8 = new google.maps.Geocoder();g_f0d7053396e765bf52de12133cf1afe8.geocode( { 'address': "5710 Mayfield Rd, Lyndhurst, OH 44124, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lyndhurst-OH-firstmerit-bank').style.display = '';map = new google.maps.Map(document.getElementById('lyndhurst-OH-firstmerit-bank'), mapOptions);}document.getElementById('33b04b2c').innerHTML += ' | View Map';var $lf0d7053396e765bf52de12133cf1afe8 = '

FirstMerit Bank

Address: 5710 Mayfield Rd, Lyndhurst, OH 44124, USA
Phone: (440) 461-7300
';var m_f0d7053396e765bf52de12133cf1afe8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FirstMerit Bank',});m_f0d7053396e765bf52de12133cf1afe8['infowindow'] = new google.maps.InfoWindow({content: $lf0d7053396e765bf52de12133cf1afe8});var infowindow = new google.maps.InfoWindow({content: $lf0d7053396e765bf52de12133cf1afe8});google.maps.event.addListener(m_f0d7053396e765bf52de12133cf1afe8, 'click', function() {infowindow.open(map,m_f0d7053396e765bf52de12133cf1afe8);});$marker.push(m_f0d7053396e765bf52de12133cf1afe8);}});}google.maps.event.addDomListener(window, 'load', initialize);