/* ---- Scoped tokens (edit accent here to match brand) ---- */
.lsc{
--lsc-ink:#13233b;
--lsc-ink-2:#1b2430;
--lsc-slate:#5e6b7a;
--lsc-line:#dcd7cd;
--lsc-paper:#f7f5f1;
--lsc-card:#ffffff;
--lsc-accent:#b8862f; /* warm brass — recolor to brand */
--lsc-accent-soft:#f3ead7;
--lsc-radius:14px;
--lsc-shadow:0 1px 2px rgba(19,35,59,.06),0 8px 24px rgba(19,35,59,.07);
--lsc-serif:Georgia,"Times New Roman",serif;
--lsc-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
--lsc-mono:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,monospace;
all:initial;
display:block;
font-family:var(--lsc-sans);
color:var(--lsc-ink-2);
line-height:1.6;
background:var(--lsc-paper);
-webkit-font-smoothing:antialiased;
text-rendering:optimizeLegibility;
box-sizing:border-box;
}
.lsc *,.lsc *::before,.lsc *::after{box-sizing:border-box;}
.lsc p{margin:0 0 1em;}
.lsc h1,.lsc h2,.lsc h3,.lsc h4{font-family:var(--lsc-serif);color:var(--lsc-ink);line-height:1.15;margin:0;}
.lsc .lsc-wrap{max-width:1080px;margin:0 auto;padding:0 20px;}
/* ---- Eyebrow ---- */
.lsc .lsc-eyebrow{
font-family:var(--lsc-mono);font-size:12px;letter-spacing:.18em;
text-transform:uppercase;color:var(--lsc-accent);font-weight:600;
display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;
}
.lsc .lsc-eyebrow svg{width:14px;height:14px;}
/* ---- Hero ---- */
.lsc .lsc-hero{
background:linear-gradient(160deg,#0f1d31 0%,#13233b 55%,#1a3252 100%);
color:#eef1f5;padding:56px 0 0;
}
.lsc .lsc-hero .lsc-eyebrow{color:#e2b863;}
.lsc .lsc-hero h1{
color:#fff;font-size:clamp(28px,5vw,46px);font-weight:700;letter-spacing:-.01em;
max-width:18ch;
}
.lsc .lsc-hero .lsc-sub{
font-family:var(--lsc-serif);font-style:italic;color:#bcd0e6;
font-size:clamp(16px,2.4vw,21px);margin:14px 0 22px;
}
.lsc .lsc-hero .lsc-intro{color:#cdd8e5;max-width:62ch;font-size:16px;}
.lsc .lsc-hero-pad{padding-bottom:40px;}
/* ---- Stat strip ---- */
.lsc .lsc-stats{
display:grid;grid-template-columns:repeat(4,1fr);gap:1px;
background:rgba(255,255,255,.12);border-top:1px solid rgba(255,255,255,.12);
margin-top:42px;
}
.lsc .lsc-stat{background:#0f1d31;padding:22px 18px;text-align:center;}
.lsc .lsc-stat b{
display:block;font-family:var(--lsc-mono);font-size:clamp(22px,3.4vw,30px);
color:#e2b863;font-weight:600;letter-spacing:-.01em;
}
.lsc .lsc-stat span{display:block;font-size:12.5px;color:#9fb1c6;margin-top:6px;letter-spacing:.02em;}
/* ---- Section shells ---- */
.lsc .lsc-section{padding:54px 0;}
.lsc .lsc-section.alt{background:#fff;}
.lsc .lsc-section h2{font-size:clamp(24px,3.6vw,34px);letter-spacing:-.01em;}
.lsc .lsc-section .lsc-lede{color:var(--lsc-slate);max-width:64ch;margin-top:12px;font-size:16px;}
.lsc .lsc-prose{max-width:70ch;font-size:16px;color:var(--lsc-ink-2);}
/* ---- Vehicle cards ---- */
.lsc .lsc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-top:34px;}
.lsc .lsc-card{
background:var(--lsc-card);border:1px solid var(--lsc-line);
border-radius:var(--lsc-radius);box-shadow:var(--lsc-shadow);
padding:26px 26px 24px;display:flex;flex-direction:column;
}
.lsc .lsc-card-head{display:flex;align-items:flex-start;gap:14px;}
.lsc .lsc-ico{
flex:0 0 auto;width:42px;height:42px;border-radius:10px;
background:var(--lsc-accent-soft);display:grid;place-items:center;color:var(--lsc-accent);
}
.lsc .lsc-ico svg{width:22px;height:22px;}
.lsc .lsc-card h3{font-size:21px;}
.lsc .lsc-card .lsc-tagline{
font-family:var(--lsc-mono);font-size:11.5px;letter-spacing:.04em;color:var(--lsc-slate);
text-transform:uppercase;margin-top:5px;line-height:1.5;
}
.lsc .lsc-card .lsc-body{margin-top:16px;font-size:15px;color:var(--lsc-ink-2);}
.lsc .lsc-spec{
list-style:none;margin:18px 0 0;padding:16px 0 0;border-top:1px solid var(--lsc-line);
display:grid;gap:9px;
}
.lsc .lsc-spec li{display:grid;grid-template-columns:96px 1fr;gap:12px;font-size:13.5px;align-items:baseline;}
.lsc .lsc-spec .k{
font-family:var(--lsc-mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;
color:var(--lsc-slate);
}
.lsc .lsc-spec .v{color:var(--lsc-ink-2);font-weight:500;}
.lsc .lsc-best{
margin-top:16px;font-size:13.5px;color:var(--lsc-ink);
background:var(--lsc-accent-soft);border-radius:8px;padding:10px 13px;
}
.lsc .lsc-best b{font-family:var(--lsc-mono);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--lsc-accent);display:block;margin-bottom:3px;}
/* Volatile inventory line — edit or delete in ONE place per car */
.lsc .lsc-stocked{
margin-top:12px;font-size:12.5px;font-style:italic;color:var(--lsc-slate);
border-left:2px solid var(--lsc-line);padding-left:11px;
}
/* ---- Destination cards ---- */
.lsc .lsc-dest-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:32px;}
.lsc .lsc-dest{background:#fff;border:1px solid var(--lsc-line);border-radius:var(--lsc-radius);padding:22px;}
.lsc .lsc-dest .lsc-ico{margin-bottom:13px;}
.lsc .lsc-dest h3{font-size:17px;}
.lsc .lsc-dest p{margin:8px 0 0;font-size:14px;color:var(--lsc-slate);}
.lsc .lsc-note{
margin-top:26px;background:var(--lsc-ink);color:#dbe4ef;border-radius:var(--lsc-radius);
padding:22px 24px;font-size:15px;
}
.lsc .lsc-note b{color:#e2b863;}
/* ---- CTA ---- */
.lsc .lsc-cta{
background:linear-gradient(160deg,#13233b,#1a3252);color:#eef1f5;
text-align:center;padding:52px 20px;
}
.lsc .lsc-cta h2{color:#fff;font-size:clamp(22px,3.4vw,30px);}
.lsc .lsc-cta .lsc-name{font-family:var(--lsc-serif);font-size:22px;color:#e2b863;margin:14px 0 6px;}
.lsc .lsc-cta .lsc-meta{color:#bcd0e6;font-size:14px;}
.lsc .lsc-btn-row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:24px;}
.lsc .lsc-btn{
display:inline-block;text-decoration:none;font-weight:600;font-size:15px;
padding:13px 26px;border-radius:8px;transition:transform .12s ease,background .12s ease;
}
.lsc .lsc-btn.primary{background:var(--lsc-accent);color:#1b1505;}
.lsc .lsc-btn.ghost{background:transparent;color:#eef1f5;border:1px solid rgba(255,255,255,.45);}
.lsc .lsc-btn:hover{transform:translateY(-1px);}
.lsc .lsc-btn.primary:hover{background:#cf9b3c;}
/* ---- Sources ---- */
.lsc .lsc-sources{background:#fff;padding:30px 0;border-top:1px solid var(--lsc-line);}
.lsc .lsc-sources p{font-size:11.5px;color:var(--lsc-slate);line-height:1.6;max-width:none;margin:0;}
a.lsc-link{color:var(--lsc-accent);text-decoration:none;font-weight:600;}
a.lsc-link:hover{text-decoration:underline;}
/* ---- Quick answers (TL;DR for answer engines) ---- */
.lsc .lsc-qa{
background:#fff;border:1px solid var(--lsc-line);border-left:4px solid var(--lsc-accent);
border-radius:var(--lsc-radius);padding:28px 30px;box-shadow:var(--lsc-shadow);
}
.lsc .lsc-qa .lsc-qa-sub{
font-family:var(--lsc-mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;
color:var(--lsc-accent);font-weight:600;
}
.lsc .lsc-qa h2{font-size:21px;margin:8px 0 0;}
.lsc .lsc-qa dl{margin:20px 0 0;display:grid;gap:15px;}
.lsc .lsc-qa dt{font-weight:700;color:var(--lsc-ink);font-size:15px;}
.lsc .lsc-qa dd{margin:3px 0 0;color:var(--lsc-ink-2);font-size:15px;}
/* ---- Comparison table ---- */
.lsc .lsc-tablewrap{
margin-top:32px;overflow-x:auto;border:1px solid var(--lsc-line);
border-radius:var(--lsc-radius);box-shadow:var(--lsc-shadow);-webkit-overflow-scrolling:touch;
}
.lsc table.lsc-compare{border-collapse:collapse;width:100%;min-width:680px;background:#fff;font-size:14px;}
.lsc table.lsc-compare caption{
text-align:left;padding:18px 18px 6px;font-family:var(--lsc-serif);font-size:18px;color:var(--lsc-ink);
}
.lsc table.lsc-compare th,.lsc table.lsc-compare td{padding:12px 16px;text-align:left;border-top:1px solid var(--lsc-line);vertical-align:top;}
.lsc table.lsc-compare thead th{
background:var(--lsc-ink);color:#eef1f5;font-size:11.5px;letter-spacing:.05em;
text-transform:uppercase;border-top:none;white-space:nowrap;
}
.lsc table.lsc-compare tbody th{font-weight:700;color:var(--lsc-ink);white-space:nowrap;}
.lsc table.lsc-compare tbody tr:nth-child(even){background:var(--lsc-paper);}
.lsc table.lsc-compare .num{font-family:var(--lsc-mono);}
/* ---- FAQ ---- */
.lsc .lsc-faq{margin-top:30px;border:1px solid var(--lsc-line);border-radius:var(--lsc-radius);overflow:hidden;background:#fff;}
.lsc .lsc-faq details{border-top:1px solid var(--lsc-line);}
.lsc .lsc-faq details:first-child{border-top:none;}
.lsc .lsc-faq summary{
cursor:pointer;list-style:none;padding:18px 22px;font-weight:700;color:var(--lsc-ink);
font-size:16px;display:flex;justify-content:space-between;align-items:center;gap:16px;
}
.lsc .lsc-faq summary::-webkit-details-marker{display:none;}
.lsc .lsc-faq summary::after{content:"+";font-family:var(--lsc-mono);color:var(--lsc-accent);font-size:22px;line-height:1;flex:0 0 auto;}
.lsc .lsc-faq details[open] summary::after{content:"\2013";}
.lsc .lsc-faq .lsc-faq-a{padding:0 22px 20px;color:var(--lsc-ink-2);font-size:15px;}
.lsc .lsc-faq .lsc-faq-a p{margin:0;}
/* ---- In-card + inline inventory links ---- */
.lsc .lsc-card-link{
margin-top:18px;font-family:var(--lsc-mono);font-size:12px;letter-spacing:.04em;
text-transform:uppercase;font-weight:600;
}
.lsc .lsc-card-link a{color:var(--lsc-accent);text-decoration:none;}
.lsc .lsc-card-link a:hover{text-decoration:underline;}
.lsc .lsc-inline-cta{
margin-top:30px;display:flex;flex-wrap:wrap;gap:12px;align-items:center;
background:var(--lsc-accent-soft);border-radius:var(--lsc-radius);padding:18px 22px;
}
.lsc .lsc-inline-cta span{font-weight:700;color:var(--lsc-ink);font-size:15px;}
.lsc .lsc-inline-cta a{
color:var(--lsc-accent);font-weight:600;text-decoration:none;font-size:15px;
}
.lsc .lsc-inline-cta a:hover{text-decoration:underline;}
.lsc .lsc-inline-cta .sep{color:var(--lsc-slate);}
/* ---- Responsive ---- */
@media (max-width:880px){
.lsc .lsc-grid{grid-template-columns:1fr;}
.lsc .lsc-dest-grid{grid-template-columns:1fr;}
.lsc .lsc-stats{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:480px){
.lsc .lsc-spec li{grid-template-columns:84px 1fr;}
}
@media (prefers-reduced-motion:reduce){
.lsc .lsc-btn{transition:none;}
}
Family Vehicle Guide · Used SUVs · Tempe, AZ
Best Used Family Vehicles at LeSueur Car Company
Space and reliability for Tempe families.
From Kiwanis Park kayaking to Papago Park hiking to Phoenix Zoo day trips, Tempe families need a vehicle that handles car seats, soccer gear, and Sunday adventures without compromise. Here are the best family-ready used vehicles in LeSueur's inventory, with verified cargo, seating, and safety specs.
450+Vehicles in Stock
50 Years Family-Owned Since 1975
No TaxNo City Sales Tax — Ever
50+Tempe Parks to Explore
Quick Answers
Best used family vehicles at LeSueur Car Company, at a glance
Most cargo space
The Kia EV9 leads at up to 99.0 cu ft (all seats folded), followed by the Toyota Highlander at 84.3 cu ft. For a two-row SUV, the Hyundai Tucson offers the most behind-seat cargo at 38.7 cu ft.
Seats 7 or 8 passengers
The Kia EV9, Mazda CX-90, and Toyota Highlander each seat 7 or 8 (trim dependent).
Best electric option
The Volkswagen ID.4 is the top 5-seat EV (up to 275 mi range); the Kia EV9 is the top three-row EV (up to 304 mi range).
Browse used electric vehicles in stock.
Best value
The Kia Niro EV and Niro PHEV; the used Niro EV can qualify for the federal used-EV tax credit of up to $4,000.
See vehicles under $20,000.
Why buy here
LeSueur Car Company in Tempe, AZ charges no city sales tax on any vehicle, has been family-owned since 1975, and inspects every vehicle with ASE-certified technicians before sale.
Browse the full used inventory.
Why Tempe Families Choose LeSueur Car Company
Tempe is one of Arizona's most family-friendly cities, with more than 50 parks, Kiwanis Park's 125-acre outdoor playground, Tempe Town Lake, and easy access to Papago Park and the Phoenix Zoo. Getting your family to all of it means having a vehicle that fits your life: enough cargo space for a double stroller and a week's worth of groceries, safety ratings you can trust, and enough seating that nobody rides in the trunk.
At LeSueur Car Company, family-owned and operating on Curry Road since 1975, you'll find a handpicked selection of the Valley's best family SUVs and crossovers, all inspected by ASE-certified technicians before they hit the lot. And because LeSueur charges no city sales tax on any vehicle, you keep more money where it belongs: your family's budget.
Here are six of the best family vehicles regularly stocked at LeSueur, with manufacturer-verified specs on cargo capacity, seating, and safety ratings, so you can shop with confidence.
The Six Picks
The Best Family Vehicles in LeSueur's Inventory
Six top-rated SUVs with verified cargo, seating, and safety specs.
Volkswagen ID.4 (2021–2023)
5 Passengers · NHTSA 5-Star · IIHS Top Safety Pick+ · All-Electric
The family EV that makes the math work. With 30.3 cu ft of cargo behind the rear seats and 64.2 cu ft with seats folded, it handles a stroller, bike helmets, and a week's groceries on one charge. The 2023 ID.4 earned NHTSA's top 5-star overall rating and IIHS Top Safety Pick+. Standard IQ.Drive adds adaptive cruise control, forward collision mitigation, blind-spot monitoring, and lane-keeping assist. No gas, no oil changes, and Tempe's year-round sun make home charging effortless.
- Seating5 passengers
- Cargo30.3 cu ft / 64.2 cu ft folded
- RangeUp to 275 mi EPA est. (2022 RWD Pro S, 82-kWh)
- SafetyNHTSA 5-Star · IIHS TSP+ (2023)
- WarrantyBattery 8 yr / 100,000 mi
Browse used electric vehicles in stock →
Kia EV9 (2024)
7–8 Passengers · NHTSA 5-Star · Three-Row Electric · 300+ Mi Range
The family hauler that eliminates the gas-station stop. A three-row electric SUV with up to 8 seats, it brings the Kia EV platform into full family territory. The EV9 earned a 5-star NHTSA overall rating. Second-row passengers enjoy first-class-style legroom in higher trims, and the cargo area behind the third row measures 20 cu ft, comparable to that of a full-size gas SUV.
- Seating7 or 8 passengers (trim dependent)
- Cargo20 cu ft / 99.0 cu ft all folded
- RangeUp to 304 mi EPA est. (RWD Long Range)
- SafetyNHTSA 5-Star · IIHS TSP+ (2024)
- Charging800V — 10–80% in ~24 min (350kW DC)
Best forLarger families ready to go fully electric.
Recently stocked: 2024 EV9 Light Long Range, ~8,000 miles. Ask about current availability and pricing.
Browse used electric vehicles in stock →
Mazda CX-90 (2024)
7–8 Passengers · NHTSA 5-Star · IIHS TSP+ · Hybrid Available
Mazda's flagship three-row family SUV won IIHS Top Safety Pick+ and a 5-star NHTSA overall rating out of the gate. Standard AWD across all trims is a real advantage, with no extra charge for grip in wet-weather and sudden desert downpours. The turbo inline-6 delivers 280 hp with a refined, near-luxury character that sets it apart from the segment.
- Seating7 or 8 passengers (trim dependent)
- Cargo14.9 / 40.0 / 74.2 cu ft max
- Engine3.3L turbo I-6, 280 hp · AWD standard
- SafetyNHTSA 5-Star · IIHS TSP+ (2024/2025)
- MPG22 city / 28 hwy (3.3T) · PHEV available
Best forFamilies wanting near-luxury refinement in a three-row SUV.
Recently stocked: 2024 CX-90 3.3 Turbo Preferred Plus, Soul Red Crystal, under 20,000 miles. Ask about current availability and pricing.
Browse used SUVs in stock →
Toyota Highlander (2022–2024)
7–8 Passengers · NHTSA 5-Star · Toyota Safety Sense · Proven Reliability
America's go-to three-row family SUV for good reason: Toyota's reliability, a genuinely usable third row, and class-leading cargo flexibility. The 2022–2024 Highlander comes standard with Toyota Safety Sense 2.5+, including a pre-collision system with pedestrian detection, adaptive cruise, lane departure alert, and automatic high beams. The 2.4L turbo four delivers 265 hp and tows up to 5,000 lbs.
- Seating7 or 8 passengers (trim dependent)
- Cargo16.0 / 48.4 / 84.3 cu ft max
- Engine2.4L turbo 4-cyl, 265 hp · Tow 5,000 lbs
- SafetyNHTSA 5-Star · IIHS TSP (2022–2024)
- TechToyota Safety Sense 2.5+ standard
Best forFamilies prioritizing long-term reliability and a usable third row.
Browse used SUVs in stock →
Hyundai Tucson (2022–2024)
5 Passengers · NHTSA 5-Star · IIHS TSP+ · Hybrid & PHEV Available
For families who don't need a third row, the Tucson is a remarkable value, one of the safest compact SUVs in its class, with a cavernous 38.7 cu ft behind the rear seats. Standard features run deep: heated front seats, dual-zone climate, wireless charging, and a smart hands-free liftgate. The Hybrid delivers 38 MPG combined without sacrificing cargo space.
- Seating5 passengers
- Cargo38.7 cu ft / 74.8 cu ft folded
- Engine2.5L 4-cyl, 187 hp · Hybrid 226 hp, 38 MPG
- SafetyNHTSA 5-Star · IIHS TSP+ (2023–2024)
- TechForward collision avoid, lane keep, BSM
Best forFamilies of up to five wanting max cargo and top safety at a great value.
Browse used SUVs in stock →
Kia Niro EV / PHEV (2022–2023)
5 Passengers · IIHS TSP+ · EV 253-Mile Range · Value Pick
LeSueur's value family picks. The Niro EV is a fully electric family crossover with 253 miles of EPA range; the PHEV pairs 33 miles of electric range with gas backup. Both offer 22.8 cu ft behind the rear seats (62.5 cu ft with the rear seats folded), five comfortable seats, and Kia's full active-safety suite. The EV version can qualify for the federal used-EV tax credit of up to $4,000, bringing the real-world cost even lower.
- Seating5 passengers
- Cargo22.8 cu ft / 62.5 cu ft folded
- Range253 mi EV est. · PHEV 33 mi + gas
- SafetyIIHS TSP+ (2022) · NHTSA 4-Star
- CreditEV may qualify for up to $4,000 used-EV credit
Best forBudget-conscious families who want EV or PHEV benefits at a value price.
Recently stocked: Niro EV EX and Niro PHEV EX. Ask about current availability and pricing.
Browse used electric vehicles in stock →
Used family SUV comparison — seating, maximum cargo (seats folded), powertrain, and safety
| Vehicle |
Seats |
Max Cargo |
Powertrain |
Safety (NHTSA / IIHS) |
| Volkswagen ID.4 (2021–2023) |
5 |
64.2 cu ft |
All-electric, up to 275 mi |
5-Star / Top Safety Pick+ |
| Kia EV9 (2024) |
7–8 |
99.0 cu ft |
All-electric, up to 304 mi |
5-Star / Top Safety Pick+ |
| Mazda CX-90 (2024) |
7–8 |
74.2 cu ft |
3.3L turbo I-6 (PHEV avail.), AWD std. |
5-Star / Top Safety Pick+ |
| Toyota Highlander (2022–2024) |
7–8 |
84.3 cu ft |
2.4L turbo 4-cyl, tow to 5,000 lbs |
5-Star / Top Safety Pick |
| Hyundai Tucson (2022–2024) |
5 |
74.8 cu ft |
2.5L gas / Hybrid (38 MPG) / PHEV |
5-Star / Top Safety Pick+ |
| Kia Niro (2022–2023) |
5 |
62.5 cu ft |
EV (253 mi) / PHEV |
4-Star / Top Safety Pick+ |
Where Tempe Families Go and What You'll Need to Get There
The Valley's best family destinations all reward you for having a vehicle with cargo space. Here's where Tempe families spend their weekends, and what each trip demands.
Kiwanis Park
125 acres with a kayak, splash pad, wave pool, hiking trails, and batting cages.
Papago Park
Hole-in-the-Rock hike, the Phoenix Zoo, Desert Botanical Garden, and desert picnic ramadas.
Tempe Town Lake
Kayak, paddleboard, and pontoon rentals are available daily from 10 a.m., ideal for an early-morning paddle before the heat sets in.
For all three, plan on at least 30 cubic feet of cargo, enough for a double stroller, a beach bag, and a cooler side by side. Every vehicle on this list clears that bar with room to spare. The Highlander's 84 cu ft and the EV9's 99 cu ft handle even the most ambitious family packing lists.
Why LeSueur Is the Right Place to Buy
Buying a used family vehicle is a different decision from buying any other car. You're not just choosing performance, you're choosing what your children ride in. Every vehicle in the LeSueur lot undergoes a full inspection by ASE-certified technicians before it's offered for sale. You're not buying someone else's problem.
The LeSueur difference for families: no city sales tax saves you upfront, financing is available through multiple banks and credit unions, and the on-site service department means the same team that sold you the vehicle keeps it safe and maintained for the next 100,000 miles. Extended warranties are available up to 100,000 miles and beyond.
Warren LeSueur started this dealership in 1975 with a simple idea: a low-pressure, honest car-buying experience. His family has kept that culture alive for 50 years. That's not marketing copy, that's 450+ vehicles in stock, a four-star-plus rating across multiple platforms, and repeat customers who have bought three, four, and five cars here over the years. For a family vehicle purchase, that kind of trust matters.
Frequently Asked Questions
Used family SUVs in Tempe: your questions answered
What are the best used family SUVs at LeSueur Car Company?
LeSueur Car Company in Tempe, AZ regularly stocks six top-rated used family SUVs: the Volkswagen ID.4, Kia EV9, Mazda CX-90, Toyota Highlander, Hyundai Tucson, and Kia Niro. Each is inspected by ASE-certified technicians and carries strong NHTSA and IIHS safety ratings.
Which used family SUV has the most cargo space?
The Kia EV9 offers the most cargo space among LeSueur's family SUVs, at up to 99.0 cubic feet with all seats folded, followed by the Toyota Highlander at 84.3 cubic feet. For a two-row option, the Hyundai Tucson leads with 38.7 cubic feet behind the rear seats.
Which used family vehicles seat seven or eight passengers?
Three of LeSueur's family SUVs seat seven or eight passengers: the Kia EV9, Mazda CX-90, and Toyota Highlander. Exact seating depends on the trim.
What is the best used electric SUV for a family?
For a five-seat electric SUV, the Volkswagen ID.4 pairs a 5-star NHTSA rating with up to 275 miles of range. For a three-row electric SUV, the Kia EV9 seats up to eight and offers up to 304 miles of range.
Do any used EVs at LeSueur qualify for a tax credit?
Yes. The used Kia Niro EV can qualify for the federal used clean vehicle tax credit of up to $4,000, subject to IRS income and price eligibility rules. Confirm current eligibility with LeSueur and a tax advisor.
Does LeSueur Car Company charge city sales tax?
No. LeSueur Car Company charges no city sales tax on any vehicle, which lowers your out-the-door cost in Tempe.
Are LeSueur's used vehicles inspected before sale?
Yes. Every vehicle at LeSueur Car Company is inspected by ASE-certified technicians before it is offered for sale, and the dealership has an on-site service department for ongoing maintenance.
Where is LeSueur Car Company located?
LeSueur Car Company is located at 1109 E Curry Rd, Tempe, AZ 85281. Phone: (480) 389-3664. The dealership has been family-owned since 1975.
Find Your Family's Perfect Used SUV in Tempe
LeSueur Car Company
1109 E Curry Rd, Tempe, AZ 85281 · No City Sales Tax · Family-Owned Since 1975
Specs & sources: Cargo, seating, range, engine, and safety figures sourced from manufacturer media (Volkswagen, Kia, Mazda, Toyota, Hyundai) and IIHS / NHTSA published ratings. Tempe park details per tempetourism.com and tempe.gov/recreation/parks. Vehicle availability, trims, mileage, and pricing change frequently — all specs and any pricing should be verified at the time of purchase. Sources verified April 2026.
{
"@context":"https://schema.org",
"@graph":[
{
"@type":"AutoDealer",
"@id":"https://usedvwaudi.com/#dealer",
"name":"LeSueur Car Company",
"url":"https://usedvwaudi.com",
"telephone":"+1-480-389-3664",
"foundingDate":"1975",
"priceRange":"$$",
"address":{
"@type":"PostalAddress",
"streetAddress":"1109 E Curry Rd",
"addressLocality":"Tempe",
"addressRegion":"AZ",
"postalCode":"85281",
"addressCountry":"US"
},
"areaServed":[
{"@type":"City","name":"Tempe"},
{"@type":"City","name":"Phoenix"},
{"@type":"City","name":"Mesa"},
{"@type":"City","name":"Chandler"},
{"@type":"City","name":"Scottsdale"}
]
},
{
"@type":"BlogPosting",
"headline":"Best Used Family Vehicles at LeSueur Car Company",
"description":"The best used family SUVs and crossovers at LeSueur Car Company in Tempe, AZ — verified cargo, seating, and safety specs for the VW ID.4, Kia EV9, Mazda CX-90, Toyota Highlander, Hyundai Tucson, and Kia Niro.",
"about":["used family SUVs Tempe","used SUV dealer Tempe AZ","family vehicles Phoenix"],
"publisher":{"@id":"https://usedvwaudi.com/#dealer"},
"author":{"@id":"https://usedvwaudi.com/#dealer"},
"datePublished":"2026-04-01"
},
{
"@type":"FAQPage",
"mainEntity":[
{"@type":"Question","name":"What are the best used family SUVs at LeSueur Car Company?","acceptedAnswer":{"@type":"Answer","text":"LeSueur Car Company in Tempe, AZ regularly stocks six top-rated used family SUVs: the Volkswagen ID.4, Kia EV9, Mazda CX-90, Toyota Highlander, Hyundai Tucson, and Kia Niro. Each is inspected by ASE-certified technicians and carries strong NHTSA and IIHS safety ratings."}},
{"@type":"Question","name":"Which used family SUV has the most cargo space?","acceptedAnswer":{"@type":"Answer","text":"The Kia EV9 offers the most cargo of LeSueur's family SUVs at up to 99.0 cubic feet with all seats folded, followed by the Toyota Highlander at 84.3 cubic feet. For a two-row option, the Hyundai Tucson leads with 38.7 cubic feet behind the rear seats."}},
{"@type":"Question","name":"Which used family vehicles seat seven or eight passengers?","acceptedAnswer":{"@type":"Answer","text":"Three of LeSueur's family SUVs seat seven or eight passengers: the Kia EV9, Mazda CX-90, and Toyota Highlander. Exact seating depends on the trim."}},
{"@type":"Question","name":"What is the best used electric SUV for a family?","acceptedAnswer":{"@type":"Answer","text":"For a five-seat electric SUV, the Volkswagen ID.4 pairs a 5-star NHTSA rating with up to 275 miles of range. For a three-row electric SUV, the Kia EV9 seats up to eight and offers up to 304 miles of range."}},
{"@type":"Question","name":"Do any used EVs at LeSueur qualify for a tax credit?","acceptedAnswer":{"@type":"Answer","text":"Yes. The used Kia Niro EV can qualify for the federal used clean vehicle tax credit of up to $4,000, subject to IRS income and price eligibility rules. Confirm current eligibility with LeSueur and a tax advisor."}},
{"@type":"Question","name":"Does LeSueur Car Company charge city sales tax?","acceptedAnswer":{"@type":"Answer","text":"No. LeSueur Car Company charges no city sales tax on any vehicle, which lowers your out-the-door cost in Tempe."}},
{"@type":"Question","name":"Are LeSueur's used vehicles inspected before sale?","acceptedAnswer":{"@type":"Answer","text":"Yes. Every vehicle at LeSueur Car Company is inspected by ASE-certified technicians before it is offered for sale, and the dealership has an on-site service department for ongoing maintenance."}},
{"@type":"Question","name":"Where is LeSueur Car Company located?","acceptedAnswer":{"@type":"Answer","text":"LeSueur Car Company is located at 1109 E Curry Rd, Tempe, AZ 85281. Phone: (480) 787-2375. The dealership has been family-owned since 1975."}}
]
},
{
"@type":"ItemList",
"name":"Best used family vehicles at LeSueur Car Company",
"itemListOrder":"https://schema.org/ItemListUnordered",
"numberOfItems":6,
"itemListElement":[
{"@type":"ListItem","position":1,"name":"Volkswagen ID.4 (2021–2023)"},
{"@type":"ListItem","position":2,"name":"Kia EV9 (2024)"},
{"@type":"ListItem","position":3,"name":"Mazda CX-90 (2024)"},
{"@type":"ListItem","position":4,"name":"Toyota Highlander (2022–2024)"},
{"@type":"ListItem","position":5,"name":"Hyundai Tucson (2022–2024)"},
{"@type":"ListItem","position":6,"name":"Kia Niro (2022–2023)"}
]
}
]
}