{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Portland Studio"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -122.6765,
          45.5231
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Brooklyn Office"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -73.9442,
          40.6782
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Lisbon Pop-up"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -9.1393,
          38.7223
        ]
      }
    }
  ]
}
