{ "type": "FeatureCollection", "features": [ { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ -120.645249, 35.271810 ] }, "properties": { "marker-symbol": "bar", "name": "Sean Bleier", "city": "San Luis Obispo" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ -95.223559, 38.956835 ] }, "properties": { "marker-symbol": "bar", "name": "Daniel Lindsley", "city": "Lawrence" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ -95.242942, 38.969247 ] }, "properties": { "marker-symbol": "bar", "name": "Jeff Triplett", "city": "Lawrence" } } ] }