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.7966,-74.7531)};var g_55d4be365b38cedaae86298992203a80 = new google.maps.Geocoder();g_55d4be365b38cedaae86298992203a80.geocode( { 'address': "16 Main St, Cherry Valley, NY 13320, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cherry-valley-NY-nbt-bank-of-cherry-valley').style.display = '';map = new google.maps.Map(document.getElementById('cherry-valley-NY-nbt-bank-of-cherry-valley'), mapOptions);}document.getElementById('31d7e217').innerHTML += ' | View Map';var $l55d4be365b38cedaae86298992203a80 = '

NBT Bank of Cherry Valley

Address: 16 Main St, Cherry Valley, NY 13320, USA
Phone: (607) 264-8411
';var m_55d4be365b38cedaae86298992203a80 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NBT Bank of Cherry Valley',});m_55d4be365b38cedaae86298992203a80['infowindow'] = new google.maps.InfoWindow({content: $l55d4be365b38cedaae86298992203a80});var infowindow = new google.maps.InfoWindow({content: $l55d4be365b38cedaae86298992203a80});google.maps.event.addListener(m_55d4be365b38cedaae86298992203a80, 'click', function() {infowindow.open(map,m_55d4be365b38cedaae86298992203a80);});$marker.push(m_55d4be365b38cedaae86298992203a80);}});}google.maps.event.addDomListener(window, 'load', initialize);