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.7989,-73.5162)};var g_adc665983c412e3ac7ffd6023a6df666 = new google.maps.Geocoder();g_adc665983c412e3ac7ffd6023a6df666.geocode( { 'address': "150 Aerial Way, Syosset, NY 11791, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('syosset-NY-the-gold-standard-of-syosset').style.display = '';map = new google.maps.Map(document.getElementById('syosset-NY-the-gold-standard-of-syosset'), mapOptions);}document.getElementById('c218f999').innerHTML += ' | View Map';var $ladc665983c412e3ac7ffd6023a6df666 = '

The Gold Standard of Syosset

Address: 150 Aerial Way, Syosset, NY 11791, USA
Phone: (516) 513-0830
';var m_adc665983c412e3ac7ffd6023a6df666 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Gold Standard of Syosset',});m_adc665983c412e3ac7ffd6023a6df666['infowindow'] = new google.maps.InfoWindow({content: $ladc665983c412e3ac7ffd6023a6df666});var infowindow = new google.maps.InfoWindow({content: $ladc665983c412e3ac7ffd6023a6df666});google.maps.event.addListener(m_adc665983c412e3ac7ffd6023a6df666, 'click', function() {infowindow.open(map,m_adc665983c412e3ac7ffd6023a6df666);});$marker.push(m_adc665983c412e3ac7ffd6023a6df666);}});}google.maps.event.addDomListener(window, 'load', initialize);