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()};var g_0cf557b64b3fc71dc03c812abfbcdecb = new google.maps.Geocoder();g_0cf557b64b3fc71dc03c812abfbcdecb.geocode( { 'address': "5710 Mayfield Rd, Lyndhurst, OH 44124"}, 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('1b8f7f22').innerHTML += ' | View Map';var $l0cf557b64b3fc71dc03c812abfbcdecb = '

FirstMerit Bank

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