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.9611,-81.3889)};var g_52b939a7696391395ea818f43f82b5e5 = new google.maps.Geocoder();g_52b939a7696391395ea818f43f82b5e5.geocode( { 'address': "3770 Massillon Rd, Uniontown, OH 44685"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('uniontown-OH-firstmerit-bank').style.display = '';map = new google.maps.Map(document.getElementById('uniontown-OH-firstmerit-bank'), mapOptions);}document.getElementById('d0a2f894').innerHTML += ' | View Map';var $l52b939a7696391395ea818f43f82b5e5 = '

FirstMerit Bank

Address: 3770 Massillon Rd, Uniontown, OH 44685
Phone: (330) 896-4144
';var m_52b939a7696391395ea818f43f82b5e5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FirstMerit Bank',});m_52b939a7696391395ea818f43f82b5e5['infowindow'] = new google.maps.InfoWindow({content: $l52b939a7696391395ea818f43f82b5e5});var infowindow = new google.maps.InfoWindow({content: $l52b939a7696391395ea818f43f82b5e5});google.maps.event.addListener(m_52b939a7696391395ea818f43f82b5e5, 'click', function() {infowindow.open(map,m_52b939a7696391395ea818f43f82b5e5);});$marker.push(m_52b939a7696391395ea818f43f82b5e5);}});}google.maps.event.addDomListener(window, 'load', initialize);