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.5275,-81.438)};var g_f85682378c6e85e3ee9f9dc5852f4cca = new google.maps.Geocoder();g_f85682378c6e85e3ee9f9dc5852f4cca.geocode( { 'address': "6689 Eastgate Dr, Mayfield Heights, OH 44124, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mayfield-heights-OH-firstmerit-bank').style.display = '';map = new google.maps.Map(document.getElementById('mayfield-heights-OH-firstmerit-bank'), mapOptions);}document.getElementById('f75ff8a7').innerHTML += ' | View Map';var $lf85682378c6e85e3ee9f9dc5852f4cca = '

FirstMerit Bank

Address: 6689 Eastgate Dr, Mayfield Heights, OH 44124, USA
Phone: (440) 442-9843
';var m_f85682378c6e85e3ee9f9dc5852f4cca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FirstMerit Bank',});m_f85682378c6e85e3ee9f9dc5852f4cca['infowindow'] = new google.maps.InfoWindow({content: $lf85682378c6e85e3ee9f9dc5852f4cca});var infowindow = new google.maps.InfoWindow({content: $lf85682378c6e85e3ee9f9dc5852f4cca});google.maps.event.addListener(m_f85682378c6e85e3ee9f9dc5852f4cca, 'click', function() {infowindow.open(map,m_f85682378c6e85e3ee9f9dc5852f4cca);});$marker.push(m_f85682378c6e85e3ee9f9dc5852f4cca);}});}google.maps.event.addDomListener(window, 'load', initialize);