/*
Triton's Realm

Three Anchor Chute

Numerous anchors dating back to the 1800s can be found in Cane Bay. This pair lays in roughly 80 feet of water in an area known as Three Anchor Chute.

'],[new google.maps.LatLng(17.7746421564, -64.8129434790),'Lettuce Coral Along The Wall','
Triton's Realm

Lettuce Coral Along The Wall

Thin plates of lettuce coral are a common site along the wall at Cane Bay.

'],[new google.maps.LatLng(17.7740047965, -64.8139149416),'The Wall','
Triton's Realm

The Wall

Looking up from 100 feet down, the wall along Cane Bay is awe inspiring.

']]; 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 canebaywestMarkers.push(marker);} // Trigger a click event on each marker when the corresponding marker link is clicked $('.marker-link-canebaywest').on('click', function() { google.maps.event.trigger(canebaywestMarkers[$(this).data('markerid')], 'click');}); } //end initialize google.maps.event.addDomListener(window, 'load', initialize); }); //end map /* ]]> */ /*
Triton's Realm

Training Buoy and Seabiscuit

The training buoy is located in a large sandy area in 26 feet of water. Seabiscuit, a carousel horse, is a short swim to the east northeast from the buoy.

'],[new google.maps.LatLng(17.7744408231, -64.8118760437),'Coral Encrusted Anchor','
Triton's Realm

Coral Encrusted Anchor

An ancient anchor sticks straight out of the sand near a small patch reef. The flukes of the anchor are entirely buried in the sand and the shank is encrusted with coral, but the shape is recognizable.

'],[new google.maps.LatLng(17.7750899177, -64.8113489058),'Coral Restoration','
Triton's Realm

Coral Restoration

Coral restoration efforts at Cane Bay include fields of large “coral trees” that rise out of the sand, and aid in the growth of staghorn coral.

'],[new google.maps.LatLng(17.7739785612, -64.8118364811),'Old Chain','
Triton's Realm

Old Chain

The huge links of an old chain blend in almost entirely with the rocky bottom after years of laying on the seafloor in 15 feet of water.

']]; 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 canebayeastMarkers.push(marker);} // Trigger a click event on each marker when the corresponding marker link is clicked $('.marker-link-canebayeast').on('click', function() { google.maps.event.trigger(canebayeastMarkers[$(this).data('markerid')], 'click');}); } //end initialize google.maps.event.addDomListener(window, 'load', initialize); }); //end map /* ]]> */