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.9177,-73.0402)};var g_b199d2d2cc68e4d9593487cf6d3ead3b = new google.maps.Geocoder();g_b199d2d2cc68e4d9593487cf6d3ead3b.geocode( { 'address': "1110 NY-112, Port Jefferson Station, NY 11776, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-jefferson-station-NY-sovereign-atm').style.display = '';map = new google.maps.Map(document.getElementById('port-jefferson-station-NY-sovereign-atm'), mapOptions);}document.getElementById('f0b831ca').innerHTML += ' | View Map';var $lb199d2d2cc68e4d9593487cf6d3ead3b = '

Sovereign ATM

Address: 1110 NY-112, Port Jefferson Station, NY 11776, USA
Phone:
';var m_b199d2d2cc68e4d9593487cf6d3ead3b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sovereign ATM',});m_b199d2d2cc68e4d9593487cf6d3ead3b['infowindow'] = new google.maps.InfoWindow({content: $lb199d2d2cc68e4d9593487cf6d3ead3b});var infowindow = new google.maps.InfoWindow({content: $lb199d2d2cc68e4d9593487cf6d3ead3b});google.maps.event.addListener(m_b199d2d2cc68e4d9593487cf6d3ead3b, 'click', function() {infowindow.open(map,m_b199d2d2cc68e4d9593487cf6d3ead3b);});$marker.push(m_b199d2d2cc68e4d9593487cf6d3ead3b);}});}google.maps.event.addDomListener(window, 'load', initialize);