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.5215,-81.4781)};var g_b0ad92ecd63a2cfc7c28838174cf2d02 = new google.maps.Geocoder();g_b0ad92ecd63a2cfc7c28838174cf2d02.geocode( { 'address': "201 W 3rd St, Dover, OH 44622, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dover-OH-firstmerit-bank').style.display = '';map = new google.maps.Map(document.getElementById('dover-OH-firstmerit-bank'), mapOptions);}document.getElementById('bdd97e27').innerHTML += ' | View Map';var $lb0ad92ecd63a2cfc7c28838174cf2d02 = '

FirstMerit Bank

Address: 201 W 3rd St, Dover, OH 44622, USA
Phone: (330) 343-5766
';var m_b0ad92ecd63a2cfc7c28838174cf2d02 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FirstMerit Bank',});m_b0ad92ecd63a2cfc7c28838174cf2d02['infowindow'] = new google.maps.InfoWindow({content: $lb0ad92ecd63a2cfc7c28838174cf2d02});var infowindow = new google.maps.InfoWindow({content: $lb0ad92ecd63a2cfc7c28838174cf2d02});google.maps.event.addListener(m_b0ad92ecd63a2cfc7c28838174cf2d02, 'click', function() {infowindow.open(map,m_b0ad92ecd63a2cfc7c28838174cf2d02);});$marker.push(m_b0ad92ecd63a2cfc7c28838174cf2d02);}});}google.maps.event.addDomListener(window, 'load', initialize);