{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/south-haven-sunny-brook-rv-resort-south-haven-mi",
  "name": "South Haven Sunny Brook RV Resort",
  "description": "Luxury RV Resort in SW Michigan. A gated, sixty-five acre oasis with a private lake, creeks, 2 pools, clubhouse, activities, playground, more",
  "url": "https://campertunity.com/listings/campgrounds/south-haven-sunny-brook-rv-resort-south-haven-mi",
  "image": [
    "https://www.sunnybrookrvresort.com/wp-content/uploads/2025/05/south-haven-sunny-brook-rv-resort-mi.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "68300 County Rd. 388",
    "addressLocality": "South Haven",
    "addressRegion": "MI",
    "postalCode": "49090",
    "addressCountry": "US"
  },
  "sameAs": [
    "https://www.sunnybrookrvresort.com/"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Playground"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Swimming Pool"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ]
}