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.1481,-74.6493)};var g_c519d2a456ff3844afd6966f7707100b = new google.maps.Geocoder();g_c519d2a456ff3844afd6966f7707100b.geocode( { 'address': "723 Main St, Margaretville, NY 12455, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('margaretville-NY-nbt-bank-of-margaretville').style.display = '';map = new google.maps.Map(document.getElementById('margaretville-NY-nbt-bank-of-margaretville'), mapOptions);}document.getElementById('06ba754e').innerHTML += ' | View Map';var $lc519d2a456ff3844afd6966f7707100b = '

NBT Bank of Margaretville

Address: 723 Main St, Margaretville, NY 12455, USA
Phone: (845) 586-2623
';var m_c519d2a456ff3844afd6966f7707100b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NBT Bank of Margaretville',});m_c519d2a456ff3844afd6966f7707100b['infowindow'] = new google.maps.InfoWindow({content: $lc519d2a456ff3844afd6966f7707100b});var infowindow = new google.maps.InfoWindow({content: $lc519d2a456ff3844afd6966f7707100b});google.maps.event.addListener(m_c519d2a456ff3844afd6966f7707100b, 'click', function() {infowindow.open(map,m_c519d2a456ff3844afd6966f7707100b);});$marker.push(m_c519d2a456ff3844afd6966f7707100b);}});}google.maps.event.addDomListener(window, 'load', initialize);