{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/pine-acres-resort-campground-chetek-wi",
  "name": "Pine Acres Resort and Campground",
  "description": "Check out Pine Acres Resort and Campground in Chetek, Wisconsin on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/pine-acres-resort-campground-chetek-wi",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Chetek",
    "addressRegion": "WI",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 45.3695954,
    "longitude": -91.6966607
  },
  "sameAs": [
    "https://gocampingamerica.com/campgrounds-rv-parks/wisconsin/chetek/pine-acres-resort-and-campground"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    }
  ]
}