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.6976,-75.2389)};var g_a3ed5c9ef7dbd64b5f492b987b11c14e = new google.maps.Geocoder();g_a3ed5c9ef7dbd64b5f492b987b11c14e.geocode( { 'address': "1 West St, Edmeston, NY 13335"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('edmeston-NY-nbt-bank').style.display = '';map = new google.maps.Map(document.getElementById('edmeston-NY-nbt-bank'), mapOptions);}document.getElementById('eab20c8c').innerHTML += ' | View Map';var $la3ed5c9ef7dbd64b5f492b987b11c14e = '

Nbt Bank

Address: 1 West St, Edmeston, NY 13335
Phone: (607) 965-8636
';var m_a3ed5c9ef7dbd64b5f492b987b11c14e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nbt Bank',});m_a3ed5c9ef7dbd64b5f492b987b11c14e['infowindow'] = new google.maps.InfoWindow({content: $la3ed5c9ef7dbd64b5f492b987b11c14e});var infowindow = new google.maps.InfoWindow({content: $la3ed5c9ef7dbd64b5f492b987b11c14e});google.maps.event.addListener(m_a3ed5c9ef7dbd64b5f492b987b11c14e, 'click', function() {infowindow.open(map,m_a3ed5c9ef7dbd64b5f492b987b11c14e);});$marker.push(m_a3ed5c9ef7dbd64b5f492b987b11c14e);}});}google.maps.event.addDomListener(window, 'load', initialize);