Silver Bay Homestead and Fortress of the Bear Tour

Excursion Overview

Explore Sitka's local history and experience wildlife

Your adventure kicks off with a fully narrated motorcoach tour through Sitka, leading you to the Fortress of the Bear, a sanctuary for once-orphaned brown and black bears. Here, the bears are nursed back to health and provided with enriching lives. The facility currently houses brown bears and black bears of varying ages. As you observe the bears, the interpretive staff will share insights about the animals and the inspiring story of the couple who founded the rescue center.

Next, you’ll board a comfortable excursion boat to explore a glacier-carved fjord. As you navigate the rugged coastline, you’ll encounter historic sites and learn about the crucial role that the region’s abundant natural resources have played—and continue to play—in Southeast Alaska’s economy. At the head of Silver Bay, you’ll disembark at a private Alaskan homestead, where your camp host will share historical stories about some of the first visitors to the area. Enjoy stunning views of the bay from the beach or around the campfire, complete with s’mores and cocoa.

Back on your expedition craft, you’ll head north in search of Steller sea lions, brown bears, and other local wildlife. At Sawmill Creek, you’ll transfer to a waiting coach to continue your exploration by road. Your driver-guide will point out attractions and other unique sights you may wish to visit on your own before returning to your ship.

Please note: Tour sequence may vary

The order of events may vary (with the cruise before Fortress of the Bear). Additionally, tours may end downtown at the Sitka Visitor Center or at the Sitka Sound Cruise Terminal. Free shuttle buses, departing every few minutes, provide transportation between downtown and the Cruise Terminal.

Things You Need to Know

Inclusions:

  • Tickets to Fortress of the Bears
  • Food and Drinks: Water, hot chocolate, coffee, s'mores, smoked salmon on crackers

Requirements:

  • Guests must be comfortable climbing steps and able to get in and out of the boat and vehicle.
  • Please wear weather-appropriate attire and comfortable walking shoes.

Duration: 3.5 hours (Roundtrip from the Sitka Sound Cruise Terminal)

  • 1 hour- Cruising through Silver Bay
  • 35 minutes- Silver Bay Homestead
  • 30 minutes- Coach transfer from Silver Bay cruise to Fortress of the Bears
  • 45 minutes- Fortress of the Bears
  • 15 minutes- Coach ride back to your cruise ship terminal (Tours may end downtown at the Sitka Visitor Center or at the Sitka Sound Cruise Terminal. Free shuttle buses, departing every few minutes, provide transportation between downtown and the Cruise Terminal.)

Meeting Instructions:

  • This tour meets at the Sitka Sound Cruise Terminal. Fully detailed instructions are included on your finalized ticket vouchers.

ADA Accessibility of Tour:

  • This tour is not wheelchair or limited mobility accessible.

Refund Policy:

  • You may cancel for any reason up to seven (7) days prior to the date of the tour for a full refund.
  • Please see our Refund Policy Page for complete details.

Frequently Asked Questions

A light snack, water, and hot beverages are offered.

This tour has a 15-person minimum and a 42-person maximum per departure.

Guests must be comfortable climbing steps and able to get in and out of the boat. Please inform the guides about any other physical limitations.

Layered clothing appropriate for the local weather. Sunglasses, comfortable walking shoes, and a camera are recommended.

This tour operates in both directions: Cruise first or Fortress of the Bears. Please contact us if you would like to know the direction of your departure.

Yes, you will have access to a restroom during your cruise.

 
var acc = document.getElementsByClassName("accordionx"); for (i = 0; i < acc.length; i++) { acc[i].addEventListener("click", function(event) { event.preventDefault(); this.classList.toggle("active"); var panel = this.nextElementSibling; if (panel.style.display === "block") { panel.style.display = "none"; this.classList.remove("button-close"); } else { panel.style.display = "block"; this.classList.add("button-close"); } }); } //for FAQ-------------------------------------------------< }); -->

Guest Reviews

We do not have any review about this excursion yet.

$259.00

Best Price Guarantee!

$259.00

Duration: 3.5 hours

Best Price Guarantee!

Duration: 3.5 hours



Adult (13+): $259.00

Child (2-12): $209.00

Infant (Under 2): $0.00

jQuery("#msg-show-iti-box").html(''); // TO ADD THE ITINERARY POPUP---------------------------------------------------------------------------------------------------------------------------< // }); --> jQuery(document).ready(function(){ jQuery(window).on('resize scroll', function() { barmenucolor(); check_addtocart_btn_visible(); //hide_dateSelect(); }); jQuery.fn.isInViewport = function(obj) { var mas = jQuery('.navbar-default').height()+jQuery('#m-tab-wrapper').height(); var elementTop = jQuery(obj).offset().top - mas; var elementBottom = elementTop + jQuery(obj).outerHeight(); var viewportTop = jQuery(window).scrollTop(); var viewportBottom = viewportTop + jQuery(window).height(); var resp = elementBottom > viewportTop && elementTop < viewportBottom ; if(resp == false){ return viewportTop < elementTop; }else{ return resp; } }; barmenucolor(); check_addtocart_btn_visible(); }); function hide_dateSelect() { //TO HIDE DATEPICKER jQuery('.dateSelect').datepicker("hide"); jQuery('.hasDatepicker .dateSelectCont .caret').removeClass('active_date'); } function check_addtocart_btn_visible() { if(jQuery(window).width() > 992){ if (jQuery('.addtocart_btn_submit').isInViewport('.addtocart_btn_submit')) { jQuery('#bookbtn').hide(); // console.log('hide bookbtn'); } else { jQuery('#bookbtn').show(); // console.log('show bookbtn'); } }else{ var mas = jQuery('.navbar-default').height()+jQuery('#f-tab-wrapper').height()+100; var top_of_element = jQuery(".addtocart_btn_submit").offset().top; var bottom_of_element = jQuery(".addtocart_btn_submit").offset().top + jQuery(".addtocart_btn_submit").outerHeight(); //var bottom_of_screen = jQuery(window).scrollTop() + mas + jQuery(window).innerHeight(); var bottom_of_screen = jQuery(window).scrollTop() + mas + document.body.clientHeight; //https://stackoverflow.com/questions/10173236/window-innerheight-ie8-alternative var top_of_screen = jQuery(window).scrollTop() + mas; //console.log('('+bottom_of_screen+'>'+top_of_element+') && ('+top_of_screen+'<'+bottom_of_element+')' ); // if ((bottom_of_screen > top_of_element) && (top_of_screen < bottom_of_element)) { if ((top_of_screen < bottom_of_element)) { // console.log('hide bookbtn - Mobile'); jQuery('#bookbtn').hide(); } else { // console.log('show bookbtn - Mobile'); jQuery('#bookbtn').show(); } } } function barmenucolor(){ if (jQuery('#m-tab-wrapper').isInViewport('#m-tab-wrapper')) { jQuery('#f-tab-wrapper').hide(); //console.log('hide f-tab-wrapper'); } else { jQuery('#f-tab-wrapper').show(); //console.log('show f-tab-wrapper'); } //console.log('position:'+jQuery(window).scrollTop()); var xmas = jQuery('#mynavbar').height()-jQuery('#f-tab-wrapper').height(); var xtab = jQuery('#f-tab-wrapper').offset().top + xmas; var xoverview = jQuery('#overview-sect').offset().top; var xthings = jQuery('#things-sect').offset().top; var xfaq = jQuery('#faq-sect').offset().top; var xreviews = jQuery('#reviews-sect').offset().top; if(xtab < xoverview){ //console.log('photos'); jQuery('.xphotos').addClass( "overtab" ); jQuery('.xoverview').removeClass( "overtab" ); jQuery('.xthings').removeClass( "overtab" ); jQuery('.xfaq').removeClass( "overtab" ); jQuery('.xreviews').removeClass( "overtab" ); }else if(xtab > xoverview && xtab < xthings){ //console.log('xoverview'); jQuery('.xoverview').addClass( "overtab" ); jQuery('.xphotos').removeClass( "overtab" ); jQuery('.xthings').removeClass( "overtab" ); jQuery('.xfaq').removeClass( "overtab" ); jQuery('.xreviews').removeClass( "overtab" ); }else if(xtab > xthings && xtab < xfaq){ //console.log('xthings'); jQuery('.xthings').addClass( "overtab" ); jQuery('.xphotos').removeClass( "overtab" ); jQuery('.xoverview').removeClass( "overtab" ); jQuery('.xfaq').removeClass( "overtab" ); jQuery('.xreviews').removeClass( "overtab" ); }else if(xtab > xfaq && xtab < xreviews){ //console.log('xfaq'); jQuery('.xfaq').addClass( "overtab" ); jQuery('.xphotos').removeClass( "overtab" ); jQuery('.xoverview').removeClass( "overtab" ); jQuery('.xthings').removeClass( "overtab" ); jQuery('.xreviews').removeClass( "overtab" ); }else if(xtab > xreviews){ //console.log('xreviews'); jQuery('.xreviews').addClass( "overtab" ); jQuery('.xphotos').removeClass( "overtab" ); jQuery('.xoverview').removeClass( "overtab" ); jQuery('.xthings').removeClass( "overtab" ); jQuery('.xfaq').removeClass( "overtab" ); }else{ //console.log('none'); jQuery('.xreviews').removeClass( "overtab" ); jQuery('.xphotos').removeClass( "overtab" ); jQuery('.xoverview').removeClass( "overtab" ); jQuery('.xthings').removeClass( "overtab" ); jQuery('.xfaq').removeClass( "overtab" ); } } --> //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------> //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------> //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------> // console.log('>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>'); // console.log(availabledays.length); // console.log(availabledays); // console.log('<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<'); if (availabledays.length < 1) { //jQuery('.dateSelectCont .caret').css("display: none!important;"); jQuery('.btn-group>.btn:first-child').prop('disabled', true); jQuery('.dateSelectCont .caret').css("display", "none"); jQuery(classname).prop('disabled', true); jQuery(classname).attr("placeholder", "No Dates Available"); return false; } // console.log(availabledays.length); //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------< //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------< //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------< //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------< //JL 04/29/2024 TO OPEN ALL DAYS IN CALENDAR -------------------------------------------------------------------> //var startdate = new Date(); // today's date //var enddate = new Date(); // initialize a new Date object //enddate.setFullYear(enddate.getFullYear() + 5); // set this date 5 years from today //JL 04/29/2024 TO OPEN ALL DAYS IN CALENDAR -------------------------------------------------------------------< if (hasdaterestriction == 1) { //console.log('IN A'); jQuery(classname).datepicker({ dateFormat: 'mm/dd/yy', minDate: startdate, maxDate: enddate, beforeShow: function(input, inst) { var calendar = inst.dpDiv; setTimeout(function() { calendar.position({ my: 'left top', at: 'left bottom', collision: 'none', of: input }); }, 1); }, beforeShowDay: function (d) { //console.log('IN A1'); var day = d.getDay(); //var availabledays = jQuery.parseJSON(dates); // normalize the date for searching in array var dmy = ""; dmy += ("00" + (d.getMonth() + 1)).slice(-2) + "/"; dmy += ("00" + d.getDate()).slice(-2) + "/"; dmy += d.getFullYear(); if (jQuery.inArray(dmy, availabledays) != -1) { return [true]; } else { return [false]; } }, onSelect: function (dateText) { //console.log('IN A2'); jQuery(".disabled_prices").each(function (index) { jQuery(this).removeAttr('disabled').val(0); }); var itemid = jQuery(classname).attr('omgid'); var strdate = this.value; strdate = strdate.replace(/\//g, '-'); getitenerarytime(itemid, strdate); jQuery('.finalselectdate' + excursionid).val(this.value); getCanceledDate(dateText); return true; } }); }else{ //console.log('IN B'); jQuery(classname).datepicker({ dateFormat: 'mm/dd/yy', minDate: startdate, maxDate: enddate, beforeShow: function(input, inst) { var calendar = inst.dpDiv; setTimeout(function() { calendar.position({ my: 'left top', at: 'left bottom', collision: 'none', of: input }); }, 1); } }); } //JL 06/02/2020 PRE SELECT DATE WHEN HAS ONE OPTION DATE ---------------------------------------------> if(availabledays.length == 1){ //console.log('IN ONE DAY THIS:'+availabledays[0]); jQuery(classname).datepicker( "setDate" , availabledays[0] ); jQuery('.ui-state-default.ui-state-active').click(); } //JL 06/02/2020 PRE SELECT DATE WHEN HAS ONE OPTION DATE ---------------------------------------------< } function getitenerarytime(id, day) { //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------> //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------> //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------> //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------> var arrive = jQuery('#itinearary_arrive_times_include_'+day).val(); var depart = jQuery('#itinearary_depart_times_include_'+day).val(); var port_first = jQuery('#itinearary_arrive_times_include_'+day).attr( "port_first" ); var port_last = jQuery('#itinearary_arrive_times_include_'+day).attr( "port_last" ); var itinearary_times_seleted = jQuery('#itinearary_times_seleted').val(); if(typeof arrive === 'undefined'){ arrive = '';} if(typeof depart === 'undefined'){ depart = '';} if(typeof port_first === 'undefined'){ port_first = '';} if(typeof port_last === 'undefined'){ port_last = '';} if(typeof itinearary_times_seleted === 'undefined'){ itinearary_times_seleted = '';} console.log('-->id:' + id +' - day:' + day +' - arrive:'+ arrive +' - depart:'+ depart +' - port_first:'+ port_first +' - port_last:'+ port_last +' - iti_sel:'+ itinearary_times_seleted ); //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------< //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------< //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------< //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------< jQuery.ajax({ url: 'index.php?app=ecom&ns=getIteneraryAvailableTime', type: 'post', data: 'id=' + id + '&day=' + day + '&arrive=' + arrive+ '&depart=' + depart +'&port_first='+ port_first +'&port_last='+ port_last + '&iti_sel='+ itinearary_times_seleted, success: function (r) { //console.log(r); jQuery('select.fillselected' + id).empty().append(r); jQuery('.prod-page-form select').selectpicker('refresh'); jQuery(".datefieldr").removeClass( 'require_red' ); } }); } jQuery(window).on('load', function () { //REMOVE CLASS TO SHOW ITINERARY ---------------------------------> jQuery(document).ready(function($){ if(jQuery('#top_itinerary').hasClass('dont_show')) { jQuery('#top_itinerary').removeClass('dont_show'); console.log('DONT_SHOW REMOVED'); } }); //REMOVE CLASS TO SHOW ITINERARY ---------------------------------< }); -->