📍 1251 US Hwy 19 N, Ellaville, GA | South Georgia's Trusted Dealer
📞 Call / Text ✉ Email Us 📘 Facebook
Home Inventory Financing Reviews Contact
🔔
New Inventory Alerts
Be the first to know when new trucks and SUVs hit the lot.
✓ You're on the list!
South Georgia's Premier Dealer

Trucks. Boats.
ATVs & More.

Hand-picked vehicles, fairly priced, no games. Right here in South Georgia — call us neighbors.

0
Vehicles Available
100%
No-Pressure Guarantee
4.9★
Customer Rating
What We Have

Current Inventory

Comparing 0 vehicles
Select up to 3 vehicles to compare side-by-side
Recently Moved

Recently Sold

These vehicles found their new homes — proof we move inventory fast.

The P3 Difference

Why Buy From Us?

🤝
Honest Deals

No hidden fees, no pressure. What you see is what you pay.

🚛
Truck Specialists

Trucks, boats, and ATVs — we know what South Georgia drivers need.

📍
Local & Proud

We live here too. Every customer is treated like a neighbor.

💰
Fair Pricing

Every vehicle is priced on real market data so you're never overpaying.

🔍
Hand-Picked

We only take in vehicles we'd be proud to drive ourselves.

📞
Always Available

Call, text, or stop by. Real answers — no runaround.

What People Say

Customer Reviews

📘 Also Found On Facebook Marketplace — Active & Verified Dealer
Finance It

Payment Calculator

Vehicle Price ($)
Down Payment ($)
Loan Term
Interest Rate (%)

*Estimate only. Actual rates depend on credit, lender, and other factors.

Estimated Monthly Payment
Enter details to see estimate
Ready to buy?

We work with multiple lenders to get you the best rate. Call or message us today.

Talk to Us About Financing
Get In Touch

Contact Us

📞
Phone / Text
📍
Location
South Georgia
1251 US Hwy 19 N, Ellaville, GA 31806
🕐
Hours
Mon–Fri: 9am–6pm
Sat: 9am–4pm
Sunday by appointment
🔎 Vehicle History
We encourage all buyers to request a vehicle history report before purchase. Ask us for the VIN and run a Carfax or AutoCheck report for your peace of mind.
✓ Message sent! We'll reach out shortly.
Browse All Vehicles
Our Inventory

Trucks, SUVs, boats, ATVs and more — hand-picked for South Georgia drivers. Filter, search, and compare below.

0
Available Now
0
Total Listings
4.9★
Customer Rating
Price Range:
Side-by-Side Comparison
Reserve This Vehicle
Loading…

By submitting, we'll hold the vehicle for up to 24 hours while we follow up. No deposit required.

✓ Reservation received! We'll contact you shortly.

P3 Admin Panel

Year
Make
Model / Trim
Type
Price ($)
Mileage
Color
Transmission
Drive
VIN (Optional)
Public Description
Internal Notes (not shown to public)
Photo URLs
Upload Photos from Device
📷 Tap or click to upload photos
Supports JPG, PNG, HEIC
Status
Date Added
⚠ Low inventory — fewer than 3 vehicles available!
Inventory (0 total · 0 available)
Add Customer Review
Stars
Source
Current Reviews (0)
Export Inventory

Download your inventory as a spreadsheet or printable lot sheet.

📞 Call / Text ✉ Email
✓ Done!
`; const w=window.open('','_blank');w.document.write(html);w.document.close();w.print(); } // ─── MISC ──────────────────────────────────────────────────────── function copyListing(txt){try{navigator.clipboard.writeText(txt);}catch(e){}showToast('\u2713 Copied to clipboard!');} function showToast(msg){const t=document.getElementById('toast');t.textContent=msg;t.style.display='block';setTimeout(()=>t.style.display='none',2500);} function toggleMN(){document.getElementById('mobnav').classList.toggle('open');} function closeMN(){document.getElementById('mobnav').classList.remove('open');} function closeDealPopup(){document.getElementById('deal-popup').classList.remove('show');try{localStorage.setItem('p3_deal_dismissed','1');}catch(e){}} function submitDealAlert(){const em=document.getElementById('dp-email').value;if(!em)return;document.getElementById('dp-done').style.display='block';document.querySelector('#deal-popup .dp-form').style.display='none';try{localStorage.setItem('p3_deal_email',em);}catch(e){}setTimeout(()=>closeDealPopup(),2500);} // ─── SCROLL REVEAL ─────────────────────────────────────────────── const obs=new IntersectionObserver(es=>{es.forEach(e=>{if(e.isIntersecting){e.target.style.opacity='1';e.target.style.transform='none';obs.unobserve(e.target);}});},{threshold:.07}); function setupReveal(){document.querySelectorAll('.rev,.wcard,.citem').forEach(el=>{const rect=el.getBoundingClientRect();if(rect.top0){el.style.opacity='1';el.style.transform='none';}else{el.style.opacity='0';el.style.transform='translateY(18px)';el.style.transition='opacity .5s, transform .5s';obs.observe(el);}});} // ─── HASH ROUTING (back/forward button support) ────────────────── function handleHash(){ const h=window.location.hash; if(h==='#inventory'){showInventory();return;} if(h&&h.startsWith('#vehicle-')){ const id=parseInt(h.replace('#vehicle-','')); if(!isNaN(id)){const v=inv.find(x=>x.id===id);if(v){prevView='main';showDetail(id);return;}} } showMain(); } window.addEventListener('popstate',handleHash); // ─── MOBILE ────────────────────────────────────────────────────── function checkMob(){const mc=document.getElementById('mob-call');window.innerWidth<=680?mc.classList.add('show'):mc.classList.remove('show');} window.addEventListener('resize',checkMob); // ─── INIT ──────────────────────────────────────────────────────── document.getElement