{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/countryside-campground-askov-mn",
  "name": "Countryside Campground",
  "description": "Countryside Campground is located at 56283 Beaver Tail Road, Askov MN 55704. Countryside Campground can be contacted at ***-***-**** or http://countrysidecampground.info/",
  "url": "https://campertunity.com/listings/campgrounds/countryside-campground-askov-mn",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "56283 Beaver Tail Road",
    "addressLocality": "Askov",
    "addressRegion": "MN",
    "postalCode": "55704",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 46.1375,
    "longitude": -92.7891667
  }
}