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.6052,-73.8701)};var g_212348b03aac5ef6d1018e3769dfdc09 = new google.maps.Geocoder();g_212348b03aac5ef6d1018e3769dfdc09.geocode( { 'address': "167 Delaware Avenue, Delmar, NY 12054"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('delmar-NY-trustco-bank').style.display = '';map = new google.maps.Map(document.getElementById('delmar-NY-trustco-bank'), mapOptions);}document.getElementById('484c6888').innerHTML += ' | View Map';var $l212348b03aac5ef6d1018e3769dfdc09 = '

Trustco Bank

Address: 167 Delaware Avenue, Delmar, NY 12054
Phone: (518) 439-9941
';var m_212348b03aac5ef6d1018e3769dfdc09 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trustco Bank',});m_212348b03aac5ef6d1018e3769dfdc09['infowindow'] = new google.maps.InfoWindow({content: $l212348b03aac5ef6d1018e3769dfdc09});var infowindow = new google.maps.InfoWindow({content: $l212348b03aac5ef6d1018e3769dfdc09});google.maps.event.addListener(m_212348b03aac5ef6d1018e3769dfdc09, 'click', function() {infowindow.open(map,m_212348b03aac5ef6d1018e3769dfdc09);});$marker.push(m_212348b03aac5ef6d1018e3769dfdc09);}});}google.maps.event.addDomListener(window, 'load', initialize);