{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Hearing Resolutions Center",
"url": "https://www.hearingresolutionscenter.com",
"description": "Hearing aids in Lake Charles, Louisiana including hearing testing, fittings, adjustments, repairs, and ongoing support.",
"address": {
"@type": "PostalAddress",
"streetAddress": "2903 Common St",
"addressLocality": "Lake Charles",
"addressRegion": "LA",
"postalCode": "70601",
"addressCountry": "US"
},
"areaServed": {
"@type": "City",
"name": "Lake Charles"
},
"hasOfferCatalog": {
"@type": "OfferCatalog",
"name": "Hearing Aid Services in Lake Charles LA",
"itemListElement": [
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Hearing Aids",
"serviceType": "Hearing Aid Sales and Support",
"areaServed": {
"@type": "City",
"name": "Lake Charles"
}
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Hearing Testing",
"serviceType": "Hearing Testing and Evaluation",
"areaServed": {
"@type": "City",
"name": "Lake Charles"
}
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Hearing Aid Fittings and Adjustments",
"serviceType": "Hearing Aid Fitting, Programming, and Adjustments",
"areaServed": {
"@type": "City",
"name": "Lake Charles"
}
}
},
{
"@type": "Service",
"name": "Hearing Aid Repairs and Maintenance",
"serviceType": "Cleaning, Repair, and Maintenance",
"areaServed": {
"@type": "City",
"name": "Lake Charles"
}
}
]
}
}