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.3851,-74.1215)};var g_23c5e31111af650c1d87ace0df00e4a7 = new google.maps.Geocoder();g_23c5e31111af650c1d87ace0df00e4a7.geocode( { 'address': "3195 NY-145, East Durham, NY 12423, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-durham-NY-nbt-bank').style.display = '';map = new google.maps.Map(document.getElementById('east-durham-NY-nbt-bank'), mapOptions);}document.getElementById('d33f214c').innerHTML += ' | View Map';var $l23c5e31111af650c1d87ace0df00e4a7 = '

Nbt Bank

Address: 3195 NY-145, East Durham, NY 12423, USA
Phone: (518) 239-4796
';var m_23c5e31111af650c1d87ace0df00e4a7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nbt Bank',});m_23c5e31111af650c1d87ace0df00e4a7['infowindow'] = new google.maps.InfoWindow({content: $l23c5e31111af650c1d87ace0df00e4a7});var infowindow = new google.maps.InfoWindow({content: $l23c5e31111af650c1d87ace0df00e4a7});google.maps.event.addListener(m_23c5e31111af650c1d87ace0df00e4a7, 'click', function() {infowindow.open(map,m_23c5e31111af650c1d87ace0df00e4a7);});$marker.push(m_23c5e31111af650c1d87ace0df00e4a7);}});}google.maps.event.addDomListener(window, 'load', initialize);