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.0753,-73.8135)};var g_c54b5c855bfcd22a4265fc401cd810ca = new google.maps.Geocoder();g_c54b5c855bfcd22a4265fc401cd810ca.geocode( { 'address': "100 Clearbrook Rd, Elmsford, NY 10523, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elmsford-NY-trustco-bank').style.display = '';map = new google.maps.Map(document.getElementById('elmsford-NY-trustco-bank'), mapOptions);}document.getElementById('d5b63715').innerHTML += ' | View Map';var $lc54b5c855bfcd22a4265fc401cd810ca = '

Trustco Bank

Address: 100 Clearbrook Rd, Elmsford, NY 10523, USA
Phone: (914) 345-1808
';var m_c54b5c855bfcd22a4265fc401cd810ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trustco Bank',});m_c54b5c855bfcd22a4265fc401cd810ca['infowindow'] = new google.maps.InfoWindow({content: $lc54b5c855bfcd22a4265fc401cd810ca});var infowindow = new google.maps.InfoWindow({content: $lc54b5c855bfcd22a4265fc401cd810ca});google.maps.event.addListener(m_c54b5c855bfcd22a4265fc401cd810ca, 'click', function() {infowindow.open(map,m_c54b5c855bfcd22a4265fc401cd810ca);});$marker.push(m_c54b5c855bfcd22a4265fc401cd810ca);}});}google.maps.event.addDomListener(window, 'load', initialize);