{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/union-lake-sarah-campground-erskine-mn",
  "name": "Union Lake Sarah Campground",
  "description": "We are a seasonal campground located on Union Lake and Lake Sarah. We offer lake access, boat launches, fresh scooped ice cream, hand crafted coffee, playgrounds, and a variety of rental services. Come visit us!",
  "url": "https://campertunity.com/listings/campgrounds/union-lake-sarah-campground-erskine-mn",
  "image": [
    "https://static.wixstatic.com/media/101e93_b71e003b42c845e5bb0882bef41ecb9b~mv2.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "20049 Campground Road SE",
    "addressLocality": "Erskine",
    "addressRegion": "MN",
    "postalCode": "56535",
    "addressCountry": "US"
  },
  "sameAs": [
    "https://www.unionlakesarahcampground.com/"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Ice"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Playground"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Boating"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ]
}