{
"@context": "https://schema.org",
"@type": "Restaurant",
"name": "Frank & Louie's Italian Specialties",
"address": {
"@type": "PostalAddress",
"streetAddress": "58 Baltimore Avenue",
"addressLocality": "Rehoboth Beach",
"addressRegion": "DE",
"postalCode": "19971"
},
"telephone": "302-227-5777",
"openingHours": "Mo-Su 10:00-16:00",
"servesCuisine": ["Italian"],
"priceRange": "$$",
"url": "https://frankandlouies.com"
}