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(41.8129,-74.2949)};var g_1c836480577ea7a2978780c469a7818d = new google.maps.Geocoder();g_1c836480577ea7a2978780c469a7818d.geocode( { 'address': "3 Bank Road, Kerhonkson, NY 12446"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kerhonkson-NY-keybank').style.display = '';map = new google.maps.Map(document.getElementById('kerhonkson-NY-keybank'), mapOptions);}document.getElementById('95e432f8').innerHTML += ' | View Map';var $l1c836480577ea7a2978780c469a7818d = '

KeyBank

Address: 3 Bank Road, Kerhonkson, NY 12446
Phone: (845) 626-2121
';var m_1c836480577ea7a2978780c469a7818d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank',});m_1c836480577ea7a2978780c469a7818d['infowindow'] = new google.maps.InfoWindow({content: $l1c836480577ea7a2978780c469a7818d});var infowindow = new google.maps.InfoWindow({content: $l1c836480577ea7a2978780c469a7818d});google.maps.event.addListener(m_1c836480577ea7a2978780c469a7818d, 'click', function() {infowindow.open(map,m_1c836480577ea7a2978780c469a7818d);});$marker.push(m_1c836480577ea7a2978780c469a7818d);}});}google.maps.event.addDomListener(window, 'load', initialize);