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.1445,-73.9965)};var g_c3534a13c5599ee6534a9142299495e4 = new google.maps.Geocoder();g_c3534a13c5599ee6534a9142299495e4.geocode( { 'address': "20 Squadron Boulevard, New City, NY 10956"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-city-NY-trustco-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-city-NY-trustco-bank'), mapOptions);}document.getElementById('e919a583').innerHTML += ' | View Map';var $lc3534a13c5599ee6534a9142299495e4 = '

Trustco Bank

Address: 20 Squadron Boulevard, New City, NY 10956
Phone: (845) 634-4571
';var m_c3534a13c5599ee6534a9142299495e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trustco Bank',});m_c3534a13c5599ee6534a9142299495e4['infowindow'] = new google.maps.InfoWindow({content: $lc3534a13c5599ee6534a9142299495e4});var infowindow = new google.maps.InfoWindow({content: $lc3534a13c5599ee6534a9142299495e4});google.maps.event.addListener(m_c3534a13c5599ee6534a9142299495e4, 'click', function() {infowindow.open(map,m_c3534a13c5599ee6534a9142299495e4);});$marker.push(m_c3534a13c5599ee6534a9142299495e4);}});}google.maps.event.addDomListener(window, 'load', initialize);