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.3691,-82.2535)};var g_045723a2e194ae8b07890dace311b402 = new google.maps.Geocoder();g_045723a2e194ae8b07890dace311b402.geocode( { 'address': "160 Cleveland Ave, Amherst, OH 44001"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amherst-OH-firstmerit-bank').style.display = '';map = new google.maps.Map(document.getElementById('amherst-OH-firstmerit-bank'), mapOptions);}document.getElementById('edcb7264').innerHTML += ' | View Map';var $l045723a2e194ae8b07890dace311b402 = '

FirstMerit Bank

Address: 160 Cleveland Ave, Amherst, OH 44001
Phone: (440) 984-2471
';var m_045723a2e194ae8b07890dace311b402 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FirstMerit Bank',});m_045723a2e194ae8b07890dace311b402['infowindow'] = new google.maps.InfoWindow({content: $l045723a2e194ae8b07890dace311b402});var infowindow = new google.maps.InfoWindow({content: $l045723a2e194ae8b07890dace311b402});google.maps.event.addListener(m_045723a2e194ae8b07890dace311b402, 'click', function() {infowindow.open(map,m_045723a2e194ae8b07890dace311b402);});$marker.push(m_045723a2e194ae8b07890dace311b402);}});}google.maps.event.addDomListener(window, 'load', initialize);