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.8335,-73.1488)};var g_4fbe4a9fd961591b688883f7e35f5a97 = new google.maps.Geocoder();g_4fbe4a9fd961591b688883f7e35f5a97.geocode( { 'address': "232 Smithtown Blvd, Nesconset, NY 11767, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nesconset-NY-santander-atm').style.display = '';map = new google.maps.Map(document.getElementById('nesconset-NY-santander-atm'), mapOptions);}document.getElementById('f05e8db5').innerHTML += ' | View Map';var $l4fbe4a9fd961591b688883f7e35f5a97 = '

Santander ATM

Address: 232 Smithtown Blvd, Nesconset, NY 11767, USA
Phone:
';var m_4fbe4a9fd961591b688883f7e35f5a97 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander ATM',});m_4fbe4a9fd961591b688883f7e35f5a97['infowindow'] = new google.maps.InfoWindow({content: $l4fbe4a9fd961591b688883f7e35f5a97});var infowindow = new google.maps.InfoWindow({content: $l4fbe4a9fd961591b688883f7e35f5a97});google.maps.event.addListener(m_4fbe4a9fd961591b688883f7e35f5a97, 'click', function() {infowindow.open(map,m_4fbe4a9fd961591b688883f7e35f5a97);});$marker.push(m_4fbe4a9fd961591b688883f7e35f5a97);}});}google.maps.event.addDomListener(window, 'load', initialize);