{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/oak-island-resort-virden-mb",
  "name": "Oak Island Resort",
  "description": "The campground has been undergoing development since Oak Island Island Resort took over in 2004. The entire campground offers 30 amp service,water, and septic",
  "url": "https://campertunity.com/listings/campgrounds/oak-island-resort-virden-mb",
  "image": [
    "https://ccrva.ca/wp-content/uploads/2019/04/featured-campground.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Box 1749",
    "addressLocality": "Virden",
    "addressRegion": "MB",
    "postalCode": "R0M 2C0",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 49.8486678,
    "longitude": -100.93252849999999
  },
  "sameAs": [
    "https://ccrva.ca/campground/oak-island-resort/"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Electric Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Island"
    }
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "CAD",
    "price": "0",
    "priceValidUntil": "2026-10-01"
  },
  "priceRange": "$0+"
}