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.2999,-73.6363)};var g_9ab97b7ec354faab7fc7638ae1f2a775 = new google.maps.Geocoder();g_9ab97b7ec354faab7fc7638ae1f2a775.geocode( { 'address': "110 Main St, South Glens Falls, NY 12803, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-glens-falls-NY-nbt-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('south-glens-falls-NY-nbt-bank-atm'), mapOptions);}document.getElementById('79c97f5d').innerHTML += ' | View Map';var $l9ab97b7ec354faab7fc7638ae1f2a775 = '

NBT Bank-ATM

Address: 110 Main St, South Glens Falls, NY 12803, USA
Phone: (518) 798-2180
';var m_9ab97b7ec354faab7fc7638ae1f2a775 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NBT Bank-ATM',});m_9ab97b7ec354faab7fc7638ae1f2a775['infowindow'] = new google.maps.InfoWindow({content: $l9ab97b7ec354faab7fc7638ae1f2a775});var infowindow = new google.maps.InfoWindow({content: $l9ab97b7ec354faab7fc7638ae1f2a775});google.maps.event.addListener(m_9ab97b7ec354faab7fc7638ae1f2a775, 'click', function() {infowindow.open(map,m_9ab97b7ec354faab7fc7638ae1f2a775);});$marker.push(m_9ab97b7ec354faab7fc7638ae1f2a775);}});}google.maps.event.addDomListener(window, 'load', initialize);