/*
Triton's Realm

Green Sea Turtle

Sea turtles, such as this large male green sea turtle, can be found not only in the shallow waters along the top of the reef, but also swimming along the wall.

'],[new google.maps.LatLng(17.76900289, -64.8210572),'North Star Wall','
Triton's Realm

North Star Wall

The wall at North Star is dramatic. In many places it is an almost vertical drop down thousands of feet.

'],[new google.maps.LatLng(17.76891371, -64.8212620),'Creole Wrasse & Black Durgon','
Triton's Realm

Creole Wrasse & Black Durgon

Creole Wrasse and Black Durgon Triggerfish school above the North Star wall.

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

Ancient Anchor

This anchor, dating back between the 1600 and 1800s, sits in about 80 feet of water on a small sandy ledge.

'],[new google.maps.LatLng(17.7688472, -64.8229590),'Barrel Sponge','
Triton's Realm

Barrel Sponge

Large barrel sponge can be found all along the shallow part of the reef at the top of the wall.

'],[new google.maps.LatLng(17.7687394, -64.8225889),'North Star Reef','
Triton's Realm

North Star Reef

The reef at North Star is vibrant and healthy. Parrotfish, butterflyfish, and trumpetfish can all be found here.

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