var maptimes = {
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "MaptimeSF"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -122.41942584514618,
          37.76493060428678
        ]
      }
    },
               {
               "type": "Feature",
               "properties": {
               "name": "Maptime St. Johns",
               "city" : "Portland",
               "twitter" : "@MapTimeStJohns",
               "meetup" : "http://www.meetup.com/MapTime_StJohns/events/167180662/"
               },
               "geometry": {
               "type": "Point",
               "coordinates": [
                               -122.75469, 45.5900587
                               ]
               }
               },
    {
      "type": "Feature",
      "properties": {
        "name": "MaptimePDX",
               "city" : "Portland",
               "twitter" : "@MapTimeStJohns",
               "meetup" : "http://www.meetup.com/MapTime_StJohns/"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -122.61291503906249,
          45.56190059616734
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "OpenGeoCle",
        "city" : "Cleveland",
        "twitter" : "@OpenGeoCle"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -81.65931701660156,
          41.48337664564808
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "MaptimeNYC",
               "city" : "New York",
               "meetup" : "http://www.meetup.com/Maptime-NYC/"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -73.90846252441406,
          40.826280356677124
        ]
      }
    }
  ]
}