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()};var g_4c92d46d3b1aad8a64eb35d7312d067c = new google.maps.Geocoder();g_4c92d46d3b1aad8a64eb35d7312d067c.geocode( { 'address': "16 W Main St, St Johnsville, NY 13452"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-johnsville-NY-nbt-bank').style.display = '';map = new google.maps.Map(document.getElementById('st-johnsville-NY-nbt-bank'), mapOptions);}document.getElementById('f97cb762').innerHTML += ' | View Map';var $l4c92d46d3b1aad8a64eb35d7312d067c = '

NBT Bank

Address: 16 W Main St, St Johnsville, NY 13452
Phone: (518) 568-7612
';var m_4c92d46d3b1aad8a64eb35d7312d067c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NBT Bank',});m_4c92d46d3b1aad8a64eb35d7312d067c['infowindow'] = new google.maps.InfoWindow({content: $l4c92d46d3b1aad8a64eb35d7312d067c});var infowindow = new google.maps.InfoWindow({content: $l4c92d46d3b1aad8a64eb35d7312d067c});google.maps.event.addListener(m_4c92d46d3b1aad8a64eb35d7312d067c, 'click', function() {infowindow.open(map,m_4c92d46d3b1aad8a64eb35d7312d067c);});$marker.push(m_4c92d46d3b1aad8a64eb35d7312d067c);}});}google.maps.event.addDomListener(window, 'load', initialize);