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.8028,-81.5208)};var g_d58bcc87e254088674e43d8e19c508d1 = new google.maps.Geocoder();g_d58bcc87e254088674e43d8e19c508d1.geocode( { 'address': "7925 Hills And Dales NW, Massillon, OH 44646"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('massillon-OH-keybank').style.display = '';map = new google.maps.Map(document.getElementById('massillon-OH-keybank'), mapOptions);}document.getElementById('19c90131').innerHTML += ' | View Map';var $ld58bcc87e254088674e43d8e19c508d1 = '

KeyBank

Address: 7925 Hills And Dales NW, Massillon, OH 44646
Phone: (330) 833-4109
';var m_d58bcc87e254088674e43d8e19c508d1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank',});m_d58bcc87e254088674e43d8e19c508d1['infowindow'] = new google.maps.InfoWindow({content: $ld58bcc87e254088674e43d8e19c508d1});var infowindow = new google.maps.InfoWindow({content: $ld58bcc87e254088674e43d8e19c508d1});google.maps.event.addListener(m_d58bcc87e254088674e43d8e19c508d1, 'click', function() {infowindow.open(map,m_d58bcc87e254088674e43d8e19c508d1);});$marker.push(m_d58bcc87e254088674e43d8e19c508d1);}});}google.maps.event.addDomListener(window, 'load', initialize);