{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/sunrise-rv-park-haskell-tx",
  "name": "Sunrise RV Park",
  "description": "At Sunrise RV Park we have a nice quiet campground with Tall Trees, Strong WIFI, Full Laundry Service, and much more!",
  "url": "https://campertunity.com/listings/campgrounds/sunrise-rv-park-haskell-tx",
  "image": [
    "https://static.wixstatic.com/media/0e70b9_808f37e205924de5b806d36c425d3cdd~mv2.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1407 North Avenue A",
    "addressLocality": "Haskell",
    "addressRegion": "TX",
    "postalCode": "79521-3717",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 33.1703089,
    "longitude": -99.7316625
  },
  "sameAs": [
    "https://www.sunriservhaskell.com/"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Wifi"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Laundry"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    }
  ]
}