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.6278,-81.1076)};var g_95276ef6535840ec6e432a7fc28688cb = new google.maps.Geocoder();g_95276ef6535840ec6e432a7fc28688cb.geocode( { 'address': "Canton Rd NW, Carrollton, OH 44615, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('carrollton-OH-key-bank').style.display = '';map = new google.maps.Map(document.getElementById('carrollton-OH-key-bank'), mapOptions);}document.getElementById('925d5f5d').innerHTML += ' | View Map';var $l95276ef6535840ec6e432a7fc28688cb = '

Key. Bank

Address: Canton Rd NW, Carrollton, OH 44615, USA
Phone:
';var m_95276ef6535840ec6e432a7fc28688cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Key. Bank',});m_95276ef6535840ec6e432a7fc28688cb['infowindow'] = new google.maps.InfoWindow({content: $l95276ef6535840ec6e432a7fc28688cb});var infowindow = new google.maps.InfoWindow({content: $l95276ef6535840ec6e432a7fc28688cb});google.maps.event.addListener(m_95276ef6535840ec6e432a7fc28688cb, 'click', function() {infowindow.open(map,m_95276ef6535840ec6e432a7fc28688cb);});$marker.push(m_95276ef6535840ec6e432a7fc28688cb);}});}google.maps.event.addDomListener(window, 'load', initialize);