/* ---- 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{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:20ch;
}
.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;max-width:60ch;
}
.lsc .lsc-hero .lsc-intro{color:#cdd8e5;max-width:64ch;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;}
.lsc .lsc-stat a{color:inherit;text-decoration:none;}
.lsc .lsc-stat a:hover{text-decoration:underline;}
/* ---- 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:66ch;margin-top:12px;font-size:16px;}
.lsc .lsc-prose{max-width:72ch;font-size:16px;color:var(--lsc-ink-2);}
.lsc .lsc-prose h3{font-size:20px;margin:28px 0 10px;}
/* ---- Quick answers ---- */
.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;}
/* ---- Pull quote ---- */
.lsc .lsc-quote{margin:30px 0 0;border-left:4px solid var(--lsc-accent);padding:6px 0 6px 24px;}
.lsc .lsc-quote p{font-family:var(--lsc-serif);font-style:italic;font-size:clamp(19px,2.6vw,24px);color:var(--lsc-ink);margin:0;line-height:1.4;}
.lsc .lsc-quote cite{display:block;margin-top:12px;font-family:var(--lsc-mono);font-style:normal;font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:var(--lsc-slate);}
/* ---- Timeline ---- */
.lsc .lsc-timeline{margin-top:34px;}
.lsc .lsc-tl{display:grid;grid-template-columns:130px 1fr;gap:24px;padding:0 0 28px;}
.lsc .lsc-tl:last-child{padding-bottom:0;}
.lsc .lsc-tl-year{font-family:var(--lsc-mono);font-weight:600;color:var(--lsc-accent);font-size:17px;text-align:right;padding-top:3px;}
.lsc .lsc-tl-body{border-left:2px solid var(--lsc-line);padding:0 0 4px 26px;position:relative;}
.lsc .lsc-tl:last-child .lsc-tl-body{border-left-color:transparent;}
.lsc .lsc-tl-body::before{content:"";position:absolute;left:-8px;top:5px;width:13px;height:13px;border-radius:50%;background:var(--lsc-accent);border:3px solid var(--lsc-paper);}
.lsc .lsc-section.alt .lsc-tl-body::before{border-color:#fff;}
.lsc .lsc-tl-body h3{font-size:18px;}
.lsc .lsc-tl-body p{margin:8px 0 0;font-size:15px;color:var(--lsc-ink-2);}
/* ---- Team cards ---- */
.lsc .lsc-team{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:34px;}
.lsc .lsc-person{
background:var(--lsc-card);border:1px solid var(--lsc-line);border-radius:var(--lsc-radius);
box-shadow:var(--lsc-shadow);padding:26px;
}
.lsc .lsc-person h3{font-size:19px;}
.lsc .lsc-person .role{
font-family:var(--lsc-mono);font-size:11px;letter-spacing:.05em;text-transform:uppercase;
color:var(--lsc-accent);font-weight:600;margin-top:6px;display:block;
}
.lsc .lsc-person p{margin:14px 0 0;font-size:14.5px;color:var(--lsc-ink-2);}
/* ---- Inline CTA ---- */
.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);}
/* ---- 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;}
/* ---- 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;}
/* ---- Responsive ---- */
@media (max-width:880px){
.lsc .lsc-team{grid-template-columns:1fr;}
.lsc .lsc-stats{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:560px){
.lsc .lsc-tl{grid-template-columns:1fr;gap:6px;}
.lsc .lsc-tl-year{text-align:left;}
.lsc .lsc-tl-body{border-left:none;padding-left:0;}
.lsc .lsc-tl-body::before{display:none;}
}
@media (prefers-reduced-motion:reduce){
.lsc .lsc-btn{transition:none;}
}
Heritage Story · Family-Owned Since 1975 · Tempe, AZ
The LeSueur Car Company Legacy: 50 Years Serving Tempe and Phoenix Drivers
$2,000. A brick building. A dirt lot. A couple of Beetles. And a young man in flip flops who wanted to do things differently. Fifty years later, that idea is still on Curry Road.
1975Founded — Same Address
5,500Beetles, Buses & Ghias Sold
50 YrsFamily-Owned & Operated
Quick Answers
LeSueur Car Company, at a glance
When it was founded
LeSueur Car Company was founded in 1975 by Warren LeSueur, age 23, at 1109 E Curry Rd in Tempe, AZ — the same address it operates from today.
Who runs it
It's family-owned and operated. Founders Warren and Carolyn LeSueur are still involved, and their children — Kris, James, Steven, Kelsey, and JT — now run the dealership, with Kris managing since 1995.
Meet the team.
Its VW roots
It began as a Volkswagen specialist, selling more than 5,500 air-cooled Beetles, Buses, and Ghias, and grew into a multi-brand used dealership with German cars still at the core.
What makes it different
A deliberately low-pressure experience (the salespeople famously wear flip flops), an Eagle Scout hiring ethos, closed on Sundays since the early years, and no city sales tax.
How it's rated
4.7 stars across 704 Google reviews (and 4.9 stars across 1,641 DealerRater reviews, with nine DealerRater awards), plus a BBB Accredited rating.
The LeSueur Story: From a Dirt Lot to 50 Years
Chapter One: Kay's Influence
Every great business story has a first chapter that predates the business itself. For LeSueur Car Company, that chapter belongs to Kay LeSueur — a teacher by trade with a side interest his students never knew about: he bought and sold sports cars and classics to supplement his income. It wasn't a business. It was a habit, a skill, and a set of instincts he passed down without ever intending to.
His son Warren watched. Children absorb what parents love, and Warren absorbed the rhythm of car transactions — the evaluation of condition, the honest assessment of value, the handshake that closes a deal. By the time Warren graduated from Arizona State University in 1975, that absorbed knowledge had become a direction. At 23, with his new bride Carolyn and their entire life savings of $2,000, he made it happen.
"By the age of 23 I made it happen by starting LeSueur Car Company with my new bride, Carolyn, and our life savings of $2,000."
— Warren LeSueur, Founder
Chapter Two: The Brick Building and the Beetles
The early years were not glamorous. A dirt lot. A leaky brick building near the ASU campus. A handful of air-cooled Volkswagen Beetles. Warren and Carolyn moved their young family into a house on the car lot and worked seven days a week for the first seven years. Then Warren made a decision that would define the dealership's culture for the next five decades: he closed on Sundays to spend more time with his family.
It sounds simple. But in a business where the temptation is always to push harder and keep the doors open one more day, choosing family over revenue is a statement of values. Warren has said business got better after that decision, not worse — customers came to LeSueur because of who he was, not because he was open on Sunday.
Over the years that followed, Warren — working alongside his brother, sons, nephews, and a rotating cast of family and friends — sold an extraordinary 5,500 Volkswagen Beetles, Buses, and Ghias out of that old brick building. The lot became known. In the pre-internet era, reputation traveled by word of mouth from neighbor to neighbor, professor to student, across the Valley.
The Timeline
Five Decades at a Glance
1975
LeSueur Car Company is born
Warren LeSueur, age 23, opens a small lot near ASU with Carolyn, $2,000 in savings, and a couple of air-cooled Volkswagen Beetles. The family moves into a house on the car lot and works seven days a week.
1975–90s
The Beetle years
Warren, his brother, sons, nephews, and friends sell and service over 5,500 Volkswagen Beetles, Buses, and Ghias from the old brick building. The LeSueur name becomes synonymous with honest VW dealing in the Valley.
Early 2000s
A new building for a new era
The business outgrows the dirt lot and leaky building. A modern facility is constructed at 1109 E Curry Rd — the same address — with a lot and service drive that reflect the quality of the vehicles now on offer.
2000s–10s
Expanding beyond VW
LeSueur evolves from a VW-only lot to a multi-brand pre-owned dealership carrying Audi, BMW, Lexus, Toyota, Kia, Hyundai, Honda, and more — while keeping German vehicles at the core. The service department grows alongside the inventory.
2010s
The second generation steps in
Warren and Carolyn's children — Kris, James, Steven, Kelsey, and JT — take on primary management roles. Kris, born in 1977, has managed the dealership since 1995 and sold his first car at age 14. The Eagle Scout ethos — trustworthy, loyal, helpful, friendly — becomes the explicit hiring standard.
2025
Fifty years. Same address. Same values.
LeSueur Car Company celebrates half a century at 1109 E Curry Rd, Tempe — 450+ vehicles in stock, a 4.7-star Google rating (and 4.9 across 1,641 DealerRater reviews), nine DealerRater awards, BBB Accredited, and no city sales tax. The flip flops are still standard issue.
What Fifty Years Hasn't Changed
"Our guys still show up in flip flops and shorts — and yes, they're the salesmen."
— LeSueur Car Company
The flip flops are not an accident. They're a deliberate signal — a visible, daily reminder that this is not a typical car dealership. When Warren started in 1975, he had a vision for a low-key, laid-back, relaxed car-buying experience. Fifty years later, that vision has been institutionalized into culture. The sales staff are predominantly Eagle Scouts, and the Boy Scout oath — trustworthy, loyal, helpful, friendly — isn't marketing copy here. It's a hiring criterion.
The building is new. The inventory is modern. The technology is current. But the person who greets you — in shorts, probably — is operating from the same set of values that started on a dirt lot near ASU with two Beetles and a young man's dream.
The Family Running the Business Today
Legacy dealerships are rare — most used-car businesses don't survive a decade. The people below are why this one reached fifty.
Kris LeSueur
Second Generation · Operations
Born 1977; has managed the dealership since 1995 and sold his first car at 14. An Eagle Scout, ASU graduate, and Ironman triathlete, Kris oversees sales, service, purchasing, and pricing.
James, Steven & JT
Second Generation · Family Owners
Warren and Carolyn's other sons, all raised on the lot. Each started in the family business young and carries the same values, work ethic, and car knowledge forward.
Warren & Carolyn
Founders · Still Involved
Active at fifty years in. Warren manages sourcing relationships across the country; Carolyn — who completed the Phoenix Marathon in 2015 — shapes the dealership's environment and keeps its history visible on the walls.
What 50 Years Means When You Buy Here
Fifty years at the same address, under the same family name, with the same founding philosophy, is not an accident. It's the result of daily decisions made the same way over and over: buy clean cars, price them honestly, treat customers the way you'd want to be treated, and close on Sundays.
When you buy from LeSueur Car Company today, you're buying from the same organization that's served Tempe and Phoenix drivers since the Ford Pinto was on the road — people who know the Valley's climate, who have seen how desert heat degrades a vehicle over time, and who have fifty years of hard-won experience selecting cars worth putting their name behind. The ASE-certified technicians who inspect your vehicle before it goes on the lot are the same team who service it afterward. No city sales tax saves you real money, and current specials are posted plainly online — because that's how this family does business: straightforwardly.
Stop by 1109 E Curry Rd in Tempe and meet the team that's been here since 1975. The building has changed. The inventory has grown. The values haven't moved an inch.
Frequently Asked Questions
About LeSueur Car Company — your questions answered
When was LeSueur Car Company founded?
LeSueur Car Company was founded in 1975 by Warren LeSueur at age 23, with his wife Carolyn and $2,000 in life savings. It has operated from the same address — 1109 E Curry Rd in Tempe, AZ — for all fifty years.
Is LeSueur Car Company family owned?
Yes. LeSueur Car Company has been family-owned and operated since 1975. Founders Warren and Carolyn LeSueur are still actively involved, and their children — the second generation — now run the dealership, with Kris LeSueur managing since 1995.
Who owns and runs LeSueur Car Company?
It was founded by Warren and Carolyn LeSueur. Today their children — Kris, James, Steven, Kelsey, and JT — run the dealership, with Kris overseeing sales, service, purchasing, and pricing. Warren still manages national sourcing relationships.
What kind of cars does LeSueur Car Company sell?
LeSueur began as a Volkswagen specialist, selling more than 5,500 air-cooled Beetles, Buses, and Ghias. It is now a multi-brand used-car dealership carrying Audi, BMW, Lexus, Toyota, Kia, Hyundai, Honda, and more, with German vehicles still at the core.
Why do LeSueur salespeople wear flip flops?
It's a deliberate signal of the low-pressure, laid-back buying experience Warren LeSueur envisioned in 1975. The sales staff are predominantly Eagle Scouts, hired on a trustworthy, loyal, helpful, and friendly ethos rather than a hard-sell culture.
Does LeSueur Car Company charge city sales tax?
No. LeSueur is located in an area of Tempe where no city sales tax applies to vehicle purchases, which saves real money on every transaction on top of state and county tax that applies everywhere.
Where is LeSueur Car Company located?
LeSueur Car Company is at 1109 E Curry Rd, Tempe, AZ 85281 — the same address since 1975. Phone: (480) 389-3664.
50 Years of Trust — Still at the Same Address
LeSueur Car Company
1109 E Curry Rd, Tempe, AZ 85281 · No City Sales Tax · BBB Accredited · Family-Owned Since 1975
Sources: LeSueur history sourced from the dealership's own About and owner's-letter pages and origins blog post (Kay LeSueur's background, Warren's 1975 founding, the $2,000 life savings, the 5,500 Beetles/Buses/Ghias, the family living on the lot, the Sunday-closure decision, and the children Kris, James, Steven, Kelsey, and JT), the dealership staff page (Kris born 1977, sold his first car at 14, managing since 1995, Eagle Scout, ASU graduate, Ironman), and the company's Yelp business description (flip-flops culture). DealerRater accolades (4.9 stars, 1,641 reviews, nine awards, BBB Accredited) per dealerrater.com; Google rating (4.7 stars, 704 reviews) per Google. Ratings and inventory counts change over time — verify current figures before relying on them. 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",
"slogan":"Family-owned since 1975. No city sales tax.",
"priceRange":"$$",
"founder":[
{"@type":"Person","name":"Warren LeSueur"},
{"@type":"Person","name":"Carolyn LeSueur"}
],
"employee":{"@type":"Person","name":"Kris LeSueur","jobTitle":"General Manager"},
"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":"The LeSueur Car Company Legacy: 50 Years Serving Tempe and Phoenix Drivers",
"description":"The 50-year history of LeSueur Car Company in Tempe, AZ — founded in 1975 by Warren and Carolyn LeSueur, grown from two air-cooled Volkswagen Beetles into a family-run multi-brand used dealership, still at the same address.",
"about":["LeSueur Car Company history","family-owned car dealership Tempe","used car dealer Tempe AZ"],
"publisher":{"@id":"https://usedvwaudi.com/#dealer"},
"author":{"@id":"https://usedvwaudi.com/#dealer"},
"datePublished":"2026-06-24"
},
{
"@type":"FAQPage",
"mainEntity":[
{"@type":"Question","name":"When was LeSueur Car Company founded?","acceptedAnswer":{"@type":"Answer","text":"LeSueur Car Company was founded in 1975 by Warren LeSueur at age 23, with his wife Carolyn and $2,000 in life savings. It has operated from the same address - 1109 E Curry Rd in Tempe, AZ - for all fifty years."}},
{"@type":"Question","name":"Is LeSueur Car Company family owned?","acceptedAnswer":{"@type":"Answer","text":"Yes. LeSueur Car Company has been family-owned and operated since 1975. Founders Warren and Carolyn LeSueur are still actively involved, and their children - the second generation - now run the dealership, with Kris LeSueur managing since 1995."}},
{"@type":"Question","name":"Who owns and runs LeSueur Car Company?","acceptedAnswer":{"@type":"Answer","text":"It was founded by Warren and Carolyn LeSueur. Today their children - Kris, James, Steven, Kelsey, and JT - run the dealership, with Kris overseeing sales, service, purchasing, and pricing. Warren still manages national sourcing relationships."}},
{"@type":"Question","name":"What kind of cars does LeSueur Car Company sell?","acceptedAnswer":{"@type":"Answer","text":"LeSueur began as a Volkswagen specialist, selling more than 5,500 air-cooled Beetles, Buses, and Ghias. It is now a multi-brand used-car dealership carrying Audi, BMW, Lexus, Toyota, Kia, Hyundai, Honda, and more, with German vehicles still at the core."}},
{"@type":"Question","name":"Why do LeSueur salespeople wear flip flops?","acceptedAnswer":{"@type":"Answer","text":"It is a deliberate signal of the low-pressure, laid-back buying experience Warren LeSueur envisioned in 1975. The sales staff are predominantly Eagle Scouts, hired on a trustworthy, loyal, helpful, and friendly ethos rather than a hard-sell culture."}},
{"@type":"Question","name":"Does LeSueur Car Company charge city sales tax?","acceptedAnswer":{"@type":"Answer","text":"No. LeSueur is located in an area of Tempe where no city sales tax applies to vehicle purchases, which saves real money on every transaction on top of state and county tax that applies everywhere."}},
{"@type":"Question","name":"Where is LeSueur Car Company located?","acceptedAnswer":{"@type":"Answer","text":"LeSueur Car Company is at 1109 E Curry Rd, Tempe, AZ 85281 - the same address since 1975. Phone: (480) 389-3664."}}
]
}
]
}