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.0903,-73.5001)};var g_46b9cf2d91977c26d75e1edd363ab08b = new google.maps.Geocoder();g_46b9cf2d91977c26d75e1edd363ab08b.geocode( { 'address': "131 Main Street, Greenwich, NY 12834"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenwich-NY-trustco-bank').style.display = '';map = new google.maps.Map(document.getElementById('greenwich-NY-trustco-bank'), mapOptions);}document.getElementById('acd1e7e4').innerHTML += ' | View Map';var $l46b9cf2d91977c26d75e1edd363ab08b = '

Trustco Bank

Address: 131 Main Street, Greenwich, NY 12834
Phone: (518) 692-2233
';var m_46b9cf2d91977c26d75e1edd363ab08b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trustco Bank',});m_46b9cf2d91977c26d75e1edd363ab08b['infowindow'] = new google.maps.InfoWindow({content: $l46b9cf2d91977c26d75e1edd363ab08b});var infowindow = new google.maps.InfoWindow({content: $l46b9cf2d91977c26d75e1edd363ab08b});google.maps.event.addListener(m_46b9cf2d91977c26d75e1edd363ab08b, 'click', function() {infowindow.open(map,m_46b9cf2d91977c26d75e1edd363ab08b);});$marker.push(m_46b9cf2d91977c26d75e1edd363ab08b);}});}google.maps.event.addDomListener(window, 'load', initialize);