{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/brownsville-pub-rv-park-surrey-bc",
  "name": "Brownsville Pub & RV Park",
  "description": "A friendly neighborhood and beautiful beach view RV Park. Offering monthly, weekly and daily rates.",
  "url": "https://campertunity.com/listings/campgrounds/brownsville-pub-rv-park-surrey-bc",
  "image": [
    "https://ccrva.ca/wp-content/uploads/2019/04/featured-campground.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "11940 Old Yale Road",
    "addressLocality": "Surrey",
    "addressRegion": "BC",
    "postalCode": "V3V 3X3",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 49.203225,
    "longitude": -122.8918814
  }
}