{
    "type": "FeatureCollection",
    "features": [
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -82.218205,
                    34.8616825
                ]
            },
            "properties": {
                "title": "Hot Spot Skate Park",
                "notes": "339 Union St, Spartanburg, SC 29306",
                "property3": "http:\/\/hotspotskatepark.com\/"
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -82.3125764,
                    34.9197662
                ]
            },
            "properties": {
                "title": "Roller Sports Skating Rink",
                "notes": "328 W Main St, Taylors, SC 29687",
                "property3": "http:\/\/rollersportstaylors.com"
            }
        }
    ]
}