66 Rachael Ln, Hokes Bluff, AL 35903

66 Rachael Ln, Hokes Bluff, AL 35903

$300,000
3 Beds
2.0 Baths
Listed 1 month ago FSBO-PRO #FSBO0000811
FSBO.PRO Protection

All inquiries and showings are handled securely through our platform.

About This Property

This 0 square foot single family home has 3 bedrooms and 2.0 bathrooms. This home is located at 66 Rachael Ln, Hokes Bluff, AL 35903.

Property Type Single Family
Year Built 2001
Heating Heat pump; Electric
Cooling Central

Features & Amenities

Interior Features

  • Carpet
  • Central
  • Dryer
  • Electric
  • Fireplace
  • Garage - Attached
  • Hardwood
  • Heat pump
  • Microwave
  • None
  • Range / Oven
  • Refrigerator
  • Shake / Shingle
  • Vinyl
  • Washer
  • Wood

Kitchen & Appliances

  • Dishwasher

Location

66 Rachael Ln, Hokes Bluff, AL 35903, Hokes Bluff, AL 35903

Property Owner

PO

Property Owner

Property Owner

Login to Contact

Contact the Owner

Why Buy This Home?

  • Listed directly by the owner – save on fees
  • Well maintained and move-in ready
  • Direct communication with the owner
  • Flexible showing schedule
  • Great location and neighborhood

Estimated Monthly Payment

*non-binding estimate only

$1,997/mo
Principal & Interest $1,597
Property Taxes $300
Home Insurance $100
View Full Estimate Calculator

Mobile Number Not Matched

The mobile number you entered does not match the phone number associated with this property listing.

Please check your number Make sure you are using the mobile number registered with the property.
/* ============================================================ FSBO.PRO PROFESSIONAL LEAD PURCHASE SUCCESS MODAL Replaces the browser's native alert() after a successful direct lead purchase when SweetAlert is not loaded. ============================================================ */ .fsbo-lead-modal-open { overflow: hidden !important; } .fsbo-lead-success-overlay { position: fixed; inset: 0; z-index: 999999; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(7, 25, 47, 0.62); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); animation: fsboLeadOverlayIn .18s ease-out forwards; } .fsbo-lead-success-overlay.is-closing { animation: fsboLeadOverlayOut .18s ease-in forwards; } .fsbo-lead-success-modal { position: relative; width: min(520px, 100%); overflow: hidden; background: #ffffff; border: 1px solid rgba(10, 60, 114, 0.10); border-radius: 18px; box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24); animation: fsboLeadModalIn .22s cubic-bezier(.2, .8, .2, 1) forwards; } .fsbo-lead-success-overlay.is-closing .fsbo-lead-success-modal { animation: fsboLeadModalOut .18s ease-in forwards; } .fsbo-lead-success-modal::before { content: ''; display: block; height: 5px; width: 100%; background: linear-gradient(90deg, #0a3c72 0%, #1766a9 55%, #28a745 100%); } .fsbo-lead-success-close { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; border: 0; border-radius: 50%; background: #f3f6f9; color: #536273; font-size: 25px; line-height: 1; cursor: pointer; transition: all .18s ease; } .fsbo-lead-success-close:hover { background: #e8edf3; color: #0a3c72; transform: rotate(90deg); } .fsbo-lead-success-close:focus-visible, .fsbo-lead-success-btn:focus-visible { outline: 3px solid rgba(10, 60, 114, 0.22); outline-offset: 3px; } .fsbo-lead-success-content { padding: 34px 38px 36px; text-align: center; } .fsbo-lead-success-icon { width: 72px; height: 72px; margin: 2px auto 18px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #eaf8ef; border: 1px solid #c9efd5; } .fsbo-lead-success-check { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #28a745; color: #ffffff; font-size: 28px; font-weight: 700; box-shadow: 0 8px 20px rgba(40, 167, 69, 0.22); } .fsbo-lead-success-eyebrow { margin-bottom: 7px; color: #0a3c72; font-size: 11px; font-weight: 800; letter-spacing: 1.3px; text-transform: uppercase; } .fsbo-lead-success-content h3 { margin: 0 35px 10px; color: #102a43; font-size: 25px; font-weight: 750; line-height: 1.25; } .fsbo-lead-success-message { margin: 0 auto; max-width: 420px; color: #596a7b; font-size: 15px; line-height: 1.65; } .fsbo-lead-success-info { display: flex; align-items: flex-start; gap: 13px; margin: 23px 0 25px; padding: 15px 16px; text-align: left; background: #f5f8fb; border: 1px solid #e3eaf1; border-radius: 11px; } .fsbo-lead-success-info-icon { flex: 0 0 auto; color: #28a745; font-size: 20px; line-height: 1.3; } .fsbo-lead-success-info strong, .fsbo-lead-success-info span { display: block; } .fsbo-lead-success-info strong { margin-bottom: 2px; color: #183b5d; font-size: 14px; font-weight: 700; } .fsbo-lead-success-info span { color: #6c7a89; font-size: 12px; line-height: 1.5; } .fsbo-lead-success-btn { width: 100%; min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 9px; background: linear-gradient(135deg, #0a3c72 0%, #145a91 100%); color: #ffffff; font-size: 14px; font-weight: 700; cursor: pointer; box-shadow: 0 8px 18px rgba(10, 60, 114, 0.18); transition: transform .18s ease, box-shadow .18s ease, filter .18s ease; } .fsbo-lead-success-btn:hover { transform: translateY(-1px); box-shadow: 0 11px 23px rgba(10, 60, 114, 0.23); filter: brightness(1.05); } .fsbo-lead-success-btn:active { transform: translateY(0); } @keyframes fsboLeadOverlayIn { from { opacity: 0; } to { opacity: 1; } } @keyframes fsboLeadOverlayOut { from { opacity: 1; } to { opacity: 0; } } @keyframes fsboLeadModalIn { from { opacity: 0; transform: translateY(12px) scale(.97); } to { opacity: 1; transform: translateY(0) scale(1); } } @keyframes fsboLeadModalOut { from { opacity: 1; transform: translateY(0) scale(1); } to { opacity: 0; transform: translateY(8px) scale(.98); } } @media (max-width: 576px) { .fsbo-lead-success-overlay { padding: 16px; } .fsbo-lead-success-modal { border-radius: 15px; } .fsbo-lead-success-content { padding: 28px 22px 24px; } .fsbo-lead-success-icon { width: 64px; height: 64px; margin-bottom: 15px; } .fsbo-lead-success-check { width: 43px; height: 43px; font-size: 25px; } .fsbo-lead-success-content h3 { margin-left: 15px; margin-right: 15px; font-size: 22px; } .fsbo-lead-success-message { font-size: 14px; } }