www.floridarentalbyowners.com Open in urlscan Pro
2606:4700:3108::ac42:2925  Public Scan

Submitted URL: https://cedarkeyvrbo.com/
Effective URL: https://www.floridarentalbyowners.com/listing/167
Submission: On November 11 via api from US — Scanned from DE

Form analysis 7 forms found in the DOM

POST

<form method="POST" class="form_instant_quote" id="form_instant_quote">
  <input type="hidden" name="listing_id" value="167">
  <input type="hidden" id="grand_total" name="grand_total" value="0">
  <div class="row">
    <div class="col-sm-6">
      <div class="form-group">
        <label><i class="icon-calendar-7"></i> Check in</label>
        <input class="form-control listing_check_in hasDatepicker" data-date-format="M d, D" type="text" placeholder="Check in" name="checkin" id="check_avail_checkin" autocomplete="off" inputmode="none">
      </div>
    </div>
    <div class="col-sm-6">
      <div class="form-group">
        <label><i class="icon-calendar-7"></i> Check out</label>
        <input class="form-control listing_check_out hasDatepicker" data-date-format="M d, D" type="text" placeholder="Check out" name="checkout" id="check_avail_checkout" autocomplete="off" inputmode="none">
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-6">
      <div class="form-group">
        <label>Adults</label>
        <div class="numbers-row">
          <input type="text" value="1" id="adults" class="qty2 form-control" name="num_adults">
          <div class="inc button_inc">+</div>
          <div class="dec button_inc">-</div>
        </div>
      </div>
    </div>
    <div class="col-6">
      <div class="form-group">
        <label>Children</label>
        <div class="numbers-row">
          <input type="text" value="0" id="children" class="qty2 form-control" name="num_children">
          <div class="inc button_inc">+</div>
          <div class="dec button_inc">-</div>
        </div>
      </div>
    </div>
    <div class="col-6">
      <div class="form-group">
        <label>Pets</label>
        <div class="numbers-row">
          <input type="text" value="0" id="pets" class="qty2 form-control" name="num_pets">
          <div class="inc button_inc">+</div>
          <div class="dec button_inc">-</div>
        </div>
      </div>
    </div>
  </div>
  <input type="submit" id="getquotebutton" value="Get an Instant Quote!" class="btn btn-block mb-2 btn-pink" name="submitInstantQuoteForm" style="font-weight: 600;">
  <div class="display_quote" style="display:none"></div>
  <a href="#" data-toggle="modal" data-target="#contactOwner" data-backdrop="static" style="margin-bottom:5px; margin-top:5px;">
			<button type="button" id="btn_chatwithhost" class="btn btn-secondary btn-block mt-3">
				<i class="fas fa-comments"></i> Chat with Host
			</button>
		</a>
  <a class="btn_full_outline add_listingid_to_form access_link mt-3" href="#registration-dialog" data-listingid="167"><i class="icon-heart"></i> Add to Wishlist</a>
</form>

Name: form_contact_ownerPOST

<form method="post" name="form_contact_owner" id="review_hotel" class="form_contact_owner">
  <input type="hidden" name="owner_id" value="32">
  <input type="hidden" name="listing_id" value="167">
  <input type="hidden" name="form_name" value="Contact Owner">
  <input type="hidden" name="grand_total" value="0" id="contact_owner_grand_total">
  <input type="hidden" name="traveler_id" value="">
  <div class="row">
    <div class="col-md-6">
      <div class="form-group">
        <label>First name <span class="text-danger">*</span></label>
        <input name="first_name" id="name_review" type="text" placeholder="Your first name" class="form-control" required="true" value="">
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label>Last name <span class="text-danger">*</span></label>
        <input name="last_name" id="lastname_review" type="text" placeholder="Your last name" class="form-control" required="true" value="">
      </div>
    </div>
  </div>
  <!-- End row -->
  <div class="row">
    <div class="col-md-6">
      <div class="form-group">
        <label>Email <span class="text-danger">*</span></label>
        <input name="email" id="email_review" type="email" placeholder="Your email" class="form-control" required="true" value="">
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label>Phone <span class="text-danger">*</span></label>
        <input name="phone" type="phone" placeholder="Your phone" class="form-control" required="true" value="">
      </div>
    </div>
  </div>
  <!-- End row -->
  <hr>
  <h4 class="modal-title">Tell us about your trip</h4>
  <div class="row">
    <div class="col-md-6">
      <div class="form-group">
        <label><i class="icon-calendar-7"></i> Check in</label>
        <input class="form-control listing_check_in hasDatepicker" data-date-format="M d, D" type="text" placeholder="Check in" name="checkin" id="contact_owner_checkin">
        <input type="hidden" name="checkin" id="contact_owner_checkin_hidden">
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label><i class="icon-calendar-7"></i> Check out</label>
        <input class="form-control listing_check_out hasDatepicker" data-date-format="M d, D" type="text" placeholder="Check out" name="checkout" id="contact_owner_checkout">
        <input type="hidden" name="checkout" id="contact_owner_checkout_hidden">
      </div>
    </div>
  </div>
  <!-- End row -->
  <div class="row">
    <div class="col-md-6">
      <div class="form-group">
        <label>Adults</label>
        <div class="numbers-row">
          <input type="text" value="1" class="qty2 form-control" name="num_adults" id="contact_owner_num_adults">
          <div class="inc button_inc">+</div>
          <div class="dec button_inc">-</div>
        </div>
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label>Children</label>
        <div class="numbers-row">
          <input type="text" value="0" class="qty2 form-control" name="num_children" id="contact_owner_num_children">
          <div class="inc button_inc">+</div>
          <div class="dec button_inc">-</div>
        </div>
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label>Pets</label>
        <div class="numbers-row">
          <input type="text" value="0" class="qty2 form-control" name="num_pets" id="contact_owner_num_pets">
          <div class="inc button_inc">+</div>
          <div class="dec button_inc">-</div>
        </div>
      </div>
    </div>
  </div>
  <!-- End row -->
  <hr>
  <div class="form-group">
    <label> Message for the Host </label>
    <textarea maxlength="1000" name="message_for_owner" id="review_text" class="form-control" style="height:100px" placeholder="Message to host"></textarea>
  </div>
  <div class="form-group">
    <label>Captcha <span class="text-danger">*</span></label>
    <div class="g-recaptcha" data-sitekey="6LfaZ8QaAAAAAO53RT-VpAHtqJiFQWq4EcV4m_uw">
      <div style="width: 304px; height: 78px;">
        <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-5lx9nw890feb" frameborder="0" scrolling="no"
            sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
            src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LfaZ8QaAAAAAO53RT-VpAHtqJiFQWq4EcV4m_uw&amp;co=aHR0cHM6Ly93d3cuZmxvcmlkYXJlbnRhbGJ5b3duZXJzLmNvbTo0NDM.&amp;hl=de&amp;v=-ZG7BC9TxCVEbzIO2m429usb&amp;size=normal&amp;cb=4mhhj8ijo3m0"></iframe>
        </div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
          style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
      </div><iframe style="display: none;"></iframe>
    </div>
  </div>
  <input type="submit" value="Submit" class="btn_1" id="submit-review" name="test">
</form>

POST

<form method="POST" class="login_form">
  <div class="alert alert-info text-center">
    <h6>Select your Account Type :</h6>
    <div class="form-check form-check-inline">
      <input class="form-check-input" type="radio" name="account_type" id="inlineRadio1" value="traveler">
      <label class="form-check-label" for="inlineRadio1">Traveler</label>
    </div>
    <div class="form-check form-check-inline">
      <input class="form-check-input" type="radio" name="account_type" id="inlineRadio2" value="subscriber" checked="">
      <label class="form-check-label" for="inlineRadio2">Host</label>
    </div>
  </div>
  <div class="form-group">
    <label>Email</label>
    <input type="email" class="form-control" name="email" required="true">
    <i class="icon_mail_alt"></i>
  </div>
  <div class="form-group">
    <label>Password</label>
    <input type="password" class="form-control" name="password" value="" required="true">
    <i class="icon_lock_alt"></i>
  </div>
  <div class="clearfix add_bottom_15">
    <div class="checkboxes float-left">
      <input type="checkbox" name="remember_me">
      <label for="remember-me">Remember Me</label>
    </div>
    <div class="float-right"><a id="forgot" href="javascript:void(0);" onclick="if (!window.__cfRLUnblockHandlers) return false; clearAlerts()">Forgot Password?</a></div>
  </div>
  <div class="text-center"><input type="submit" value="Log In" class="btn_login"></div>
</form>

POST

<form method="post" class="forgot_pw_form">
  <div class="alert alert-info text-center">
    <h6>Select your Account Type :</h6>
    <div class="form-check form-check-inline">
      <input class="form-check-input" type="radio" name="account_type" id="inlineRadio3" value="traveler">
      <label class="form-check-label" for="inlineRadio3">Traveler</label>
    </div>
    <div class="form-check form-check-inline">
      <input class="form-check-input" type="radio" name="account_type" id="inlineRadio4" value="subscriber" checked="">
      <label class="form-check-label" for="inlineRadio4">Host</label>
    </div>
  </div>
  <div class="form-group">
    <label>Please confirm login email below</label>
    <input type="email" class="form-control" name="email_forgot">
    <i class="icon_mail_alt"></i>
  </div>
  <div class="alert alert-secondary">You will receive an email containing a link allowing you to reset your password to a new preferred one.</div>
  <div class="text-center"><input type="submit" value="Reset Password" class="btn_1" id="reset_password_btn"></div>
  <div id="user_found" class="alert alert-success" style="display:none;margin-top:15px">User found, email has been sent. Close this window to continue.</div>
  <div id="user_not_found" class="alert alert-danger" style="display:none;margin-top:15px">User not found, please try again.</div>
</form>

POST /sign-up/traveler/step-02.cfm

<form method="POST" action="/sign-up/traveler/step-02.cfm" id="formRegistrationModal">
  <input type="hidden" name="wishlistID" value="" id="hiddenListingIDRegForm">
  <div class="sign-in-wrapper">
    <div class="form-group">
      <label>Email</label>
      <input type="email" class="form-control" name="inputEmail" required="true">
      <i class="icon_mail_alt"></i>
    </div>
    <div class="form-group">
      <label>Password</label>
      <input type="password" class="form-control" name="inputPassword1" id="registerPassword1" value="" required="true">
      <i class="icon_lock_alt"></i>
    </div>
    <div class="form-group">
      <label>Confirm password</label>
      <input type="password" class="form-control" id="registerPassword2" placeholder="" required="true" name="inputPassword2">
      <span id="RegisterPasswordsDontMatch" style="color:red"></span>
      <span id="RegisterPasswordsMatch" style="color:green"></span>
    </div>
    <div class="form-group">
      <input type="checkbox" class="form-check-input" id="exampleCheck1" required="true" name="checkboxAgree">
      <label class="form-check-label" for="exampleCheck1">I agree to <a target="_blank" href="/terms">terms and conditions</a></label>
    </div>
    <div class="form-check" style="padding-left:0">
      <label class="form-check-label">
        <input type="checkbox" class="form-check-input" value="subscribe" name="checkboxNewsletter">Subscribe to our newsletter for updates on the best deals! </label>
    </div>
    <div id="pass-info" class="clearfix"></div>
    <button class="btn btn-pink btn-block" name="buttonCreateAccount" value="on">Create an account</button>
  </div>
  <hr>
  <div class="row mt-4">
    <h4>Already have an account?</h4>
    <a href="javascript:();" class="btn_login account_log_in">Log In Here</a>
  </div>
</form>

POST

<form method="POST" style="display:none" id="formLoginModal">
  <input type="hidden" name="wishlistID" value="" id="hiddenListingIDLoginForm">
  <input type="hidden" name="cameFrom" value="" id="cameFrom">
  <input type="hidden" name="listingID" value="" id="hiddenListingID">
  <div class="sign-in-wrapper">
    <div class="form-group">
      <label for="account_type">Account Type</label>
      <select class="form-control" id="account_type" name="account_type">
        <option value="traveler">Traveler</option>
        <option value="subscriber">Subscriber</option>
      </select>
    </div>
    <div class="form-group">
      <label>Email</label>
      <input type="email" class="form-control" name="email" id="email" required="true">
      <i class="icon_mail_alt"></i>
    </div>
    <div class="form-group">
      <label>Password</label>
      <div class="hideShowPassword-wrapper" style="position: relative; display: block; vertical-align: baseline; margin: 0px;"><input type="password" class="form-control hideShowPassword-field" name="password" id="password" value="" required="true"
          style="margin: 0px; padding-right: 0px;"><button type="button" role="button" aria-label="Show Password" title="Show Password" tabindex="0" class="my-toggle hideShowPassword-toggle-show" aria-pressed="false"
          style="position: absolute; right: 0px; top: 50%; margin-top: -15px; display: none;">Show</button></div>
      <i class="icon_lock_alt"></i>
    </div>
    <div class="clearfix add_bottom_15">
      <div class="checkboxes float-left">
        <input id="remember-me" type="checkbox" name="remember_me">
        <label for="remember-me">Remember Me</label>
      </div>
      <div class="float-right"><a id="forgot" href="javascript:void(0);">Forgot Password?</a></div>
    </div>
    <div class="text-center"><input type="submit" value="Log In" class="btn_login"></div>
    <div class="text-center alert alert-danger" style="display:none" id="login_error"> That user was not found, please try again. </div>
    <div id="forgot_pw">
      <div class="form-group">
        <label>Please confirm login email below</label>
        <input type="email" class="form-control" name="email_forgot" id="email_forgot">
        <i class="icon_mail_alt"></i>
      </div>
      <p>You will receive an email containing a link allowing you to reset your password to a new preferred one.</p>
      <div class="text-center"><input type="submit" value="Reset Password" class="btn_1"></div>
    </div>
  </div>
</form>

GET

<form role="search" id="searchform" method="get">
  <input value="" name="q" type="search" placeholder="Search...">
  <button type="submit"><i class="icon_set_1_icon-78"></i>
  </button>
</form>

Text Content

This website stores cookies on how you interact with our website and allow us to
remember you. To find out more about the cookies we use, see our Privacy Policy.
If you decline, your information won’t be tracked when you visit this website.

Accept Decline


1-877-735-2726
   Sign in Wishlist
   Log Out Dashboard
 * 


FLORIDA RENTALS BY OWNER

Menu mobile
 * Home
 * Vacation Types
   * Snowbird/Longterm
   * Pet Friendly
   * Beachfront
   * Boat Friendly
   * Budget Friendly
   * Large Groups
   * Family Friendly
   * Golf
   * Luxury
   * Resort Rentals
   * Near Theme Parks
   * Wedding/Event Friendly
 * Last Minute Deals
 * Travel Blog
 * List Your Property
 * Traveler Sign Up
 * Sign in

 * List Your Property
 * Traveler Sign Up


CEDAR KEY TRANQUILITY AT OLD FENIMORE MILL

city of Cedar Key Vacation Rentals
from/per night $185
 * Home
 * Central West FL Vacation Rentals
 * Cedar Key Vacation Rentals
 * Listing ID # 167


 * Sleeps 4
 * 2 Bedrooms
 * 2 Bathrooms
 * 1032 sqft.
 * Pets Allowed
 * 
   Boat Friendly

Sunset Colors over fishing dock as viewed from Tranquility's Balcony Summer 2022

Sunrise as viewed from Cedar Key FL Tranquility's balcony April 2016

Tranquility's Balcony - your treehouse view!

Aerial View of Tranquility at Old Fenimore Mill

Tranquility's Balcony viewed from drone

Tranquility - wide angle view of living area - kitchen is to the right.

Tranquility's Living Room viewed from Dining Area

Tranquility's Living Room viewed from balcony door.

Cedar Key Tranquility's Dining Room

Kitchen offers plenty of pots, pans, serve and dinner ware. AND a View!

Main Bedroom with King Bed and Ensuite Bath

Main Bedroom and Bath

Main bedroom ensuite bath

View from Main Bedroom windows!

Guest bedroom with queen bed

Guest bath across the hall from guest bedroom

Laundry room - full size washer and dryer in Tranquility - no walking stairs!

Swimming Pool and Grounds as Viewed from Drone

Aerial View of Tranquility's Location. Close enough to walk to Dock St. Far
enough to sleep in peace!

Where is Tranquility? See the red arrow?

Sunset in Cedar Key from Tranquility's balcony. September

Cedar Key Sunrise from Tranquility's balcony January 2017

Boys playing at old fishing dock (new dock 2016)

Another Cedar Key Sunset on Tranquility's balcony July 2015



Sunset Colors over fishing dock as viewed from Tranquility's Balcony Summer 2022

--------------------------------------------------------------------------------

Amenities Location Info Rates Calendar Owner Info Policies

--------------------------------------------------------------------------------


DESCRIPTION

Welcome to the original Cedar Key Tranquility - the best view in Cedar Key,
Florida (our guests tell us so)! We are an easy (1-4 block) walk to the marina,
park, beach, and most restaurants and bars. Cedar Key is a walking/golf carting
island city. Experience "Florida without the Mouse"!(sm) With new living room
furniture and other updates in September 2022, you'll be delighted with our
place for your vacation!We are owner-managed, so NO admin fees, VRBO fees,
AirBnB fees, credit card fees, etc. fees. We do charge for housekeeping (and our
housekeeper gets ALL of it) and we do have a pet fee if we approve your dog. Our
3rd floor walk-up (NO ELEVATOR), corner condo has a VERY private balcony with
fabulous view, real cooking kitchen, king an...

Welcome to the original Cedar Key Tranquility - the best view in Cedar Key,
Florida (our guests tell us so)! We are an easy (1-4 block) walk to the marina,
park, beach, and most restaurants and bars. Cedar Key is a walking/golf carting
island city. Experience "Florida without the Mouse"!(sm) With new living room
furniture and other updates in September 2022, you'll be delighted with our
place for your vacation!

--------------------------------------------------------------------------------

We are owner-managed, so NO admin fees, VRBO fees, AirBnB fees, credit card
fees, etc. fees. We do charge for housekeeping (and our housekeeper gets ALL of
it) and we do have a pet fee if we approve your dog.

--------------------------------------------------------------------------------

Our 3rd floor walk-up (NO ELEVATOR), corner condo has a VERY private balcony
with fabulous view, real cooking kitchen, king and queen bedrooms, and two full
baths set in a small, quiet, condo complex on a peninsula. Furnishings were
chosen to impart a feeling of tranquility to complement the breathtaking views
of Florida's Nature Coast.

--------------------------------------------------------------------------------

Our north/northeast-facing balcony offers a stunning view of small mangrove
islands, Wacassassa Bay and the Gulf. Enjoy sunrises year 'round and incredible
summer sunsets. We love to eat breakfast on the balcony while watching birds
(osprey, egrets, herons, Roseate Spoonbills), fishing boats, kayaks, and the
ever-changing sky and sea. And don't forget the occasional dolphin! We have a
small sandy beach at our fishing dock - perfect to launch your kayak, play in
the sand or catch some rays!

--------------------------------------------------------------------------------

We are located in Old Fenimore Mill, a small condo complex on a peninsula with a
resort feel, but still low key ambiance. There are only 6 units per building
(total of 10 buildings) and we're on the TOP FLOOR - so you won't have dozens of
people tromping past your door or kids jumping over your head.

--------------------------------------------------------------------------------

Our private fishing dock has a fish cleaning station (with a freshwater hose!).
Charter captains will pick you up at the dock!

--------------------------------------------------------------------------------

Our private community swimming pool and hot tub are terrific for relaxing. We
have covered parking under the building. Boat trailer parking is available on a
'first come first serve' basis. (No docking slips - launch your boat at city
marina 1.5 blocks away.)

--------------------------------------------------------------------------------

Cedar Key City Beach and park are less than a 1 block walk with playground
equipment, picnic tables, cabanas, gazebo with occasional entertainment and
plenty of shade or sun - your choice to relax or be active! Park your car in our
covered parking and walk to dining, drinking, shops, and the marina.

--------------------------------------------------------------------------------

Tranquility is close enough to walk to town, but far enough away so you're not
listening to the bar bands under your bed...































Read More Read Less
Click Here to Watch a Video Tour

--------------------------------------------------------------------------------


AMENITIES

 * Outdoors
 * Entertainment
 * Essential
 * General
 * Kitchen
 * Pool
 * Suitability
 * Other

 * Balcony
 * Beach Towels
 * Deck / Patio
 * Lawn / Garden
 * Outdoor Furniture

 * Books
 * DVD Player
 * Games
 * Games for Kids
 * Music Library
 * Satellite / Cable
 * Stereo
 * TV
 * Video Library

 * Air Conditioning
 * Basic Soaps
 * Bed Linens Provided
 * Dryer
 * Hair Dryer
 * Heating
 * Iron & Board
 * Toilet Paper
 * Towels Provided
 * Washing Machine
 * Wireless Internet

 * Internet
 * Living Room
 * Paper Towels
 * Parking
 * RV & Boat Parking
 * Telephone

 * Blender
 * Coffee Grinder
 * Coffee Maker
 * Dishes & Utensils
 * Dishwasher
 * Grill
 * Ice Maker
 * Kettle
 * Kitchen
 * Microwave
 * Oven
 * Pantry Items
 * Refrigerator
 * Stove
 * Toaster

 * Communal Pool
 * Heated Pool
 * Hot Tub
 * Outdoor Pool
 * Pool

 * Boat Friendly
 * Budget Friendly
 * Children welcome
 * Senior Friendly

 * Activities / Restaurants Guide
 * Alarm Clock
 * CD Player
 * Cooking Utensils
 * Dining Area
 * Dock
 * Fish Cleaning Table
 * Hot Tub Spa
 * Keyless Entry System
 * Netflix
 * Outdoor Charcoal Grill
 * Picnic Table
 * Terrace / Balcony

--------------------------------------------------------------------------------


LOCATION INFO

We are within easy walking distance of most places on the island of Cedar Key.
We are 1/2 block from City Beach and Park, 2-4 blocks from most dining and
shopping. For further wandering, we recommend bringing your golf cart or bike or
renting one. :)



--------------------------------------------------------------------------------


RATES & FEES

Nightly rates range from $185.00 to $250.00

From To Minimum Stay Nightly Rate 2024-11-11 2024-11-26 1 nights $185.00
2024-11-27 2024-11-30 3 nights $190.00 2024-12-01 2024-12-20 1 nights $185.00
2024-12-21 2025-01-01 4 nights $200.00 2025-01-02 2025-01-31 1 nights $185.00
2025-02-01 2025-04-30 5 nights $215.00 2025-05-01 2025-12-13 1 nights $200.00
2025-12-14 2026-09-04 0 nights $250.00


DISCOUNTS

From To Name Discount Details 2024-05-02 2024-12-31 Weekly discount 15% per Stay
*Minimum 1 guests
*Minimum 7 nights 2024-05-01 2024-12-31 Additional Discount for 28+ day stay 7%
per Stay
*Minimum 1 guests
*Minimum 28 nights

--------------------------------------------------------------------------------


CALENDAR

Prev
November 2024

SuMoTuWeThFrSa     123456789101112131415161718192021222324252627282930

Next
December 2024

SuMoTuWeThFrSa12345678910111213141516171819202122232425262728293031    



--------------------------------------------------------------------------------


ABOUT OWNER

Cindy and John are mostly retired '60/70 somethings' living in Central Florida
where they enjoy birdwatching, hiking, and gardening when they are not in Cedar
Key. We've been visiting Cedar Key since 1997 and can help you with planning
your best escape.We've been online since 2002 advertising Tranquility as the
Birdwatchers' Delight in Cedar Key. We work directly with our guests to help
them have a wonderful vacation. We offer long term experience and knowledge and
have a personal interest in the community.Take advantage of booking directly
from the owner! We pay our housekeeper the full cleaning fee that we charge. We
look forward to providing you with a great vacation! And we can actually answer
your questions about amenities, where to ge...

Cindy and John are mostly retired '60/70 somethings' living in Central Florida
where they enjoy birdwatching, hiking, and gardening when they are not in Cedar
Key. We've been visiting Cedar Key since 1997 and can help you with planning
your best escape.

--------------------------------------------------------------------------------

We've been online since 2002 advertising Tranquility as the Birdwatchers'
Delight in Cedar Key. We work directly with our guests to help them have a
wonderful vacation. We offer long term experience and knowledge and have a
personal interest in the community.

--------------------------------------------------------------------------------

Take advantage of booking directly from the owner! We pay our housekeeper the
full cleaning fee that we charge. We look forward to providing you with a great
vacation! And we can actually answer your questions about amenities, where to
get the best pizza in town and who has great craft beers. Come stay with us!





























Read More Read Less

--------------------------------------------------------------------------------


POLICIES

Check-In Time : 03:00 PM
Check-Out Time : 11:00 AM

 * Pet(s) Allowed : Dogs may be allowed - check with owner.
 * Suitable for Children

--------------------------------------------------------------------------------

GENERAL POLICIES

Jan. 15 – April 30, holidays and festivals: 4 night minimum stay if booked less
than 2 weeks in advance.Please note - a discount of 15% applies to reservations
of 7 days or greater. DOG friendly Lodging: We sometimes allow well-behaved dogs
– contact us and let us know what type of pet you have. We almost always require
you to bring a crate for your dog. All dogs are required to be on flea and tick
meds and dogs are not permitted on furniture. There is a $50 pet fee per visit –
NOT per night! We are a very economical vacation rental lodging choice for pet
owners!There is a designated pet walking area on site and pickup poop bags
(which you MUST use). Please know that we never approve cats as the owner is
very allergic!Rates do not include 1...

Jan. 15 – April 30, holidays and festivals: 4 night minimum stay if booked less
than 2 weeks in advance.

--------------------------------------------------------------------------------

Please note - a discount of 15% applies to reservations of 7 days or greater.




--------------------------------------------------------------------------------

DOG friendly Lodging: We sometimes allow well-behaved dogs – contact us and let
us know what type of pet you have. We almost always require you to bring a crate
for your dog. All dogs are required to be on flea and tick meds and dogs are not
permitted on furniture. There is a $50 pet fee per visit – NOT per night! We are
a very economical vacation rental lodging choice for pet owners!

--------------------------------------------------------------------------------



There is a designated pet walking area on site and pickup poop bags (which you
MUST use). Please know that we never approve cats as the owner is very allergic!



--------------------------------------------------------------------------------



Rates do not include 11% Florida tax –  Please ask about cancellation policies.



--------------------------------------------------------------------------------



(This unit is not handicap accessible. We are on the third floor with
approximately 50 steps. There is no elevator.)



































Read More Read Less

HOUSE RULES

Must be booked by adult 25+ years old.This unit is not handicap accessible. We
are on the third floor with approximately 50 steps. THERE IS NO ELEVATOR.



TERMS & CONDITIONS

Please contact us for details.
































CANCELLATION POLICY

Policy varies - please contact use for details
































VIEW ON MAP

Save up to 20% by booking direct!


CHECK AVAILABILITY

Check in
Check out
Adults
+
-
Children
+
-
Pets
+
-

Chat with Host Add to Wishlist

CINDY SVEC

Verified FLARBO Host
Member Since 2017

LISTING # 167

View My Website

--------------------------------------------------------------------------------

View All My Listings Ask the Host a Question

×


CONTACT THE HOST

×
First name *
Last name *
Email *
Phone *

--------------------------------------------------------------------------------

TELL US ABOUT YOUR TRIP

Check in
Check out
Adults
+
-
Children
+
-
Pets
+
-

--------------------------------------------------------------------------------

Message for the Host
Captcha *




BOOK THE BEST VACATION RENTALS FOR LESS!

×
There are No Traveler Fees which can save you up to 20%. Sending an inquiry via
FLARBO you deal directly with the property manager or homeowner offering you the
best price. Save hundreds on your next vacation!


NEED HELP?

1-877-735-2726 info@floridarentalbyowners.com 9AM - 5PM (Eastern Time) Monday -
Friday
9AM - 5PM (Eastern Time) Saturday - Sunday


FOR TRAVELERS

 * Last Minute Deals
 * How to Book
 * Traveler FAQ
 * Traveler Blog
 * Log In


FOR HOSTS

 * List Your Property
 * Owner Testimonials
 * Subscription Pricing Levels
 * Host FAQ
 * Host Marketplace
 * Integration Zone
 * Annual Report
 * Log In


DESTINATIONS

 * Destination Guides


COMPANY

 * About Us
 * Advertise Your Business
 * Contact Us

© 2024 Florida Rental By Owners. All rights reserved. Terms of Use | Privacy
Policy




SIGN IN

SELECT YOUR ACCOUNT TYPE :

Traveler
Host
Email
Password
Remember Me
Forgot Password?

Not registered yet?
Click here for traveler sign up
Click here for host sign up
That user was not found, please try again.

SELECT YOUR ACCOUNT TYPE :

Traveler
Host
Please confirm login email below
You will receive an email containing a link allowing you to reset your password
to a new preferred one.

User found, email has been sent. Close this window to continue.
User not found, please try again.


REGISTER

Email
Password
Confirm password
I agree to terms and conditions
Subscribe to our newsletter for updates on the best deals!

Create an account

--------------------------------------------------------------------------------

ALREADY HAVE AN ACCOUNT?

Log In Here
Account Type Traveler Subscriber
Email
Password
Show
Remember Me
Forgot Password?

That user was not found, please try again.
Please confirm login email below

You will receive an email containing a link allowing you to reset your password
to a new preferred one.