// Homepage function Home({ setRoute }) { const D = window.MS_DATA; const [scrollY, setScrollY] = React.useState(0); React.useEffect(() => { const h = () => setScrollY(window.scrollY); window.addEventListener("scroll", h, { passive: true }); return () => window.removeEventListener("scroll", h); }, []); const go = (r) => { setRoute(r); window.scrollTo({ top: 0, behavior: "instant" }); }; return (
{/* HERO */}
Est. 1997 · Las Cruces, N.M.
Vol. XXIX Civil Litigation · Defense
Index № 004 / Homepage

Big firm expertise.
Small firm attention.

Serving New Mexico since
1997   — twenty-nine years
Position
One of the most successful civil litigation firms in Southern New Mexico.
Scroll
{/* INTRODUCTION */}
Introduction

Serving the legal needs of New Mexico since 1997.

Here at Mynatt Springer P.C., we take our commitment to our clients seriously. Our legal team is diverse and talented in order to provide legal expertise with depth and breadth. We are proud of our innovative solutions, which are balanced with a seasoned and respectful approach to process and procedure.

As one of the most successful civil litigation firms in Southern New Mexico, our attorneys have a wealth of knowledge and experience in the areas of civil rights, employment law, personal injury, negligence, premises liability, commercial litigation, state and local government law, real property, construction, and the newly emerging cannabis law.

{/* WHY US */}

Four commitments to every client.

§ 01–04
{D.whyUs.map((w) => (
{w.n}
{w.t}
{w.d}
))}
{/* CREDIBILITY */}
Credentials

Recognized. Rated.
Relied upon.

AV Preeminent
AV Preeminent
Martindale-Hubbell
Best's Rated
Best's Rated
Insurance Counsel
29
Years in New Mexico
Est. 1997
{/* PRACTICE TEASERS */}
Practice Areas

Five areas. One institutional posture.

Our work centers on defending institutional clients — municipalities, school districts, insurance carriers, and commercial entities — across the full arc of civil litigation in state and federal courts.

{D.practiceTeasers.map((p) => (
go("practice")}>
{p.n}
{p.t}
{p.d}
Explore
))}
go("practice")}>View all practice areas
{/* CTA */}
Inquiries

Learn how our firm can help you.

Office 1660 Hickory Loop
Las Cruces, New Mexico 88005
Mailing P.O. Box 2699
Las Cruces, New Mexico 88004-2699
); } window.Home = Home;