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(40.9053,-73.8049)};var g_59d5106254a978b20c92615494bb1af8 = new google.maps.Geocoder();g_59d5106254a978b20c92615494bb1af8.geocode( { 'address': "132 Fifth Avenue, Pelham, NY 10803"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pelham-NY-trustco-bank').style.display = '';map = new google.maps.Map(document.getElementById('pelham-NY-trustco-bank'), mapOptions);}document.getElementById('33540605').innerHTML += ' | View Map';var $l59d5106254a978b20c92615494bb1af8 = '

Trustco Bank

Address: 132 Fifth Avenue, Pelham, NY 10803
Phone: (914) 632-1983
';var m_59d5106254a978b20c92615494bb1af8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trustco Bank',});m_59d5106254a978b20c92615494bb1af8['infowindow'] = new google.maps.InfoWindow({content: $l59d5106254a978b20c92615494bb1af8});var infowindow = new google.maps.InfoWindow({content: $l59d5106254a978b20c92615494bb1af8});google.maps.event.addListener(m_59d5106254a978b20c92615494bb1af8, 'click', function() {infowindow.open(map,m_59d5106254a978b20c92615494bb1af8);});$marker.push(m_59d5106254a978b20c92615494bb1af8);}});}google.maps.event.addDomListener(window, 'load', initialize);