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(41.2706,-73.9367)};var g_3f9c89a778b01635080d9f68dc6586c9 = new google.maps.Geocoder();g_3f9c89a778b01635080d9f68dc6586c9.geocode( { 'address': "20 Welcher Ave, Peekskill, NY 10566, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('peekskill-NY-trustco-bank').style.display = '';map = new google.maps.Map(document.getElementById('peekskill-NY-trustco-bank'), mapOptions);}document.getElementById('80c77cbf').innerHTML += ' | View Map';var $l3f9c89a778b01635080d9f68dc6586c9 = '

Trustco Bank

Address: 20 Welcher Ave, Peekskill, NY 10566, USA
Phone: (914) 739-1839
';var m_3f9c89a778b01635080d9f68dc6586c9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trustco Bank',});m_3f9c89a778b01635080d9f68dc6586c9['infowindow'] = new google.maps.InfoWindow({content: $l3f9c89a778b01635080d9f68dc6586c9});var infowindow = new google.maps.InfoWindow({content: $l3f9c89a778b01635080d9f68dc6586c9});google.maps.event.addListener(m_3f9c89a778b01635080d9f68dc6586c9, 'click', function() {infowindow.open(map,m_3f9c89a778b01635080d9f68dc6586c9);});$marker.push(m_3f9c89a778b01635080d9f68dc6586c9);}});}google.maps.event.addDomListener(window, 'load', initialize);