{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/plaza-rv-park-surrey-bc",
  "name": "Plaza RV Park",
  "description": "Centrally located on Hwy 99A between ferries, airport and US border. Public transit at our door. Quick access to Skytrain. Clean and peaceful setting, close",
  "url": "https://campertunity.com/listings/campgrounds/plaza-rv-park-surrey-bc",
  "image": [
    "https://ccrva.ca/wp-content/uploads/2018/03/Item-6a-ccrvc-decal.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "8266 King George Blvd.",
    "addressLocality": "Surrey",
    "addressRegion": "BC",
    "postalCode": "V3W 5C2",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 49.15316,
    "longitude": -122.845
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}