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(44.5956,-75.1691)};var g_7dd8d8e724bfd27e89a5dadf1091a4b3 = new google.maps.Geocoder();g_7dd8d8e724bfd27e89a5dadf1091a4b3.geocode( { 'address': "University Shopping Center, Canton, NY 13617, Canton, NY 13617, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-NY-keybank-national-association').style.display = '';map = new google.maps.Map(document.getElementById('canton-NY-keybank-national-association'), mapOptions);}document.getElementById('db9e76ae').innerHTML += ' | View Map';var $l7dd8d8e724bfd27e89a5dadf1091a4b3 = '

Keybank, National Association

Address: University Shopping Center, Canton, NY 13617, Canton, NY 13617, USA
Phone:
';var m_7dd8d8e724bfd27e89a5dadf1091a4b3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Keybank, National Association',});m_7dd8d8e724bfd27e89a5dadf1091a4b3['infowindow'] = new google.maps.InfoWindow({content: $l7dd8d8e724bfd27e89a5dadf1091a4b3});var infowindow = new google.maps.InfoWindow({content: $l7dd8d8e724bfd27e89a5dadf1091a4b3});google.maps.event.addListener(m_7dd8d8e724bfd27e89a5dadf1091a4b3, 'click', function() {infowindow.open(map,m_7dd8d8e724bfd27e89a5dadf1091a4b3);});$marker.push(m_7dd8d8e724bfd27e89a5dadf1091a4b3);}});}google.maps.event.addDomListener(window, 'load', initialize);