{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/rock-hound-state-park-deming-nm",
  "name": "Rock Hound State Park",
  "description": "Rock Hound State Park is located at 9880 Stirrup Road Southeast, Deming NM 88030. Rock Hound State Park can be contacted at ***-***-**** or http://www.stateparks.com/rock_hound.html",
  "url": "https://campertunity.com/listings/campgrounds/rock-hound-state-park-deming-nm",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "9880 Stirrup Road Southeast",
    "addressLocality": "Deming",
    "addressRegion": "NM",
    "postalCode": "88030",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 32.1859751,
    "longitude": -107.61223
  }
}