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.6037,-73.79)};var g_f630991127a56bf0247ed8a714db5699 = new google.maps.Geocoder();g_f630991127a56bf0247ed8a714db5699.geocode( { 'address': "380 US-9W, Glenmont, NY 12077, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glenmont-NY-trustco-bank').style.display = '';map = new google.maps.Map(document.getElementById('glenmont-NY-trustco-bank'), mapOptions);}document.getElementById('1c7aeeeb').innerHTML += ' | View Map';var $lf630991127a56bf0247ed8a714db5699 = '

Trustco Bank

Address: 380 US-9W, Glenmont, NY 12077, USA
Phone: (518) 449-2128
';var m_f630991127a56bf0247ed8a714db5699 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trustco Bank',});m_f630991127a56bf0247ed8a714db5699['infowindow'] = new google.maps.InfoWindow({content: $lf630991127a56bf0247ed8a714db5699});var infowindow = new google.maps.InfoWindow({content: $lf630991127a56bf0247ed8a714db5699});google.maps.event.addListener(m_f630991127a56bf0247ed8a714db5699, 'click', function() {infowindow.open(map,m_f630991127a56bf0247ed8a714db5699);});$marker.push(m_f630991127a56bf0247ed8a714db5699);}});}google.maps.event.addDomListener(window, 'load', initialize);