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.6727,-73.6418)};var g_959a60d48c01b1b18f85bfba32cedcc9 = new google.maps.Geocoder();g_959a60d48c01b1b18f85bfba32cedcc9.geocode( { 'address': "134-136 Main Ave, Wynantskill, NY 12198"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wynantskill-NY-trustco-bank').style.display = '';map = new google.maps.Map(document.getElementById('wynantskill-NY-trustco-bank'), mapOptions);}document.getElementById('0dc120f0').innerHTML += ' | View Map';var $l959a60d48c01b1b18f85bfba32cedcc9 = '

Trustco Bank

Address: 134-136 Main Ave, Wynantskill, NY 12198
Phone: (518) 286-2674
';var m_959a60d48c01b1b18f85bfba32cedcc9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trustco Bank',});m_959a60d48c01b1b18f85bfba32cedcc9['infowindow'] = new google.maps.InfoWindow({content: $l959a60d48c01b1b18f85bfba32cedcc9});var infowindow = new google.maps.InfoWindow({content: $l959a60d48c01b1b18f85bfba32cedcc9});google.maps.event.addListener(m_959a60d48c01b1b18f85bfba32cedcc9, 'click', function() {infowindow.open(map,m_959a60d48c01b1b18f85bfba32cedcc9);});$marker.push(m_959a60d48c01b1b18f85bfba32cedcc9);}});}google.maps.event.addDomListener(window, 'load', initialize);