/* ———- Reset & Base ———- */
.awdr-inner-page *,
.awdr-inner-page *::before,
.awdr-inner-page *::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
.awdr-inner-page {
font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
color: #444;
line-height: 1.6;
}
/* ———- Full-width breakout ———- */
.awdr-inner-page .awdr-section {
margin-left: calc(-50vw + 50%);
width: 100vw;
position: relative;
}
.awdr-inner-page .awdr-inner {
max-width: 1140px;
margin: 0 auto;
padding: 0 24px;
}
/* ———- Section Headings ———- */
.awdr-inner-page .awdr-section-heading {
font-size: 36px;
font-weight: 800;
color: #0f0b57;
text-align: center;
margin-bottom: 16px;
letter-spacing: -0.3px;
position: relative;
padding-bottom: 16px;
}
.awdr-inner-page .awdr-section-heading::after {
content: ”;
display: block;
width: 60px;
height: 3px;
background: #2f50d8;
margin: 12px auto 0;
border-radius: 2px;
}
.awdr-inner-page .awdr-section-sub {
text-align: center;
font-size: 17px;
color: #666;
margin-bottom: 48px;
max-width: 680px;
margin-left: auto;
margin-right: auto;
}
/* ———- Buttons ———- */
.awdr-inner-page .awdr-btn-red {
display: inline-block;
background: #ff0000;
color: #ffffff;
font-size: 17px;
font-weight: 700;
padding: 16px 32px;
border-radius: 4px;
text-decoration: none;
border: 2px solid #ff0000;
white-space: nowrap;
transition: background 0.2s, transform 0.15s;
}
.awdr-inner-page .awdr-btn-red:hover {
background: #cc0000;
border-color: #cc0000;
transform: translateY(-1px);
color: #fff;
text-decoration: none;
}
.awdr-inner-page .awdr-btn-outline {
display: inline-block;
background: transparent;
color: #ffffff;
font-size: 17px;
font-weight: 700;
padding: 16px 32px;
border-radius: 4px;
text-decoration: none;
border: 2px solid rgba(255,255,255,0.85);
white-space: nowrap;
transition: background 0.2s, transform 0.15s;
}
.awdr-inner-page .awdr-btn-outline:hover {
background: rgba(255,255,255,0.12);
transform: translateY(-1px);
color: #fff;
text-decoration: none;
}
.awdr-inner-page .awdr-btn-navy {
display: inline-block;
background: #0f0b57;
color: #ffffff;
font-size: 17px;
font-weight: 700;
padding: 16px 32px;
border-radius: 4px;
text-decoration: none;
border: 2px solid #0f0b57;
white-space: nowrap;
transition: background 0.2s, transform 0.15s;
}
.awdr-inner-page .awdr-btn-navy:hover {
background: #1a1680;
transform: translateY(-1px);
color: #fff;
text-decoration: none;
}
/* ============================================================
HERO — About
============================================================ */
.awdr-inner-page .about-hero {
background-image:
linear-gradient(rgba(15,11,87,0.88), rgba(15,11,87,0.88)),
url(‘https://americanwaterrestorations.com/wp-content/uploads/2026/05/hero_background.webp’);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 100px 24px;
min-height: 520px;
}
.awdr-inner-page .about-hero__eyebrow {
display: inline-block;
background: rgba(255,255,255,0.12);
border: 1px solid rgba(255,255,255,0.3);
color: rgba(255,255,255,0.9);
font-size: 12px;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
padding: 6px 20px;
border-radius: 100px;
margin-bottom: 22px;
}
.awdr-inner-page .about-hero__h1 {
font-size: 52px;
font-weight: 800;
color: #ffffff;
line-height: 1.1;
letter-spacing: -0.5px;
margin-bottom: 18px;
}
.awdr-inner-page .about-hero__h1 span { color: #ff0000; }
.awdr-inner-page .about-hero__sub {
font-size: 18px;
color: rgba(255,255,255,0.85);
margin-bottom: 32px;
max-width: 640px;
margin-left: auto;
margin-right: auto;
line-height: 1.6;
}
.awdr-inner-page .about-hero__btns {
display: flex;
gap: 16px;
justify-content: center;
flex-wrap: wrap;
}
/* ============================================================
STATS BAR
============================================================ */
.awdr-inner-page .about-statsbar {
background: #ff0000;
padding: 0;
}
.awdr-inner-page .about-statsbar__inner {
max-width: 1140px;
margin: 0 auto;
display: flex;
align-items: stretch;
}
.awdr-inner-page .about-statsbar__item {
flex: 1 1 0;
text-align: center;
padding: 28px 16px;
border-right: 1px solid rgba(255,255,255,0.2);
display: flex;
flex-direction: column;
align-items: center;
gap: 4px;
}
.awdr-inner-page .about-statsbar__item:last-child { border-right: none; }
.awdr-inner-page .about-statsbar__num {
font-size: 30px;
font-weight: 800;
color: #ffffff;
line-height: 1;
letter-spacing: -0.5px;
}
.awdr-inner-page .about-statsbar__label {
font-size: 11px;
font-weight: 600;
color: rgba(255,255,255,0.82);
text-transform: uppercase;
letter-spacing: 0.08em;
}
/* ============================================================
OUR STORY
============================================================ */
.awdr-inner-page .about-story {
background: #ffffff;
padding: 88px 24px;
}
.awdr-inner-page .about-story__grid {
max-width: 1140px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 64px;
align-items: start;
}
.awdr-inner-page .about-story__label {
font-size: 12px;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
color: #2f50d8;
margin-bottom: 12px;
}
.awdr-inner-page .about-story__h2 {
font-size: 38px;
font-weight: 800;
color: #0f0b57;
line-height: 1.15;
margin-bottom: 20px;
letter-spacing: -0.3px;
}
.awdr-inner-page .about-story__h2 span { color: #ff0000; }
.awdr-inner-page .about-story__body {
font-size: 16px;
color: #444;
line-height: 1.75;
margin-bottom: 16px;
}
.awdr-inner-page .about-story__highlight {
background: #f5f6fa;
border-left: 4px solid #2f50d8;
padding: 20px 24px;
border-radius: 0 6px 6px 0;
margin-top: 24px;
}
.awdr-inner-page .about-story__highlight p {
font-size: 15px;
font-weight: 600;
color: #0f0b57;
line-height: 1.6;
}
.awdr-inner-page .about-story__metrics {
display: flex;
flex-direction: column;
gap: 24px;
}
.awdr-inner-page .about-story__metric {
background: #f5f6fa;
border-radius: 8px;
padding: 24px 28px;
border-top: 3px solid #2f50d8;
}
.awdr-inner-page .about-story__metric-num {
font-size: 40px;
font-weight: 800;
color: #0f0b57;
line-height: 1;
letter-spacing: -1px;
margin-bottom: 4px;
}
.awdr-inner-page .about-story__metric-num span { color: #ff0000; }
.awdr-inner-page .about-story__metric-label {
font-size: 14px;
color: #666;
font-weight: 600;
}
/* ============================================================
TEAM SECTION
============================================================ */
.awdr-inner-page .about-team {
background: #f5f6fa;
padding: 88px 24px;
}
.awdr-inner-page .about-team__grid {
max-width: 1140px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 28px;
margin-top: 0;
}
.awdr-inner-page .about-team__card {
background: #ffffff;
border-radius: 8px;
padding: 36px 28px;
text-align: center;
border-top: 3px solid #2f50d8;
box-shadow: 0 2px 12px rgba(15,11,87,0.07);
}
.awdr-inner-page .about-team__icon {
width: 72px;
height: 72px;
background: #0f0b57;
border-radius: 50%;
margin: 0 auto 20px;
display: flex;
align-items: center;
justify-content: center;
font-size: 28px;
}
.awdr-inner-page .about-team__role {
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.1em;
color: #2f50d8;
margin-bottom: 8px;
}
.awdr-inner-page .about-team__title {
font-size: 18px;
font-weight: 700;
color: #0f0b57;
margin-bottom: 12px;
}
.awdr-inner-page .about-team__desc {
font-size: 14px;
color: #666;
line-height: 1.65;
}
.awdr-inner-page .about-team__cert {
display: inline-block;
background: #f5f6fa;
border: 1px solid #e0e4f0;
color: #2f50d8;
font-size: 12px;
font-weight: 700;
padding: 4px 12px;
border-radius: 3px;
margin-top: 14px;
}
/* ============================================================
CORE VALUES
============================================================ */
.awdr-inner-page .about-values {
background: #0f0b57;
padding: 88px 24px;
}
.awdr-inner-page .about-values .awdr-section-heading {
color: #ffffff;
}
.awdr-inner-page .about-values .awdr-section-sub {
color: rgba(255,255,255,0.75);
}
.awdr-inner-page .about-values__grid {
max-width: 1140px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 24px;
}
.awdr-inner-page .about-values__card {
background: rgba(255,255,255,0.06);
border: 1px solid rgba(255,255,255,0.1);
border-radius: 8px;
padding: 36px 24px;
text-align: center;
transition: background 0.2s;
}
.awdr-inner-page .about-values__card:hover {
background: rgba(255,255,255,0.1);
}
.awdr-inner-page .about-values__icon {
font-size: 36px;
margin-bottom: 16px;
display: block;
}
.awdr-inner-page .about-values__num {
font-size: 11px;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
color: #ff0000;
margin-bottom: 10px;
}
.awdr-inner-page .about-values__title {
font-size: 20px;
font-weight: 800;
color: #ffffff;
margin-bottom: 12px;
}
.awdr-inner-page .about-values__desc {
font-size: 14px;
color: rgba(255,255,255,0.72);
line-height: 1.65;
}
/* ============================================================
CREDENTIALS WALL
============================================================ */
.awdr-inner-page .about-creds {
background: #ffffff;
padding: 88px 24px;
}
.awdr-inner-page .about-creds__grid {
max-width: 1140px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}
.awdr-inner-page .about-creds__badge {
border: 2px solid #e0e4f0;
border-radius: 10px;
padding: 32px 28px;
text-align: center;
background: #ffffff;
transition: border-color 0.2s, box-shadow 0.2s;
}
.awdr-inner-page .about-creds__badge:hover {
border-color: #2f50d8;
box-shadow: 0 4px 20px rgba(47,80,216,0.1);
}
.awdr-inner-page .about-creds__icon-wrap {
width: 64px;
height: 64px;
background: #0f0b57;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 16px;
font-size: 26px;
}
.awdr-inner-page .about-creds__name {
font-size: 17px;
font-weight: 800;
color: #0f0b57;
margin-bottom: 6px;
}
.awdr-inner-page .about-creds__sub {
font-size: 13px;
color: #666;
line-height: 1.55;
}
.awdr-inner-page .about-creds__tag {
display: inline-block;
background: #f5f6fa;
border: 1px solid #2f50d8;
color: #2f50d8;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.06em;
text-transform: uppercase;
padding: 4px 12px;
border-radius: 3px;
margin-top: 12px;
}
/* ============================================================
TIMELINE
============================================================ */
.awdr-inner-page .about-timeline {
background: #f5f6fa;
padding: 88px 24px;
}
.awdr-inner-page .about-timeline__track {
max-width: 860px;
margin: 0 auto;
position: relative;
padding-left: 0;
}
.awdr-inner-page .about-timeline__track::before {
content: ”;
position: absolute;
left: 72px;
top: 0;
bottom: 0;
width: 2px;
background: linear-gradient(to bottom, #2f50d8, #0f0b57);
}
.awdr-inner-page .about-timeline__item {
display: flex;
align-items: flex-start;
gap: 28px;
margin-bottom: 40px;
position: relative;
}
.awdr-inner-page .about-timeline__item:last-child { margin-bottom: 0; }
.awdr-inner-page .about-timeline__year {
flex-shrink: 0;
width: 72px;
text-align: right;
font-size: 14px;
font-weight: 800;
color: #0f0b57;
padding-top: 14px;
letter-spacing: -0.3px;
}
.awdr-inner-page .about-timeline__dot {
flex-shrink: 0;
width: 16px;
height: 16px;
border-radius: 50%;
background: #ff0000;
border: 3px solid #ffffff;
box-shadow: 0 0 0 2px #2f50d8;
margin-top: 16px;
position: relative;
z-index: 1;
}
.awdr-inner-page .about-timeline__content {
background: #ffffff;
border-radius: 8px;
padding: 20px 24px;
flex: 1;
border-left: 3px solid #2f50d8;
box-shadow: 0 2px 10px rgba(15,11,87,0.06);
}
.awdr-inner-page .about-timeline__content h3 {
font-size: 17px;
font-weight: 700;
color: #0f0b57;
margin-bottom: 4px;
}
.awdr-inner-page .about-timeline__content p {
font-size: 14px;
color: #666;
line-height: 1.55;
}
/* ============================================================
BOTTOM CTA
============================================================ */
.awdr-inner-page .about-cta {
background: #ff0000;
padding: 72px 24px;
text-align: center;
}
.awdr-inner-page .about-cta__h2 {
font-size: 36px;
font-weight: 800;
color: #ffffff;
margin-bottom: 14px;
letter-spacing: -0.3px;
}
.awdr-inner-page .about-cta__sub {
font-size: 17px;
color: rgba(255,255,255,0.88);
margin-bottom: 32px;
max-width: 540px;
margin-left: auto;
margin-right: auto;
}
.awdr-inner-page .about-cta__btns {
display: flex;
gap: 16px;
justify-content: center;
flex-wrap: wrap;
}
.awdr-inner-page .awdr-btn-white {
display: inline-block;
background: #ffffff;
color: #ff0000;
font-size: 18px;
font-weight: 800;
padding: 18px 40px;
border-radius: 4px;
text-decoration: none;
border: 2px solid #ffffff;
white-space: nowrap;
transition: background 0.2s, transform 0.15s;
}
.awdr-inner-page .awdr-btn-white:hover {
background: #f5f5f5;
transform: translateY(-2px);
color: #ff0000;
text-decoration: none;
}
.awdr-inner-page .awdr-btn-white-outline {
display: inline-block;
background: transparent;
color: #ffffff;
font-size: 17px;
font-weight: 700;
padding: 18px 36px;
border-radius: 4px;
text-decoration: none;
border: 2px solid rgba(255,255,255,0.85);
white-space: nowrap;
transition: background 0.2s;
}
.awdr-inner-page .awdr-btn-white-outline:hover {
background: rgba(255,255,255,0.1);
color: #fff;
text-decoration: none;
}
/* ============================================================
RESPONSIVE
============================================================ */
@media (max-width: 768px) {
.awdr-inner-page .about-hero__h1 { font-size: 34px; }
.awdr-inner-page .about-story__grid { grid-template-columns: 1fr; gap: 40px; }
.awdr-inner-page .about-team__grid { grid-template-columns: 1fr 1fr; }
.awdr-inner-page .about-values__grid { grid-template-columns: 1fr 1fr; }
.awdr-inner-page .about-creds__grid { grid-template-columns: 1fr 1fr; }
.awdr-inner-page .about-statsbar__inner { flex-wrap: wrap; }
.awdr-inner-page .about-statsbar__item { flex: 1 1 50%; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.2); }
.awdr-inner-page .about-timeline__track::before { left: 52px; }
.awdr-inner-page .about-timeline__year { width: 52px; font-size: 13px; }
.awdr-inner-page .awdr-section-heading { font-size: 28px; }
.awdr-inner-page .about-cta__h2 { font-size: 26px; }
}
@media (max-width: 480px) {
.awdr-inner-page .about-hero__h1 { font-size: 27px; }
.awdr-inner-page .about-team__grid { grid-template-columns: 1fr; }
.awdr-inner-page .about-values__grid { grid-template-columns: 1fr; }
.awdr-inner-page .about-creds__grid { grid-template-columns: 1fr; }
.awdr-inner-page .about-statsbar__item { flex: 1 1 100%; }
.awdr-inner-page .about-timeline__track::before { display: none; }
.awdr-inner-page .about-timeline__item { flex-direction: column; gap: 8px; }
.awdr-inner-page .about-timeline__year { width: auto; text-align: left; padding-top: 0; }
.awdr-inner-page .about-timeline__dot { display: none; }
.awdr-inner-page .about-hero { padding: 70px 16px; min-height: unset; }
}
Serving Greater Seattle Since 2020
Edmonds’ Most Trusted Restoration Team
Locally owned, IICRC-certified, and committed to every homeowner we serve — from the first call to the final walkthrough.
WA Lic. #AMERIWD794PJ | IICRC Certified | 24/7 Emergency Response
$3.7M+
Property Value Recovered
60 min
Emergency Response Guarantee
5+
Years Serving King & Snohomish
Our Story
Built in Edmonds. Built for Homeowners.
American Water Damage Restoration was founded in 2020 with a clear mission: give Edmonds-area homeowners the same high-quality, fully-documented restoration that commercial clients expect — without the runaround, the upsells, or the franchise indifference.
From day one, we operated as a locally owned business. That means when you call AWDR, you reach real people who know the neighborhoods, the weather patterns, and the building codes of King and Snohomish Counties. We don’t subcontract your crisis to a revolving crew. We show up ourselves, every time.
Over the past five years we’ve grown from a lean mitigation company into a full-service restoration contractor — capable of handling single-room water losses and multi-million-dollar commercial projects with equal care. Our $3.7M+ track record speaks to scale; our 100+ five-star reviews speak to character.
“We built AWDR because we saw homeowners get lost in the insurance shuffle. Our job is to be their advocate — from the first call to the final check.”
— AWDR Founding Team, Edmonds, WA
$2.01M
Largest Single Project Completed (2024 — Multi-Site Water Mitigation)
24/7
Emergency line — every day of the year, no exceptions
100%
Zero-handoff model — one dedicated project manager from call to closeout
King & Snohomish
Full service area — Greater Seattle metro, Eastside, and all of Snohomish County
Who Shows Up at Your Door
Our certified technicians are background-checked, IICRC-trained professionals — not day-labor subcontractors. Every crew is led by a project manager who stays with your job start to finish.
🔧
Field Operations
Certified Field Technicians
Our technicians hold IICRC WRT (Water Restoration Technician) certification and are trained in structural drying, moisture mapping, and Category 1–3 water events. They bring professional-grade equipment — not rental units.
IICRC WRT Certified
📋
Claims & Coordination
Dedicated Project Managers
Every job is assigned a single point of contact who handles documentation, Xactimate estimates, adjuster communication, and progress updates. No handoffs. No confusion. Your PM stays with your project until the final invoice is closed.
Xactimate Certified
🔒
Remediation Specialists
Mold & Biohazard Crew
Our remediation specialists follow industry-standard protocols for mold containment, HEPA filtration, and post-clearance testing. Trained in Category 3 sewage cleanup, biohazard decontamination, and drug remediation.
IICRC Protocol
Our Core Values
Four principles that drive every job we take — from a $2,000 water loss to a $2 million commercial project.
⚡
01
Speed
Damage compounds every hour. Our 60-minute response guarantee isn’t a marketing line — it’s a commitment backed by our emergency dispatch protocol and local Edmonds base.
⚖
02
Integrity
Transparent estimates, no hidden charges, and no preferred-carrier deals. We work for the homeowner — full stop. If we can’t help, we’ll tell you honestly and point you in the right direction.
🏛
03
Craftsmanship
IICRC-compliant processes on every project. We don’t dry fast and leave — we dry right, document thoroughly, and rebuild to code. Your home deserves the same care we’d give our own.
👪
04
Client-First
A disaster in your home is one of the most stressful events you’ll face. We treat every homeowner with respect, explain every step in plain language, and fight for the best possible insurance outcome on their behalf.
Credentials & Certifications
Every credential below is current, verified, and available for review. We carry them because our clients and their insurers expect the best.
S
IICRC Certified
S500 Water Damage Restoration Standard. The industry’s highest technical certification for restoration contractors.
Industry Gold Standard
BBB
BBB Accredited Business
Better Business Bureau accredited since 2022. Our accreditation reflects a consistent commitment to honest advertising, transparent pricing, and responsive customer service.
Accredited Since 2022
RIA
RIA Member
Restoration Industry Association member. RIA membership connects AWDR to the latest industry research, technical training, and best-practice standards in the restoration field.
Industry Member
WA
WA DES Vendor (WEBS)
Registered Washington State Department of Enterprise Services vendor through the WEBS procurement portal. Qualified for public sector contracts and emergency response procurement.
Public Procurement Ready
✓
WA Licensed & Insured
Washington State Contractor License #AMERIWD794PJ. Commercial General Liability: $1M per occurrence / $2M aggregate. Commercial Auto and Contractors Pollution Liability also maintained.
Lic. #AMERIWD794PJ
📊
Xactimate Estimating
All estimates produced in Xactimate — the industry-standard software accepted by every major insurance carrier. Ensures accurate, line-item documentation that stands up to adjuster review.
Insurance-Ready Estimates
Our Growth Timeline
Five years of building trust, one job at a time.
2020
AWDR Founded in Edmonds, WA
American Water Damage Restoration LLC established as a locally owned, independent restoration company serving King and Snohomish Counties. EIN 85-3644014, UBI 604-671-413.
2021
IICRC Certification Achieved
Full IICRC company certification earned, including S500 Water Damage Restoration and professional mold remediation standards. WRT (Water Restoration Technician) credentials for field staff.
2022
BBB Accreditation & WA DES Registration
Better Business Bureau accreditation awarded. Registered as a Washington State DES Vendor through WEBS, opening doors to public sector and HOA procurement contracts.
2023
RIA Membership & $1.4M in Projects
Joined the Restoration Industry Association. Completed landmark projects including a $765K commercial water mitigation and a $710K condo complex restoration, establishing AWDR’s commercial credibility.
2024
$2M+ Single Project — Multi-Site Water Mitigation
Completed the largest project in company history: a $2,010,000 multi-site water mitigation and reconstruction across multiple commercial properties, delivered on time. Total contract value recovered exceeded $3.7M.
2025–26
Full Snohomish + King County Coverage
Expanded service capacity to cover all of Snohomish County and Greater Seattle metro. Maintaining 60-minute emergency response across the entire service area with updated commercial fleet coverage and enhanced crew capacity.
Work with a Team That Shows Up
Local owners. Certified technicians. A proven track record across King and Snohomish Counties. When damage strikes, you want AWDR on your side.
24/7 Emergency Line | No-Obligation Assessment | Direct Insurance Billing
{
“@context”: “https://schema.org”,
“@type”: “LocalBusiness”,
“name”: “American Water Damage Restoration LLC”,
“alternateName”: “AWDR”,
“url”: “https://www.americanwaterrestorations.com”,
“logo”: “https://americanwaterrestorations.com/wp-content/uploads/2026/05/AWDR-Logo-transparent.jpg”,
“image”: “https://americanwaterrestorations.com/wp-content/uploads/2026/05/AWDR-Logo-transparent.jpg”,
“description”: “American Water Damage Restoration LLC is an IICRC-certified, locally owned restoration contractor based in Edmonds, WA. Founded 2020. Serving King and Snohomish Counties with water damage mitigation, mold remediation, fire restoration, and reconstruction.”,
“telephone”: “+12067717040”,
“email”: “info@awdrestoration.com”,
“address”: {
“@type”: “PostalAddress”,
“streetAddress”: “123 2nd Ave S STE 230 #49”,
“addressLocality”: “Edmonds”,
“addressRegion”: “WA”,
“postalCode”: “98020”,
“addressCountry”: “US”
},
“geo”: {
“@type”: “GeoCoordinates”,
“latitude”: 47.8107,
“longitude”: -122.3774
},
“openingHoursSpecification”: {
“@type”: “OpeningHoursSpecification”,
“dayOfWeek”: [“Monday”,”Tuesday”,”Wednesday”,”Thursday”,”Friday”,”Saturday”,”Sunday”],
“opens”: “00:00”,
“closes”: “23:59”
},
“areaServed”: [“King County, WA”, “Snohomish County, WA”],
“sameAs”: [“https://www.americanwaterrestorations.com”]
}