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.9396,-73.8336)};var g_ae5855f653b567f9ad328a3d81038a6c = new google.maps.Geocoder();g_ae5855f653b567f9ad328a3d81038a6c.geocode( { 'address': "5-7 Park Place, Bronxville, NY 10708, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bronxville-NY-trustco-bank').style.display = '';map = new google.maps.Map(document.getElementById('bronxville-NY-trustco-bank'), mapOptions);}document.getElementById('2d29f07f').innerHTML += ' | View Map';var $lae5855f653b567f9ad328a3d81038a6c = '

Trustco Bank

Address: 5-7 Park Place, Bronxville, NY 10708, USA
Phone: (914) 771-4180
';var m_ae5855f653b567f9ad328a3d81038a6c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trustco Bank',});m_ae5855f653b567f9ad328a3d81038a6c['infowindow'] = new google.maps.InfoWindow({content: $lae5855f653b567f9ad328a3d81038a6c});var infowindow = new google.maps.InfoWindow({content: $lae5855f653b567f9ad328a3d81038a6c});google.maps.event.addListener(m_ae5855f653b567f9ad328a3d81038a6c, 'click', function() {infowindow.open(map,m_ae5855f653b567f9ad328a3d81038a6c);});$marker.push(m_ae5855f653b567f9ad328a3d81038a6c);}});}google.maps.event.addDomListener(window, 'load', initialize);