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.7932,-73.6215)};var g_a15e66a70b336016d5bacf843604fd12 = new google.maps.Geocoder();g_a15e66a70b336016d5bacf843604fd12.geocode( { 'address': "421 Glen Cove Rd, Roslyn Heights, NY 11577, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roslyn-heights-NY-santander-atm').style.display = '';map = new google.maps.Map(document.getElementById('roslyn-heights-NY-santander-atm'), mapOptions);}document.getElementById('0c1ad0d0').innerHTML += ' | View Map';var $la15e66a70b336016d5bacf843604fd12 = '

Santander ATM

Address: 421 Glen Cove Rd, Roslyn Heights, NY 11577, USA
Phone:
';var m_a15e66a70b336016d5bacf843604fd12 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander ATM',});m_a15e66a70b336016d5bacf843604fd12['infowindow'] = new google.maps.InfoWindow({content: $la15e66a70b336016d5bacf843604fd12});var infowindow = new google.maps.InfoWindow({content: $la15e66a70b336016d5bacf843604fd12});google.maps.event.addListener(m_a15e66a70b336016d5bacf843604fd12, 'click', function() {infowindow.open(map,m_a15e66a70b336016d5bacf843604fd12);});$marker.push(m_a15e66a70b336016d5bacf843604fd12);}});}google.maps.event.addDomListener(window, 'load', initialize);