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(42.6293,-73.8661)};var g_507a08d46df3369ee992dae0ad39b856 = new google.maps.Geocoder();g_507a08d46df3369ee992dae0ad39b856.geocode( { 'address': "1569 New Scotland Rd, Slingerlands, NY 12159, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('slingerlands-NY-atm-trustco-bank').style.display = '';map = new google.maps.Map(document.getElementById('slingerlands-NY-atm-trustco-bank'), mapOptions);}document.getElementById('e6ce589d').innerHTML += ' | View Map';var $l507a08d46df3369ee992dae0ad39b856 = '

ATM (Trustco Bank)

Address: 1569 New Scotland Rd, Slingerlands, NY 12159, USA
Phone:
';var m_507a08d46df3369ee992dae0ad39b856 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Trustco Bank)',});m_507a08d46df3369ee992dae0ad39b856['infowindow'] = new google.maps.InfoWindow({content: $l507a08d46df3369ee992dae0ad39b856});var infowindow = new google.maps.InfoWindow({content: $l507a08d46df3369ee992dae0ad39b856});google.maps.event.addListener(m_507a08d46df3369ee992dae0ad39b856, 'click', function() {infowindow.open(map,m_507a08d46df3369ee992dae0ad39b856);});$marker.push(m_507a08d46df3369ee992dae0ad39b856);}});}google.maps.event.addDomListener(window, 'load', initialize);