{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/brunswick-md",
  "name": "Brunswick Family Campground",
  "description": "Brunswick Family Campground is located at 40 Canal Road, Brunswick MD 21716. Brunswick Family Campground can be contacted at ***-***-**** or https://www.potomacrivercampground.com/",
  "url": "https://campertunity.com/listings/campgrounds/brunswick-md",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "40 Canal Road",
    "addressLocality": "Brunswick",
    "addressRegion": "MD",
    "postalCode": "21716",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 39.3074302,
    "longitude": -77.6147074
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/maryland/brunswick/brunswick-family-campground"
  ]
}