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(42.4756,-73.8185)};var g_91eb504e5277b6a41b3d36d9f81944cd = new google.maps.Geocoder();g_91eb504e5277b6a41b3d36d9f81944cd.geocode( { 'address': "Us Route 9w, Ravena, NY 12143, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ravena-NY-keybank-national-association').style.display = '';map = new google.maps.Map(document.getElementById('ravena-NY-keybank-national-association'), mapOptions);}document.getElementById('5ae76cea').innerHTML += ' | View Map';var $l91eb504e5277b6a41b3d36d9f81944cd = '

Keybank, National Association

Address: Us Route 9w, Ravena, NY 12143, USA
Phone:
';var m_91eb504e5277b6a41b3d36d9f81944cd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Keybank, National Association',});m_91eb504e5277b6a41b3d36d9f81944cd['infowindow'] = new google.maps.InfoWindow({content: $l91eb504e5277b6a41b3d36d9f81944cd});var infowindow = new google.maps.InfoWindow({content: $l91eb504e5277b6a41b3d36d9f81944cd});google.maps.event.addListener(m_91eb504e5277b6a41b3d36d9f81944cd, 'click', function() {infowindow.open(map,m_91eb504e5277b6a41b3d36d9f81944cd);});$marker.push(m_91eb504e5277b6a41b3d36d9f81944cd);}});}google.maps.event.addDomListener(window, 'load', initialize);