{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/granite-state-campground-belmont-nh",
  "name": "Granite State Campground",
  "description": "Granite State Campground is located at 5 Ham Avenue, Belmont NH 3220. Granite State Campground can be contacted at or",
  "url": "https://campertunity.com/listings/campgrounds/granite-state-campground-belmont-nh",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "5 Ham Avenue",
    "addressLocality": "Belmont",
    "addressRegion": "NH",
    "postalCode": "3220",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 43.476202,
    "longitude": -71.4669452
  }
}