{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/dads-rv-park-farmington-nm-us",
  "name": "Dad's RV Park",
  "description": "Dad's RV Park is located at 202 East Pinon Street, Farmington NM 87401. Dad's RV Park can be contacted at ***-***-**** or",
  "url": "https://campertunity.com/listings/campgrounds/dads-rv-park-farmington-nm-us",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "202 East Pinon Street",
    "addressLocality": "Farmington",
    "addressRegion": "NM",
    "postalCode": "87401",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 36.7237996,
    "longitude": -108.2033515
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/new-mexico/farmington/dad-s-rv-park"
  ]
}