{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/riverside-park-rv-brownwood-tx-us",
  "name": "Riverside Park RV",
  "description": "Riverside Park RV is located at 320 Riverside Park Drive, Brownwood TX 76801. Riverside Park RV can be contacted at ***-***-**** or http://riversideparkrv.com/",
  "url": "https://campertunity.com/listings/campgrounds/riverside-park-rv-brownwood-tx-us",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "320 Riverside Park Drive",
    "addressLocality": "Brownwood",
    "addressRegion": "TX",
    "postalCode": "76801",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 31.7361185,
    "longitude": -98.9755645
  }
}