{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/moosehead-family-campground-greenville-me",
  "name": "Moosehead Family Campground",
  "description": "Moosehead Family Campground is located at 312 Moosehead Lake Road, Greenville ME 4441. Moosehead Family Campground can be contacted at ***-***-**** or http://www.mooseheadcampground.com/",
  "url": "https://campertunity.com/listings/campgrounds/moosehead-family-campground-greenville-me",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "312 Moosehead Lake Road",
    "addressLocality": "Greenville",
    "addressRegion": "ME",
    "postalCode": "4441",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 45.4375684,
    "longitude": -69.5900128
  }
}