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.8828,-81.5732)};var g_b1e4419aba79a70afbc7ec135581f60c = new google.maps.Geocoder();g_b1e4419aba79a70afbc7ec135581f60c.geocode( { 'address': "2150 Locust St S, Canal Fulton, OH 44614, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canal-fulton-OH-firstmerit-bank').style.display = '';map = new google.maps.Map(document.getElementById('canal-fulton-OH-firstmerit-bank'), mapOptions);}document.getElementById('44a57f88').innerHTML += ' | View Map';var $lb1e4419aba79a70afbc7ec135581f60c = '

FirstMerit Bank

Address: 2150 Locust St S, Canal Fulton, OH 44614, USA
Phone: (330) 854-4005
';var m_b1e4419aba79a70afbc7ec135581f60c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FirstMerit Bank',});m_b1e4419aba79a70afbc7ec135581f60c['infowindow'] = new google.maps.InfoWindow({content: $lb1e4419aba79a70afbc7ec135581f60c});var infowindow = new google.maps.InfoWindow({content: $lb1e4419aba79a70afbc7ec135581f60c});google.maps.event.addListener(m_b1e4419aba79a70afbc7ec135581f60c, 'click', function() {infowindow.open(map,m_b1e4419aba79a70afbc7ec135581f60c);});$marker.push(m_b1e4419aba79a70afbc7ec135581f60c);}});}google.maps.event.addDomListener(window, 'load', initialize);