{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/lakeside-marina-clarendon-tx",
  "name": "Lakeside Marina",
  "description": "Lakeside Marina is located at 4699 County Road 11, Clarendon TX 79226. Lakeside Marina can be contacted at ***-***-**** or",
  "url": "https://campertunity.com/listings/campgrounds/lakeside-marina-clarendon-tx",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "4699 County Road 11",
    "addressLocality": "Clarendon",
    "addressRegion": "TX",
    "postalCode": "79226",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 34.9957149,
    "longitude": -100.8949418
  }
}