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.9367,-73.1254)};var g_ec3a276ec80a97b8135a42994f045e6b = new google.maps.Geocoder();g_ec3a276ec80a97b8135a42994f045e6b.geocode( { 'address': "16 Brandywine Dr, 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-attract-capital').style.display = '';map = new google.maps.Map(document.getElementById('setauket--east-setauket-NY-attract-capital'), mapOptions);}document.getElementById('27335a7a').innerHTML += ' | View Map';var $lec3a276ec80a97b8135a42994f045e6b = '

Attract Capital

Address: 16 Brandywine Dr, Setauket- East Setauket, NY 11733, USA
Phone: (631) 645-1553
';var m_ec3a276ec80a97b8135a42994f045e6b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Attract Capital',});m_ec3a276ec80a97b8135a42994f045e6b['infowindow'] = new google.maps.InfoWindow({content: $lec3a276ec80a97b8135a42994f045e6b});var infowindow = new google.maps.InfoWindow({content: $lec3a276ec80a97b8135a42994f045e6b});google.maps.event.addListener(m_ec3a276ec80a97b8135a42994f045e6b, 'click', function() {infowindow.open(map,m_ec3a276ec80a97b8135a42994f045e6b);});$marker.push(m_ec3a276ec80a97b8135a42994f045e6b);}});}google.maps.event.addDomListener(window, 'load', initialize);