/*
Triton's Realm

Cane Bay

The wall at Cane Bay is one of the most accessible wall dives in the world. An easy 250-yard swim from the beach, the wall at Cane Bay is a dramatic spur and groove reef formation that fades away into a steep drop-off and descends thousands of feet. Reef sharks, turtles, and anchors from the 18th century are all frequently found along the wall.LEARN MORE!

'; var canebayInfowindow = new google.maps.InfoWindow({content: canebayContentString,maxWidth: 500 }); var canebayMarker= new google.maps.Marker({position: canebay,map: map,title: 'Cane Bay'});canebayMarker.addListener('click', function (){canebayInfowindow.open(map, canebayMarker);}); var northstarContentString = '
Triton's Realm

North Star

North Star is one of the most dramatic wall dives on St. Croix. Located a mile west of Cane Bay, North Star is a dive site that is a must-do on the island with two distinct dive profiles.LEARN MORE!

'; var northstarInfowindow = new google.maps.InfoWindow({content: northstarContentString,maxWidth: 500 }); var northstarMarker= new google.maps.Marker({position: northstar,map: map,title: 'North Star'});northstarMarker.addListener('click', function (){northstarInfowindow.open(map, northstarMarker);}); } //end initialize google.maps.event.addDomListener(window, 'load', initialize); }); //end map /* ]]> */