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(43.0778,-73.7866)};var g_91a7e7615918033ea5beb1ec8b5dafb9 = new google.maps.Geocoder();g_91a7e7615918033ea5beb1ec8b5dafb9.geocode( { 'address': "295 Broadway, Saratoga Springs, NY 12866, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saratoga-springs-NY-nbt-bank-of-saratoga').style.display = '';map = new google.maps.Map(document.getElementById('saratoga-springs-NY-nbt-bank-of-saratoga'), mapOptions);}document.getElementById('351c4e2c').innerHTML += ' | View Map';var $l91a7e7615918033ea5beb1ec8b5dafb9 = '

NBT Bank of Saratoga

Address: 295 Broadway, Saratoga Springs, NY 12866, USA
Phone: (518) 587-0330
';var m_91a7e7615918033ea5beb1ec8b5dafb9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NBT Bank of Saratoga',});m_91a7e7615918033ea5beb1ec8b5dafb9['infowindow'] = new google.maps.InfoWindow({content: $l91a7e7615918033ea5beb1ec8b5dafb9});var infowindow = new google.maps.InfoWindow({content: $l91a7e7615918033ea5beb1ec8b5dafb9});google.maps.event.addListener(m_91a7e7615918033ea5beb1ec8b5dafb9, 'click', function() {infowindow.open(map,m_91a7e7615918033ea5beb1ec8b5dafb9);});$marker.push(m_91a7e7615918033ea5beb1ec8b5dafb9);}});}google.maps.event.addDomListener(window, 'load', initialize);