{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/grand-palms-rv-resort-park-grand-marais-mb",
  "name": "Grand Palms RV Resort & Park",
  "description": "Family-oriented campground is located just 500 feet from the East Gates of Grand Beach (the second nicest beach in Canada according to Reader’s Digest",
  "url": "https://campertunity.com/listings/campgrounds/grand-palms-rv-resort-park-grand-marais-mb",
  "image": [
    "https://ccrva.ca/wp-content/uploads/2019/04/featured-campground.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "104151 Road 38E",
    "addressLocality": "Grand Marais",
    "addressRegion": "MB",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 50.5412241,
    "longitude": -96.581781
  },
  "sameAs": [
    "https://ccrvc.ca/campground/grand-palms-rv-resort-park/"
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "CAD",
    "price": "0",
    "priceValidUntil": "2026-09-23"
  },
  "priceRange": "$0+"
}