Complete the form below to get pre-approved for your home loan. This will help you understand your budget and show sellers you're a serious buyer.
Get started on your pre-approval journey! Fill in your basic information below and we'll guide you through the process.
Password * (minimum 6 characters)
Continue with Pre-Approval
Already have an account? Login here
Hi there !
Your account has been created successfully. You're one step closer to getting pre-approved!
Here's what happens next:
1
📧 Verify Your Email
Check your inbox for a verification email from FSBO-PRO and click the link to verify your account.
2
💰 Submit Your Pre-Approval
Once verified, log in and complete your pre-approval application with your financial information.
3
📄 Upload Documents
Provide required documents (ID, bank statements, tax returns) for instant verification.
4
✅ Get Approved
Our team reviews your application and you'll receive your pre-approval decision within 24 hours.
Verification Email: Check your spam folder if you don't see it in 5 minutes
Fast Process: Most pre-approvals are completed within 24 hours
Check Your Email
I'll Do It Later
FOR SALE BY OWNER
Claim This Listing
Share
Save
Flyer
12776 N Sundown Trl, Prescott Valley, AZ 86315
12776 N Sundown Trl, Prescott Valley, AZ 86315
$820,000
$329/sq ft
Listed 1 month ago
•
FSBO-PRO #FSBO0003880
REQUEST MORE INFO
SCHEDULE A SHOWING
GET PRE-APPROVED
FSBO.PRO Protection
All inquiries and showings are handled securely through our platform.
DETAILS
FEATURES
LOCATION
OWNER
About This Property
Custom home in Mingus Meadows on 2 acres. Enjoy mountain views from this 3 bedroom, 2.5 bath home featuring an open floor plan and 10' ceilings throughout. A dedicated office off of the living room. The main room is filled with natural light thanks to expansive windows and a 12' stacking, sliding glass door. Automated blinds installed in the main room and white shutters throughout the rest of the house. The kitchen has custom white cabinetry, quartz countertops, backsplash, a large center island, pot filler, large walk in pantry, and lots of cabinets for storage. Owner's suite includes spacious walk in closet attached to the laundry room. Oversized 3 car garage (1,186 sq. ft) with additional attic storage above the garage. Great well producing 25 GPM's. For sale by owner.
Property Type
Single Family
Year Built
2024
Lot Size
2 Acres
Features & Amenities
Interior Features
Location
12776 N Sundown Trl, Prescott Valley, AZ 86315,
Prescott Valley,
AZ
86315
Login Required
Please login to schedule a showing for this property.
Login to Continue
Claim This Listing
Verify your property ownership and
take control of your listing.
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.
Try Again
Close
Estimated Monthly Payment
$5,284
Payment Breakdown
Principal & Interest
$4,364
Property Tax
$820
Home Insurance
$100
HOA Fees
$0
Loan Amount
$656,000
Total Interest Paid
$915,178
Total Cost
$1,571,178
Share via Social Media
Facebook
LinkedIn
WhatsApp
Email
SMS
/* ============================================================
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;
}
}