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.3089,-73.6446)};var g_f5bff02c9cd125d255a41bba3ff614aa = new google.maps.Geocoder();g_f5bff02c9cd125d255a41bba3ff614aa.geocode( { 'address': "250 Glen St, Glens Falls, NY 12801"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glens-falls-NY-glens-falls-national-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('glens-falls-NY-glens-falls-national-bank-trust-co'), mapOptions);}document.getElementById('c9013b4f').innerHTML += ' | View Map';var $lf5bff02c9cd125d255a41bba3ff614aa = '

Glens Falls National Bank & Trust Co

Address: 250 Glen St, Glens Falls, NY 12801
Phone: (518) 793-4121
';var m_f5bff02c9cd125d255a41bba3ff614aa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Glens Falls National Bank & Trust Co',});m_f5bff02c9cd125d255a41bba3ff614aa['infowindow'] = new google.maps.InfoWindow({content: $lf5bff02c9cd125d255a41bba3ff614aa});var infowindow = new google.maps.InfoWindow({content: $lf5bff02c9cd125d255a41bba3ff614aa});google.maps.event.addListener(m_f5bff02c9cd125d255a41bba3ff614aa, 'click', function() {infowindow.open(map,m_f5bff02c9cd125d255a41bba3ff614aa);});$marker.push(m_f5bff02c9cd125d255a41bba3ff614aa);}});}google.maps.event.addDomListener(window, 'load', initialize);