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.7874,-73.7276)};var g_c34a68f808b572da7e4068c48c842a4e = new google.maps.Geocoder();g_c34a68f808b572da7e4068c48c842a4e.geocode( { 'address': "11 Middle Neck Road, 400A, Great Neck, NY 11021, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('great-neck-NY-sharestates').style.display = '';map = new google.maps.Map(document.getElementById('great-neck-NY-sharestates'), mapOptions);}document.getElementById('0798c8ab').innerHTML += ' | View Map';var $lc34a68f808b572da7e4068c48c842a4e = '

Sharestates

Address: 11 Middle Neck Road, 400A, Great Neck, NY 11021, USA
Phone: (212) 201-0750
';var m_c34a68f808b572da7e4068c48c842a4e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sharestates',});m_c34a68f808b572da7e4068c48c842a4e['infowindow'] = new google.maps.InfoWindow({content: $lc34a68f808b572da7e4068c48c842a4e});var infowindow = new google.maps.InfoWindow({content: $lc34a68f808b572da7e4068c48c842a4e});google.maps.event.addListener(m_c34a68f808b572da7e4068c48c842a4e, 'click', function() {infowindow.open(map,m_c34a68f808b572da7e4068c48c842a4e);});$marker.push(m_c34a68f808b572da7e4068c48c842a4e);}});}google.maps.event.addDomListener(window, 'load', initialize);