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(40.9789,-81.7805)};var g_78748d11b02a6db3a87daf0e2ac7838c = new google.maps.Geocoder();g_78748d11b02a6db3a87daf0e2ac7838c.geocode( { 'address': "210 N Main St, Rittman, OH 44270, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rittman-OH-firstmerit-bank').style.display = '';map = new google.maps.Map(document.getElementById('rittman-OH-firstmerit-bank'), mapOptions);}document.getElementById('121a1805').innerHTML += ' | View Map';var $l78748d11b02a6db3a87daf0e2ac7838c = '

FirstMerit Bank

Address: 210 N Main St, Rittman, OH 44270, USA
Phone: (330) 925-5055
';var m_78748d11b02a6db3a87daf0e2ac7838c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FirstMerit Bank',});m_78748d11b02a6db3a87daf0e2ac7838c['infowindow'] = new google.maps.InfoWindow({content: $l78748d11b02a6db3a87daf0e2ac7838c});var infowindow = new google.maps.InfoWindow({content: $l78748d11b02a6db3a87daf0e2ac7838c});google.maps.event.addListener(m_78748d11b02a6db3a87daf0e2ac7838c, 'click', function() {infowindow.open(map,m_78748d11b02a6db3a87daf0e2ac7838c);});$marker.push(m_78748d11b02a6db3a87daf0e2ac7838c);}});}google.maps.event.addDomListener(window, 'load', initialize);