{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/eastbay-campground-warwick-nd",
  "name": "Eastbay Campground",
  "description": "Eastbay Campground is located at 3892 E Bay Rd, Warwick ND 58381. Eastbay Campground can be contacted at ***-***-**** or http://www.eastbaycampground.com/",
  "url": "https://campertunity.com/listings/campgrounds/eastbay-campground-warwick-nd",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "3892 E Bay Rd",
    "addressLocality": "Warwick",
    "addressRegion": "ND",
    "postalCode": "58381",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 47.9781074,
    "longitude": -98.7272067
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/north-dakota/warwick/eastbay-campground"
  ]
}