<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WWCZJ6D');</script>
<!-- End Google Tag Manager -->
    <!-- PAGE TITLE -->
    <title>Freedom Boat Club Seattle and Puget Sound</title>

    <!-- FavIcon -->
    <link rel="apple-touch-icon" sizes="57x57" href="/assets/images/favicons/apple-touch-icon-57x57.png">
    <link rel="apple-touch-icon" sizes="60x60" href="/assets/images/favicons/apple-touch-icon-60x60.png">
    <link rel="icon" type="image/png" href="/assets/images/favicons/favicon-32x32.png" sizes="32x32">
    <link rel="icon" type="image/png" href="/assets/images/favicons/favicon-16x16.png" sizes="16x16">

    <!-- META-DATA -->
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
    <meta name="description" content="">
    <meta name="keywords" content="">

    <!-- CSS:: FONTS -->
    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
    <link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,700' rel='stylesheet' type='text/css'>
    <link href='https://fonts.googleapis.com/css?family=Raleway:400,500,600,700' rel='stylesheet' type='text/css'>
    <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">

    <link rel="stylesheet" href="/assets/css/bootstrap.min.css">
    <link rel="stylesheet" href="/assets/css/animate.css">
    <link rel="stylesheet" href="/assets/css/jquery-ui.css">
    <link rel="stylesheet" type="text/css" href="/assets/owl/owl.carousel.css">
    <link rel="stylesheet" type="text/css" href="/assets/css/jquery.bxslider.css">
    <link rel="stylesheet" type="text/css" href="/assets/css/reset.css">
    <link rel="stylesheet" type="text/css" href="/assets/css/main.css">
    <link rel="stylesheet" type="text/css" href="/assets/css/custom2.css">



<script>(function(w,d,t,r,u){var f,n,i;w[u]=w[u]||[],f=function(){var o={ti:"283009087", enableAutoSpaTracking: true};o.q=w[u],w[u]=new UET(o),w[u].push("pageLoad")},n=d.createElement(t),n.src=r,n.async=1,n.onload=n.onreadystatechange=function(){var s=this.readyState;s&&s!=="loaded"&&s!=="complete"||(f(),n.onload=n.onreadystatechange=null)},i=d.getElementsByTagName(t)[0],i.parentNode.insertBefore(n,i)})(window,document,"script","//bat.bing.com/bat.js","uetq");</script>


<style>
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap');

.location-buttons {
    text-align: center;
    margin-top: 20px;
    font-family: 'Nunito', sans-serif;
}

.location-buttons h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
}

/* Fix button sizing issue */
.location-buttons-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Forces 3 equal columns */
    gap: 20px; /* Space between buttons */
    max-width: 1000px;
    margin: 0 auto; /* Centers the grid */
    justify-content: center;
    align-items: center;
}

/* Ensures all buttons are the exact same size */
.location-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    background-color: #002f5f; /* New button color */
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    transition: background-color 0.3s ease;
    font-family: 'Nunito', sans-serif; /* Nunito font */
    width: 100%; /* Forces all buttons to be the same width */
    min-height: 70px; /* Ensures all buttons have the same height */
    height: 70px; /* Fixes height so they are uniform */
    white-space: normal; /* Allows text wrapping */
    text-align: center;
}

/* Hover Effect */
.location-buttons a:hover {
    background-color: #004080;
}

/* Centers the last row properly when there are only 2 buttons */
.location-buttons-container a:nth-last-child(2):nth-child(odd),
.location-buttons-container a:nth-last-child(1):nth-child(odd) {
    grid-column: span 1; /* Keeps each button in its own space */
    justify-self: center;
}

/* Responsive Adjustments */
@media (max-width: 900px) {
    .location-buttons-container {
        grid-template-columns: repeat(2, 1fr); /* Two columns on medium screens */
    }
}

@media (max-width: 600px) {
    .location-buttons-container {
        grid-template-columns: repeat(1, 1fr); /* One column on small screens */
    }
    .location-buttons-container a:last-child {
        grid-column: span 1; /* Single column */
    }
}
.map-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 aspect ratio */
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
@media (max-width: 768px) {
    .map-container {
        width: 100% !important;
        padding-top: 100% !important; /* Adjust to make the map a larger square */
        max-height: none !important; /* Allow full height */
    }

    .map-container iframe {
        width: 100% !important;
        height: 100% !important;
        max-height: none !important;
    }
}

@media (max-width: 480px) {
    .map-container {
        padding-top: 120% !important; /* Increase height for smaller screens */
    }
}
</style>
</head>

<body class="cs-portal">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WWCZJ6D"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
    <div class="y-inner_header y-single_charter">
        <div class="y-header_outer">
            <div class="header">
                <div class="container">
                    <div class="row clearfix hidden-sm hidden-md hidden-lg hidden-xl cs-header-xs">
                        <div class="col-xs-6">
                            <a class="cs-caller pull-left mt-30" href="tel:+2068769995">(206) 876-9995</a>
                        </div>
                        <div class="col-xs-6">
                            <a href="javascript:" class="mm-menu mt-30">
                                <span class="fa fa-bars"></span>
                            </a>
                            <div class="mm-menu-drop"></div>
                        </div>
                    </div>
                    <div class="row clearfix mt-20 mb-20">
                        <div class="col-sm-3 col-xs-4 hidden-xs">
                            <a class="cs-caller mt-10" href="tel:+2068769995">(206) 876-9995</a>
                        </div>
                        <div data-wow-duration="1s" class="col-sm-6 col-xs-12 fadeInDown text-center">
                            <a class="y-logo" href="/"><img alt="" src="/assets/custom/logo.png"></a>
                        </div>
                        <div class="col-sm-3 col-xs-4 hidden-xs">
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>

    <section id="y-single_info">
        <div class="y-single_info">
            <div class="container">
                <div class="row y-single_info_inner y-section_content" style="padding-top:20px;">

                    <div class="col-sm-4 mb-20 hidden-xs hidden-sm" style="padding:0;">
                        <div class="y-contact_side">
                            <h3 class="small_heading_font">Menu</h3>
                            <ul class="white_small_font">
                                <li><a href="javascript:">Life Unleashed</a></li>
                                <li><a href="javascript:">Overview</a></li>
                                <li><a href="javascript:">How The Club Works</a></li>
                                <li><a href="javascript:">Interactive Location Map</a></li>
								<li><a href="javascript:"><strong>Washington Club Locations</strong></a></li>
                       <li><a href="javascript:">Member Stories</a></li>
                                <li><a href="javascript:">Testimonials</a></li>
                                <li><a href="javascript:">Water Sports</a></li>
                                <li><a href="javascript:">Fish to Live</a></li>
                                <li><a href="javascript:">Reservation System</a></li>
                                <li><a href="javascript:">Training</a></li>
<li><a href="javascript:"><strong>Washington Fleet</strong></a></li>
                               

                            </ul>
                        </div>
                        <div class="line_10"></div>
                    </div>

                    <div class="col-sm-8 col-xs-12">

                        <div class="text-center hidden-md hidden-lg hidden-xl pt-10 pb-20">
                            <div class="btn-group owl-nav" role="group" aria-label="...">
                                <button type="button" class="btn btn-default nav-left"><span class="fa fa-arrow-left"></span></button>
                                <span class="btn btn-default">&nbsp;</span>
                                <button type="button" class="btn btn-default nav-right"><span class="fa fa-arrow-right"></span></button>
                            </div>
                        </div>

                        <div id="owl-demo" class="owl-carousel owl-theme row">
                            <div class="item col-xs-12 w100p">
                                <h1>Life Unleashed</h1>
                                <p></p>
                                <div class="row">
                                    <div class="col-xs-12 y-blog_listing"><div class="cs-callout"><div class="video-responsive"><iframe width="640" height="360" src="https://www.youtube.com/embed/E8KWWRSB4c8" frameborder="0"></iframe></div></div></div>
                                </div>
                            </div>
                            <div class="item col-xs-12 w100p">
                                <h1>Overview</h1>
                                <p></p>
                                <div class="row">
                                    <div class="col-xs-12 y-blog_listing"><div class="cs-callout"><div class="video-responsive"><iframe width="640" height="360" src="https://www.youtube.com/embed/37cXHGqQ_tU" frameborder="0"></iframe></div></div></div>
                                </div>
                            </div>
                            <div class="item col-xs-12 w100p">
                                <h1>How The Club Works</h1>
                                <p></p>
                                <div class="row">
                                    <div class="col-xs-12 y-blog_listing"><div class="cs-callout"><div class="video-responsive"><iframe width="640" height="360" src="https://www.youtube.com/embed/9hYvsSxQsHM" frameborder="0"></iframe></div></div></div>
                                </div>
                            </div>
                            <div class="item col-xs-12 w100p">
                                <h1>Interactive Location Map</h1>
                                <p>When you join our club you get unlimited use at our 11 Washington locations. As we continue to grow and open new locations they will also be included as your "home" location and you will have unlimited use.

Additionally, full-time members get nationwide reciprocity allowing you to use every other location 4 times per year for free!</p>
                                <div class="row">
                                    <div class="col-xs-12 y-blog_listing"><div class="map-container">
<iframe src="https://www.google.com/maps/d/u/0/embed?mid=1PLGhCP9LIjhH412evdVMWpDlKqYwNv8&ehbc=2E312F"></iframe>
</div>
</div>
                                </div>
                            </div>
							                            <div class="item col-xs-12 w100p">
                                <h1><strong>Washington Club Locations</strong></h1>
                                <p>With 400+ locations across the U.S., Canada, Australia, and Europe, Freedom Boat Club provides unparalleled access to breathtaking boating destinations—including our <strong>11 locations in Washington</strong> with diverse fleets to match your adventure. Enjoy hassle-free boating while we handle the maintenance and logistics, so you can focus on making memories on the water! </p>
                                <div class="row">
                                    <div class="col-xs-12 y-blog_listing">
                                        <div class="input-group">
 <div class="location-buttons">
    <h3>Find a Freedom Boat Club Near You</h3>
    <div class="location-buttons-container">
        <a href="https://www.freedomboatclub.com/franchises/victory-marine-llc/agc-marina.html" class="btn btn-primary" target="_blank">
            AGC Marina
        </a>
        <a href="https://www.freedomboatclub.com/franchises/victory-marine-llc/elliott-bay-marina" class="btn btn-primary" target="_blank">
            Elliott Bay Marina
        </a>
        <a href="https://www.freedomboatclub.com/franchises/victory-marine-llc/everett" class="btn btn-primary" target="_blank">
            Everett Marina
        </a>
        <a href="https://www.freedomboatclub.com/franchises/victory-marine-llc/nautical-landing-marina" class="btn btn-primary" target="_blank">
            Nautical Landing Marina
        </a>
        <a href="https://www.freedomboatclub.com/franchises/victory-marine-llc/olympia" class="btn btn-primary" target="_blank">
            Olympia Marina
        </a>
        <a href="https://www.freedomboatclub.com/franchises/victory-marine-llc/port-orchard" class="btn btn-primary" target="_blank">
            Port Orchard Marina
        </a>
        <a href="https://www.freedomboatclub.com/franchises/victory-marine-llc/port-of-edmonds" class="btn btn-primary" target="_blank">
            Port of Edmonds
        </a>
        <a href="https://www.freedomboatclub.com/franchises/victory-marine-llc/port-of-poulsbo" class="btn btn-primary" target="_blank">
            Port of Poulsbo
        </a>
        <a href="https://www.freedomboatclub.com/franchises/victory-marine-llc/tacoma" class="btn btn-primary" target="_blank">
            Tacoma Marina
        </a>
        <a href="https://www.freedomboatclub.com/franchises/victory-marine-llc/leschi-marina" class="btn btn-primary" target="_blank">
            Leschi Marina
        </a>
        <a href="https://www.freedomboatclub.com/franchises/victory-marine-llc/yarrow-bay-marina" class="btn btn-primary" target="_blank">
            Yarrow Bay Marina
        </a>
        <a href="https://www.freedomboatclub.com/#locationSearchModal" class="btn btn-primary" target="_blank">
            Find More Locations Worldwide
        </a>
    </div>
</div>





                                        </div>
                                    </div>
                                </div>
                            </div>
                          <div class="item col-xs-12 w100p">
                                <h1>Member Stories</h1>
                                <p></p>
                                <div class="row">
                                    <div class="col-xs-12 y-blog_listing"><div class="cs-callout"><div class="video-responsive"><iframe width="640" height="360" src="https://www.youtube.com/embed/h2quu8Nl52M" frameborder="0"></iframe></div></div></div>
                                </div>
                            </div>
                            <div class="item col-xs-12 w100p">
                                <h1>Testimonials</h1>
                                <p></p>
                                <div class="row">
                                    <div class="col-xs-12 y-blog_listing"><div class="cs-callout"><div class="video-responsive"><iframe width="640" height="360" src="https://www.youtube.com/embed/5b2Whe15yWo" frameborder="0"></iframe></div></div></div>
                                </div>
                            </div>
                            <div class="item col-xs-12 w100p">
                                <h1>Water Sports</h1>
                                <p></p>
                                <div class="row">
                                    <div class="col-xs-12 y-blog_listing"><div class="cs-callout"><div class="video-responsive"><iframe width="640" height="360" src="https://www.youtube.com/embed/j0LTTrRBVkc" frameborder="0"></iframe></div></div></div>
                                </div>
                            </div>
                            <div class="item col-xs-12 w100p">
                                <h1>Fish to Live</h1>
                                <p></p>
                                <div class="row">
                                    <div class="col-xs-12 y-blog_listing"><div class="cs-callout"><div class="video-responsive"><iframe width="640" height="360" src="https://www.youtube.com/embed/NqLPd_qTxQE" frameborder="0"></iframe></div></div></div>
                                </div>
                            </div>
                            <div class="item col-xs-12 w100p">
                                <h1>Reservation System</h1>
                                <p></p>
                                <div class="row">
                                    <div class="col-xs-12 y-blog_listing"><div class="cs-callout"><div class="video-responsive"><iframe width="640" height="360" src="https://www.youtube.com/embed/MAhrrnSLAsQ" frameborder="0"></iframe></div></div></div>
                                </div>
                            </div>
                            <div class="item col-xs-12 w100p">
                                <h1>Training</h1>
                                <p>Unlimited hands-on training which includes one-on-one new member orientation, offshore training and local area orientations.</p>
                                <div class="row">
                                    <div class="col-xs-12 y-blog_listing"><div class="cs-callout"><div class="video-responsive"><iframe width="640" height="360" src="https://www.youtube.com/embed/R5lCMDbridU" frameborder="0"></iframe></div></div></div>
                                </div>
                            </div>
         <div class="item col-xs-12 w100p">
                                <h1><strong>Washington Fleet</strong></h1>
                                <p>Our fleet is comprised of a wide variety of boats which include deck boats, pontoon boats, bow riders, inshore fishing boats and offshore fishing boats. </p>
                                <div class="row">
                                    <div class="col-xs-12 y-blog_listing"><style>
    .fleet-container {
        position: relative;
        display: inline-block;
        text-align: center;
    }
    .fleet-button {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #002f5f;
        color: white;
        padding: 10px 20px;
        border-radius: 5px;
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
        transition: background 0.3s ease;
    }
    .fleet-button:hover {
        background-color: #002f5f;
    }
</style>

<div class="fleet-container">
    <a href="https://www.fbcgreaterseattle.com/ourfleet" target="_blank">
        <img src="https://static.wixstatic.com/media/6bdb38_717279439b8c4f6bae17e00f0b990e65~mv2.jpg/v1/fill/w_540,h_284,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/Bayline%20Trophy%20C22.jpg" 
             alt="Explore Our Fleet" width="400">
        <span class="fleet-button">View Our Fleet</span>
    </a>
</div>

                                </div>
                            </div>
  
 
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>



    <section class="mb-50">
        <div class="col-xs-12 pb-20">&nbsp;</div>
        <div class="col-xs-12 pb-20">&nbsp;</div>
    </section>




    <div class="y-footer_strip">
        <div class="container">
            <div class="row clearfix">
                <div class="col-xs-12">
                    <p class="text-center">
                        &copy; 2025, All Rights Reserved - <a href="https://freedomboatclub.com/ target=">Freedom Boat Club</a>
                    </p>
                </div>
            </div>
        </div>
    </div>
    </div>
    </footer>

    <!-- <a id="ft-btn" href="/jn/0/pyzjzxjdlgjzjklhpepe" class="btn btn-primary">JOIN</a> -->
    

    <div class="y-back_to_top" id="y-back_to_top">
        <i class="fa fa-anchor"></i>
    </div>
    <div class="y-line"></div>


    <script type="text/javascript" src="/assets/js/jquery.min.js"></script>
    <script type="text/javascript" src="/assets/js/wow.min.js"></script>
    <script type="text/javascript" src="/assets/js/owl.carousel.min.js"></script>
    <script type="text/javascript" src="/assets/js/responsivemultimenu.js"></script>
    <script type='text/javascript' src='https://www.youtube.com/iframe_api'></script>

    <script type='text/javascript' src='https://maps.google.com/maps/api/js?key=AIzaSyD-fSDZgtOMo3rKJr04O6014JtOACFjarM&#038;libraries=geometry%2Cplaces%2Cweather%2Cpanoramio%2Cdrawing&#038;language=en&#038;ver=4.9.8'></script>
    <script type="text/javascript" src="/assets/custom/gmap.js"></script>



    <script type="text/javascript" src="/assets/js/custom.js"></script>


    <script>
        $(document).ready(function () {

            var owl = $("#owl-demo");

            owl.owlCarousel({
                items: 1,
                nav: false,
                loop: true,
            });

            $(".owl-nav .nav-left").click(function () { owl.trigger('prev.owl'); });
            $(".owl-nav .nav-right").click(function () { owl.trigger('next.owl'); });

            $(".mm-menu-drop").append($(".y-contact_side").clone()).hide();

            $(".mm-menu").click(function () {
                $(".mm-menu-drop").toggle();
            });

            $(".y-contact_side").each(function () {
                var ix = 0;
                $(".y-contact_side li a").each(function () {
                    var i = ix;
                    $(this).click(function () {
                        owl.trigger('to.owl.carousel', [i, 300]);
                        $(".mm-menu-drop").hide();
                    });
                    ix++;
                });
            });

        });
    </script>
</body>
</html>