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.9414,-73.0574)};var g_4deef1ca99c1e4c6864899de9218913b = new google.maps.Geocoder();g_4deef1ca99c1e4c6864899de9218913b.geocode( { 'address': "640 Belle Terre Rd, Building D, Port Jefferson, NY 11777, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-jefferson-NY-saranto-calamas-office').style.display = '';map = new google.maps.Map(document.getElementById('port-jefferson-NY-saranto-calamas-office'), mapOptions);}document.getElementById('172c07f2').innerHTML += ' | View Map';var $l4deef1ca99c1e4c6864899de9218913b = '

Saranto Calamas Office

Address: 640 Belle Terre Rd, Building D, Port Jefferson, NY 11777, USA
Phone: (631) 928-0002
';var m_4deef1ca99c1e4c6864899de9218913b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Saranto Calamas Office',});m_4deef1ca99c1e4c6864899de9218913b['infowindow'] = new google.maps.InfoWindow({content: $l4deef1ca99c1e4c6864899de9218913b});var infowindow = new google.maps.InfoWindow({content: $l4deef1ca99c1e4c6864899de9218913b});google.maps.event.addListener(m_4deef1ca99c1e4c6864899de9218913b, 'click', function() {infowindow.open(map,m_4deef1ca99c1e4c6864899de9218913b);});$marker.push(m_4deef1ca99c1e4c6864899de9218913b);}});}google.maps.event.addDomListener(window, 'load', initialize);