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.8651,-73.6271)};var g_375bba25bed3d8132d86a6c65682c02c = new google.maps.Geocoder();g_375bba25bed3d8132d86a6c65682c02c.geocode( { 'address': "50 A Glen Street, Glen Cove, NY 11542"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glen-cove-NY-the-villa-at-glen-cove').style.display = '';map = new google.maps.Map(document.getElementById('glen-cove-NY-the-villa-at-glen-cove'), mapOptions);}document.getElementById('ace8d64a').innerHTML += ' | View Map';var $l375bba25bed3d8132d86a6c65682c02c = '

The Villa at Glen Cove

Address: 50 A Glen Street, Glen Cove, NY 11542
Phone: (516) 676-2548
';var m_375bba25bed3d8132d86a6c65682c02c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Villa at Glen Cove',});m_375bba25bed3d8132d86a6c65682c02c['infowindow'] = new google.maps.InfoWindow({content: $l375bba25bed3d8132d86a6c65682c02c});var infowindow = new google.maps.InfoWindow({content: $l375bba25bed3d8132d86a6c65682c02c});google.maps.event.addListener(m_375bba25bed3d8132d86a6c65682c02c, 'click', function() {infowindow.open(map,m_375bba25bed3d8132d86a6c65682c02c);});$marker.push(m_375bba25bed3d8132d86a6c65682c02c);}});}google.maps.event.addDomListener(window, 'load', initialize);