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.8774,-75.7276)};var g_52bd90a3be645143af3c4ad082803269 = new google.maps.Geocoder();g_52bd90a3be645143af3c4ad082803269.geocode( { 'address': "841 Main St, New Milford, PA 18834, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-milford-PA-nbt-bank-of-new-milford').style.display = '';map = new google.maps.Map(document.getElementById('new-milford-PA-nbt-bank-of-new-milford'), mapOptions);}document.getElementById('36b03dc5').innerHTML += ' | View Map';var $l52bd90a3be645143af3c4ad082803269 = '

NBT Bank of New Milford

Address: 841 Main St, New Milford, PA 18834, USA
Phone: (570) 465-3206
';var m_52bd90a3be645143af3c4ad082803269 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NBT Bank of New Milford',});m_52bd90a3be645143af3c4ad082803269['infowindow'] = new google.maps.InfoWindow({content: $l52bd90a3be645143af3c4ad082803269});var infowindow = new google.maps.InfoWindow({content: $l52bd90a3be645143af3c4ad082803269});google.maps.event.addListener(m_52bd90a3be645143af3c4ad082803269, 'click', function() {infowindow.open(map,m_52bd90a3be645143af3c4ad082803269);});$marker.push(m_52bd90a3be645143af3c4ad082803269);}});}google.maps.event.addDomListener(window, 'load', initialize);