From Cache

Juneau City Tour & Highlights

5.0
2 reviews

Excursion Overview

Juneau Historic City Highlights

Explore historic downtown Juneau and celebrate the highlights on a family-friendly tour. Brotherhood Bridge Park, Douglas Island, and Breaching Whale Park are a few stops to learn and discover more about Juneau's origins. This tour promises a fun, educational, and affordable experience for the whole family, with the chance to see "Thaku," a life-sized breaching whale statue at Mayor Bill Overstreet Park in Downtown Juneau!

Whether visiting by cruise ship or traveling independently to Juneau, enjoy the scenic drive with iconic Alaskan scenery as your backdrop.

Things You Need to Know

Inclusions:

  • Roundtrip transportation from the cruise ship terminal
  • Overstreet Park - meet "Takhu," Juneau's unique 40-foot sculpture depicting a breaching whale
  • Homestead Park - savor the breathtaking views from this secluded gem, offering vistas of the ocean and Juneau city nestled among towering mountains
  • Kaxdigoowu Heen Dei (also known as Brotherhood Bridge Park) - weather permitting, you can admire a distant view of the Mendenhall Glacier and take in the natural splendor of the Mendenhall Valley

Requirements:

  • There are no additional requirements for this excursion.

Duration: 1.5 hours (Roundtrip from cruise ship terminal)

  • 1.5 hours - roundtrip scenic bus tour from downtown Juneau

Meeting Instructions:

  • This tour meets at the Goldbelt Mount Roberts Tramway, central to the main cruise ship docks in Juneau. Fully detailed instructions are included on your finalized ticket vouchers.

ADA Accessibility of Tour:

  • This tour is limited mobility accessible. Guests must be able to climb 4 steps into and out of the bus. There is limited space for collapsible wheelchairs and walkers. There is no storage available for motorized scooters. Please leave a comment during checkout if accommodations for collapsible equipment will be required on tour.

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

Up to 44 passengers may join the scenic bus tour.

There are no age restrictions for this excursion. Guests under 2 years of age may sit on a parent or guardian's lap.

Backpacks, small bags, and purses are permitted on this tour.

Non-alcoholic beverages in closeable containers and snacks are allowed on tour.

As a commercial transport vehicle, car seats are not required and we do not provide them but you are welcome to bring your own.

 
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

5.0

2 total

100%
0%
0%
0%
0%

Lloyd R

On Sep 2024

Rain, Rain, misty, fog...It was a great informative ride. The weather just did not want to work with us. Our first stop was at Brotherhood Bridge Trail for the view of Mendenhall Glacier. It would have been a great spot but Mother Nature had other plans and left it blocked by fog. Next stop was on Douglas Island at Homestead Park. We walked down to the viewing point and took photos of the Channel and 5 ships ( 1 that was tendering ) that were in port at that time. Next stepping off point was Tahku: The Whale Sculpture. The fountain has a water show that makes Tahku look like it is coming out of the water. The fountain lasts 5ish minutes and starts every 15 - 20 minutes. Our tour driver passed on lots of information about each stop, and pointed out wildlife as we passed by it. She made the most of situation. This was a great 90 minute tour and would be delighted to do again. You just can't trust Mother Nature to always work with you.

Mark A

On Aug 2024

Outstanding tour guide and tour.

$49.00

Best Price Guarantee!

$49.00

Duration: 1.5 hours

Best Price Guarantee!

Duration: 1.5 hours



Adult (12+): $49.00

Child (2-11): $39.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 ---------------------------------< }); -->
From Cache -BTN