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.9301,-73.1142)};var g_014fa88f32732d51578482549e06a751 = new google.maps.Geocoder();g_014fa88f32732d51578482549e06a751.geocode( { 'address': "682 NY-25A, Setauket- East Setauket, NY 11733, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('setauket--east-setauket-NY-santander-atm').style.display = '';map = new google.maps.Map(document.getElementById('setauket--east-setauket-NY-santander-atm'), mapOptions);}document.getElementById('5b02700b').innerHTML += ' | View Map';var $l014fa88f32732d51578482549e06a751 = '

Santander ATM

Address: 682 NY-25A, Setauket- East Setauket, NY 11733, USA
Phone:
';var m_014fa88f32732d51578482549e06a751 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander ATM',});m_014fa88f32732d51578482549e06a751['infowindow'] = new google.maps.InfoWindow({content: $l014fa88f32732d51578482549e06a751});var infowindow = new google.maps.InfoWindow({content: $l014fa88f32732d51578482549e06a751});google.maps.event.addListener(m_014fa88f32732d51578482549e06a751, 'click', function() {infowindow.open(map,m_014fa88f32732d51578482549e06a751);});$marker.push(m_014fa88f32732d51578482549e06a751);}});}google.maps.event.addDomListener(window, 'load', initialize);