/*
Triton's Realm

Atlantis

Atlantis is composed of a stack of Doric columns that create an intriguing fish habitat in twelve feet of water.

'],[new google.maps.LatLng(18.4655509, -66.0863994),'A-Frame Artifical Reef','
Triton's Realm

A-Frame Artifical Reef

Composed of a square latticework upon a cinderblock base, the A-frame artifical reefs make a nice home for numerous reef fish, including Sergeant Majors, Chubs, and Porkfish.

'],[new google.maps.LatLng(18.4658624, -66.0867087),'Statue at Atlantis','
Triton's Realm

Statue at Atlantis

Atlantis contains several statues and vases that are fun to explore.

']]; for (var i = 0; i < locations.length; i++) { var marker = new google.maps.Marker({ position: locations[i][0], map: map, title: locations[i][1], }); // Register a click event listener on the marker to display the corresponding infowindow content google.maps.event.addListener(marker, 'click', (function (marker, i) { return function () { infowindow.setContent(locations[i][2]); infowindow.open(map, marker); } })(marker, i)); // Add marker to markers array escambronmarineparklapocitabayMarkers.push(marker);} // Trigger a click event on each marker when the corresponding marker link is clicked $('.marker-link-escambronmarineparklapocitabay').on('click', function() { google.maps.event.trigger(escambronmarineparklapocitabayMarkers[$(this).data('markerid')], 'click');}); } //end initialize google.maps.event.addDomListener(window, 'load', initialize); }); //end map /* ]]> */ /*
Triton's Realm

Pocita Beach Entry

Pocita Beach, in the south corner of the bay, allows for easy entry. The sandy beach is accessed by descending a few concrete stairs, where the gentle waves within the bay roll onshore.

'],[new google.maps.LatLng(18.464442, -66.084165),'Caves and Caverns','
Triton's Realm

Caves and Caverns

Here the rocky shoreline is composed of dramatic formations with overhangs, swim-throughs, and openings that can be explored with good buoyancy and relative ease.

'],[new google.maps.LatLng(18.465201, -66.085435),'Labyrinth Reef','
Triton's Realm

Labyrinth Reef

The dramatic rock formations, along with the potential for a manatee encounter, make Labyrinth Reef a genuinely unique dive.

']]; for (var i = 0; i < locations.length; i++) { var marker = new google.maps.Marker({ position: locations[i][0], map: map, title: locations[i][1], }); // Register a click event listener on the marker to display the corresponding infowindow content google.maps.event.addListener(marker, 'click', (function (marker, i) { return function () { infowindow.setContent(locations[i][2]); infowindow.open(map, marker); } })(marker, i)); // Add marker to markers array escambronmarineparkswimthroughsMarkers.push(marker);} // Trigger a click event on each marker when the corresponding marker link is clicked $('.marker-link-escambronmarineparkswimthroughs').on('click', function() { google.maps.event.trigger(escambronmarineparkswimthroughsMarkers[$(this).data('markerid')], 'click');}); } //end initialize google.maps.event.addDomListener(window, 'load', initialize); }); //end map /* ]]> */