{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/ninemile-lake-campground-finland-mn-us",
  "name": "Ninemile Lake Campground",
  "description": "Ninemile Lake Campground is located at Count Road 7, Finland MN 55603. Ninemile Lake Campground can be contacted at ***-***-**** or https://www.fs.usda.gov/",
  "url": "https://campertunity.com/listings/campgrounds/ninemile-lake-campground-finland-mn-us",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Count Road 7",
    "addressLocality": "Finland",
    "addressRegion": "MN",
    "postalCode": "55603",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 47.578762,
    "longitude": -91.074015
  }
}