Skip to content

Instantly share code, notes, and snippets.

@stevevance
Last active April 17, 2018 19:37
Show Gist options
  • Select an option

  • Save stevevance/8eba59dd43550efca1b086be4d9f9d4a to your computer and use it in GitHub Desktop.

Select an option

Save stevevance/8eba59dd43550efca1b086be4d9f9d4a to your computer and use it in GitHub Desktop.
Police issued a lot of spurious tickets in Chicago neighborhoods with higher populations of low-income and people of color.

I downloaded the CSV from Freddy Martinez. See all the data, and the FOIA request, on their repo. This data dump should show the same data the Chicago Tribune used in its analysis of where Chicago police officers issue tickets to people bicycling.

The CSV started with 15,971 total records.

I performed the following corrections of the data:

  • Removed 71 records on Unknown street
  • Coalesced all records on KING DR to use the same spelling
  • Removed the following ambiguous ones (sorry, I should have recorded the unique record ID along with these):
    • 850 67TH
    • 2050 71 STREET
    • 2550 79TH
    • 50 GARFIELD
    • 5650 NAGLE
    • 1050 PULASKI RD
    • 350 PULASKI
    • 150 WASHTENAW
    • 50 W TERMINAL ST
    • 3950 W THOME
    • 1350 S 75TH ST (could be east or west)
    • 250 W 10th St (Chicago doesn't have a 10th Street)
    • 7450 S BURNHAM (the street doesn't start until the 7650 block)
    • 3850 S BURNHAM (ibid)
    • 6150 W 18TH (not in Chicago)
    • 2050 S Laramie (this is in Cicero, although it could be N Laramie, which is in Chicago; removed anyway)
    • 4950 W 16TH ST (Cicero)
    • P005160013 - 269XX E 79TH CT - can't determine what address this is supposed to be.
    • P004508214 - 450 W Laramie - ambiguous address because Laramie is N/S
    • P004472803 - 343XX W 67TH ST - can't determine/I don't want to assume
    • P004541553 - 98XX S MAPLE (no street with this name, could be Maplewood)
    • P004979358 - 550 W CICERO (ambiguous)
    • P004946750 - XX E STATE (invalid direction)
    • P003330075 - 11750 S HARLEM ST (no such address)
  • Changed the following:
    • Changed 4750 S MUNURE ST to 4750 W MONROE ST
    • Changed 4650 N SHORE DR to 4650 S Shore DR - still not a valid address
    • Changed 2350 E State St to 2350 S State ST
    • Changed P004568505 - 154XX W HOWARD ST to 1540 W Howard
    • Moved P005100048 to Marshfield and Madison, even though Marshfield doesn't actually intersect with Madison.

This resulted in 100 removed records, now standing at 15,871.

Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "date": "7-Jul-14", "address": "3250 W 24TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004351965", "violation": "9-52-040 Yielding right-of-way.", "age": "34", "latitude": 41.848255, "longitude": -87.70675, "coords": "41.848255, -87.706750", "geocoded_a": "3250 W 24th St", "query": "3250 W 24TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.70675, 41.848255 ] } },
{ "type": "Feature", "properties": { "date": "7-Jul-14", "address": "3350 W 16TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004295779", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.859111, "longitude": -87.709831, "coords": "41.859111, -87.709831", "geocoded_a": "3350 W 16th St", "query": "3350 W 16TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.709831, 41.859111 ] } },
{ "type": "Feature", "properties": { "date": "7-Jul-14", "address": "3550 S COTTAGE GROVE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004496311", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "66", "latitude": 41.829783, "longitude": -87.609971, "coords": "41.829783, -87.609971", "geocoded_a": "3550 S Cottage Grove Ave", "query": "3550 S COTTAGE GROVE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.609971, 41.829783 ] } },
{ "type": "Feature", "properties": { "date": "7-Jul-14", "address": "3550 W DOUGLAS", "city": "Chicago", "state": "Illinois", "anov numbe": "P004355033", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "53", "latitude": 41.862886, "longitude": -87.714903, "coords": "41.862886, -87.714903", "geocoded_a": "3550 W Douglas Blvd", "query": "3550 W DOUGLAS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.714903, 41.862886 ] } },
{ "type": "Feature", "properties": { "date": "7-Jul-14", "address": "3750 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004269749", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "43", "latitude": 41.89547, "longitude": -87.720762, "coords": "41.895470, -87.720762", "geocoded_a": "3750 W Chicago Ave", "query": "3750 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.720762, 41.89547 ] } },
{ "type": "Feature", "properties": { "date": "7-Jul-14", "address": "3750 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004383494", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.89547, "longitude": -87.720762, "coords": "41.895470, -87.720762", "geocoded_a": "3750 W Chicago Ave", "query": "3750 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.720762, 41.89547 ] } },
{ "type": "Feature", "properties": { "date": "7-Jul-14", "address": "3750 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004488078", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.89547, "longitude": -87.720762, "coords": "41.895470, -87.720762", "geocoded_a": "3750 W Chicago Ave", "query": "3750 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.720762, 41.89547 ] } },
{ "type": "Feature", "properties": { "date": "7-Jul-14", "address": "350 E 115TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004348433", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "27", "latitude": 41.685455, "longitude": -87.61359, "coords": "41.685455, -87.613590", "geocoded_a": "350 E 115th St", "query": "350 E 115TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.61359, 41.685455 ] } },
{ "type": "Feature", "properties": { "date": "7-Jul-14", "address": "4250 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004467316", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "55", "latitude": 41.880677, "longitude": -87.732692, "coords": "41.880677, -87.732692", "geocoded_a": "4250 W Madison St", "query": "4250 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.732692, 41.880677 ] } },
{ "type": "Feature", "properties": { "date": "7-Jul-14", "address": "4450 W JACKSON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004484501", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.876966, "longitude": -87.737331, "coords": "41.876966, -87.737331", "geocoded_a": "4450 W Jackson Blvd", "query": "4450 W JACKSON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.737331, 41.876966 ] } },
{ "type": "Feature", "properties": { "date": "7-Jul-14", "address": "4650 W SUPERIOR ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004475411", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "48", "latitude": 41.894172, "longitude": -87.742425, "coords": "41.894172, -87.742425", "geocoded_a": "4650 W Superior St", "query": "4650 W SUPERIOR ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.742425, 41.894172 ] } },
{ "type": "Feature", "properties": { "date": "7-Jul-14", "address": "450 S KARLOV", "city": "Chicago", "state": "Illinois", "anov numbe": "P004488106", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.874753, "longitude": -87.727962, "coords": "41.874753, -87.727962", "geocoded_a": "450 S Karlov Ave", "query": "450 S KARLOV, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.727962, 41.874753 ] } },
{ "type": "Feature", "properties": { "date": "7-Jul-14", "address": "5150 N CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004405648", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.909582, "longitude": -87.755392, "coords": "41.909582, -87.755392", "geocoded_a": "5150 W North Ave", "query": "5150 N CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.755392, 41.909582 ] } },
{ "type": "Feature", "properties": { "date": "7-Jul-14", "address": "5450 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004405949", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.894941, "longitude": -87.762182, "coords": "41.894941, -87.762182", "geocoded_a": "5450 W Chicago Ave", "query": "5450 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.762182, 41.894941 ] } },
{ "type": "Feature", "properties": { "date": "7-Jul-14", "address": "650 E 67TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004574641", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.773114, "longitude": -87.608623, "coords": "41.773114, -87.608623", "geocoded_a": "650 E 67th St", "query": "650 E 67TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.608623, 41.773114 ] } },
{ "type": "Feature", "properties": { "date": "7-Jul-14", "address": "7050 S CHAPPEL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004575300", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.766442, "longitude": -87.575116, "coords": "41.766442, -87.575116", "geocoded_a": "7050 S Chappel Ave", "query": "7050 S CHAPPEL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.575116, 41.766442 ] } },
{ "type": "Feature", "properties": { "date": "7-Jul-14", "address": "7050 S CLYDE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004575628", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.767518, "longitude": -87.573943, "coords": "41.767518, -87.573943", "geocoded_a": "7050 S Clyde Ave", "query": "7050 S CLYDE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.573943, 41.767518 ] } },
{ "type": "Feature", "properties": { "date": "7-Jul-14", "address": "7150 S SOUTH SHORE DR", "city": "Chicago", "state": "Illinois", "anov numbe": "P004575630", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "55", "latitude": 41.766023, "longitude": -87.562632, "coords": "41.766023, -87.562632", "geocoded_a": "7150 S South Shore Dr", "query": "7150 S SOUTH SHORE DR, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.562632, 41.766023 ] } },
{ "type": "Feature", "properties": { "date": "7-Jul-14", "address": "7150 S STONY ISLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004574660", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "56", "latitude": 41.764458, "longitude": -87.586336, "coords": "41.764458, -87.586336", "geocoded_a": "7150 S Stony Island Ave", "query": "7150 S STONY ISLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.586336, 41.764458 ] } },
{ "type": "Feature", "properties": { "date": "7-Jul-14", "address": "7150 S STONY ISLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004574661", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "47", "latitude": 41.764458, "longitude": -87.586336, "coords": "41.764458, -87.586336", "geocoded_a": "7150 S Stony Island Ave", "query": "7150 S STONY ISLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.586336, 41.764458 ] } },
{ "type": "Feature", "properties": { "date": "7-Jul-14", "address": "7150 S STONY ISLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004575170", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "47", "latitude": 41.764458, "longitude": -87.586336, "coords": "41.764458, -87.586336", "geocoded_a": "7150 S Stony Island Ave", "query": "7150 S STONY ISLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.586336, 41.764458 ] } },
{ "type": "Feature", "properties": { "date": "7-Jul-14", "address": "7250 N SHERIDAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004568043", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "52", "latitude": 42.013646, "longitude": -87.663983, "coords": "42.013646, -87.663983", "geocoded_a": "7250 N Sheridan Rd", "query": "7250 N SHERIDAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.663983, 42.013646 ] } },
{ "type": "Feature", "properties": { "date": "7-Jul-14", "address": "7250 N SHERIDAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004568044", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "63", "latitude": 42.013646, "longitude": -87.663983, "coords": "42.013646, -87.663983", "geocoded_a": "7250 N Sheridan Rd", "query": "7250 N SHERIDAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.663983, 42.013646 ] } },
{ "type": "Feature", "properties": { "date": "7-Jul-14", "address": "7250 S JEFFERY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004574774", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "43", "latitude": 41.762834, "longitude": -87.576259, "coords": "41.762834, -87.576259", "geocoded_a": "7250 S Jeffery Blvd", "query": "7250 S JEFFERY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.576259, 41.762834 ] } },
{ "type": "Feature", "properties": { "date": "7-Jul-14", "address": "7250 S JEFFERY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004574775", "violation": "9-52-040 Yielding right-of-way.", "age": "43", "latitude": 41.762834, "longitude": -87.576259, "coords": "41.762834, -87.576259", "geocoded_a": "7250 S Jeffery Blvd", "query": "7250 S JEFFERY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.576259, 41.762834 ] } },
{ "type": "Feature", "properties": { "date": "7-Jul-14", "address": "7250 S JEFFERY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004574987", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "45", "latitude": 41.762834, "longitude": -87.576259, "coords": "41.762834, -87.576259", "geocoded_a": "7250 S Jeffery Blvd", "query": "7250 S JEFFERY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.576259, 41.762834 ] } },
{ "type": "Feature", "properties": { "date": "7-Jul-14", "address": "7250 S JEFFERY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004574988", "violation": "9-52-040 Yielding right-of-way.", "age": "45", "latitude": 41.762834, "longitude": -87.576259, "coords": "41.762834, -87.576259", "geocoded_a": "7250 S Jeffery Blvd", "query": "7250 S JEFFERY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.576259, 41.762834 ] } },
{ "type": "Feature", "properties": { "date": "7-Jul-14", "address": "7450 S YATES", "city": "Chicago", "state": "Illinois", "anov numbe": "P004575169", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "45", "latitude": 41.759864, "longitude": -87.566432, "coords": "41.759864, -87.566432", "geocoded_a": "7450 S Yates Blvd", "query": "7450 S YATES, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.566432, 41.759864 ] } },
{ "type": "Feature", "properties": { "date": "7-Jul-14", "address": "7550 S EXCHANGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004575299", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "49", "latitude": 41.757857, "longitude": -87.559024, "coords": "41.757857, -87.559024", "geocoded_a": "7550 S Exchange Ave", "query": "7550 S EXCHANGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.559024, 41.757857 ] } },
{ "type": "Feature", "properties": { "date": "7-Jul-14", "address": "7950 S INGLESIDE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004533095", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "49", "latitude": 41.750382, "longitude": -87.601577, "coords": "41.750382, -87.601577", "geocoded_a": "7950 S Ingleside Ave", "query": "7950 S INGLESIDE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.601577, 41.750382 ] } },
{ "type": "Feature", "properties": { "date": "7-Jul-14", "address": "750 W 79TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004495643", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.750653, "longitude": -87.643583, "coords": "41.750653, -87.643583", "geocoded_a": "750 W 79th St", "query": "750 W 79TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.643583, 41.750653 ] } },
{ "type": "Feature", "properties": { "date": "7-Jul-14", "address": "8050 S COTTAGE GROVE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004482213", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.748509, "longitude": -87.605221, "coords": "41.748509, -87.605221", "geocoded_a": "8050 S Cottage Grove Ave", "query": "8050 S COTTAGE GROVE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.605221, 41.748509 ] } },
{ "type": "Feature", "properties": { "date": "7-Jul-14", "address": "8150 S DREXEL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004482210", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "58", "latitude": 41.746093, "longitude": -87.602639, "coords": "41.746093, -87.602639", "geocoded_a": "8150 S Drexel Ave", "query": "8150 S DREXEL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.602639, 41.746093 ] } },
{ "type": "Feature", "properties": { "date": "8-Jul-14", "address": "1150 S FRANCISCO", "city": "Chicago", "state": "Illinois", "anov numbe": "P003764992", "violation": "9-52-080 Headlamps", "age": "42", "latitude": 41.866913, "longitude": -87.698397, "coords": "41.866913, -87.698397", "geocoded_a": "1150 S Francisco Ave", "query": "1150 S FRANCISCO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.698397, 41.866913 ] } },
{ "type": "Feature", "properties": { "date": "8-Jul-14", "address": "2150 E 70TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004538725", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.768087, "longitude": -87.572597, "coords": "41.768087, -87.572597", "geocoded_a": "2150 E 70th St", "query": "2150 E 70TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.572597, 41.768087 ] } },
{ "type": "Feature", "properties": { "date": "8-Jul-14", "address": "2150 E 71ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004539480", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.766334, "longitude": -87.572298, "coords": "41.766334, -87.572298", "geocoded_a": "2150 E 71st St", "query": "2150 E 71ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.572298, 41.766334 ] } },
{ "type": "Feature", "properties": { "date": "8-Jul-14", "address": "350 S SPRINGFIELD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004467318", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "40", "latitude": 41.875657, "longitude": -87.72308, "coords": "41.875657, -87.723080", "geocoded_a": "350 S Springfield Ave", "query": "350 S SPRINGFIELD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.72308, 41.875657 ] } },
{ "type": "Feature", "properties": { "date": "8-Jul-14", "address": "4550 N MALDEN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004524664", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.964992, "longitude": -87.662358, "coords": "41.964992, -87.662358", "geocoded_a": "4550 N Malden St", "query": "4550 N MALDEN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.662358, 41.964992 ] } },
{ "type": "Feature", "properties": { "date": "8-Jul-14", "address": "5850 S WESTERN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004317519", "violation": "9-52-080 Headlamps", "age": "26", "latitude": 41.786931, "longitude": -87.683896, "coords": "41.786931, -87.683896", "geocoded_a": "5850 S Western Ave", "query": "5850 S WESTERN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.683896, 41.786931 ] } },
{ "type": "Feature", "properties": { "date": "8-Jul-14", "address": "650 E 47TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004515850", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "37", "latitude": 41.809555, "longitude": -87.609569, "coords": "41.809555, -87.609569", "geocoded_a": "650 E 47th St", "query": "650 E 47TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.609569, 41.809555 ] } },
{ "type": "Feature", "properties": { "date": "8-Jul-14", "address": "7150 S STONY ISLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004574662", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.764458, "longitude": -87.586336, "coords": "41.764458, -87.586336", "geocoded_a": "7150 S Stony Island Ave", "query": "7150 S STONY ISLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.586336, 41.764458 ] } },
{ "type": "Feature", "properties": { "date": "8-Jul-14", "address": "7250 S PHILLIPS", "city": "Chicago", "state": "Illinois", "anov numbe": "P004575171", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.763258, "longitude": -87.565239, "coords": "41.763258, -87.565239", "geocoded_a": "7250 S Phillips Ave", "query": "7250 S PHILLIPS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.565239, 41.763258 ] } },
{ "type": "Feature", "properties": { "date": "8-Jul-14", "address": "7350 S EXCHANGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004575172", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.76145, "longitude": -87.562454, "coords": "41.761450, -87.562454", "geocoded_a": "7350 S Exchange Ave", "query": "7350 S EXCHANGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.562454, 41.76145 ] } },
{ "type": "Feature", "properties": { "date": "8-Jul-14", "address": "7450 S YATES", "city": "Chicago", "state": "Illinois", "anov numbe": "P004574664", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "57", "latitude": 41.759864, "longitude": -87.566432, "coords": "41.759864, -87.566432", "geocoded_a": "7450 S Yates Blvd", "query": "7450 S YATES, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.566432, 41.759864 ] } },
{ "type": "Feature", "properties": { "date": "8-Jul-14", "address": "950 E 83RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004471469", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.744103, "longitude": -87.600598, "coords": "41.744103, -87.600598", "geocoded_a": "950 E 83rd St", "query": "950 E 83RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.600598, 41.744103 ] } },
{ "type": "Feature", "properties": { "date": "9-Jul-14", "address": "1050 N RIDGEWAY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004488623", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "46", "latitude": 41.900551, "longitude": -87.72017, "coords": "41.900551, -87.720170", "geocoded_a": "1050 N Ridgeway Ave", "query": "1050 N RIDGEWAY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.72017, 41.900551 ] } },
{ "type": "Feature", "properties": { "date": "9-Jul-14", "address": "1350 S KARLOV", "city": "Chicago", "state": "Illinois", "anov numbe": "P004354567", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "47", "latitude": 41.862815, "longitude": -87.727527, "coords": "41.862815, -87.727527", "geocoded_a": "1350 S Karlov Ave", "query": "1350 S KARLOV, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.727527, 41.862815 ] } },
{ "type": "Feature", "properties": { "date": "9-Jul-14", "address": "1350 S KARLOV", "city": "Chicago", "state": "Illinois", "anov numbe": "P004354568", "violation": "9-52-040 Yielding right-of-way.", "age": "47", "latitude": 41.862815, "longitude": -87.727527, "coords": "41.862815, -87.727527", "geocoded_a": "1350 S Karlov Ave", "query": "1350 S KARLOV, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.727527, 41.862815 ] } },
{ "type": "Feature", "properties": { "date": "9-Jul-14", "address": "1350 S KARLOV", "city": "Chicago", "state": "Illinois", "anov numbe": "P004354569", "violation": "9-52-080 Headlamps", "age": "47", "latitude": 41.862815, "longitude": -87.727527, "coords": "41.862815, -87.727527", "geocoded_a": "1350 S Karlov Ave", "query": "1350 S KARLOV, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.727527, 41.862815 ] } },
{ "type": "Feature", "properties": { "date": "9-Jul-14", "address": "1450 S CALIFORNIA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356408", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "29", "latitude": 41.862, "longitude": -87.695829, "coords": "41.862000, -87.695829", "geocoded_a": "1450 S California Ave", "query": "1450 S CALIFORNIA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.695829, 41.862 ] } },
{ "type": "Feature", "properties": { "date": "9-Jul-14", "address": "1650 E 79TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004533230", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "43", "latitude": 41.751557, "longitude": -87.583481, "coords": "41.751557, -87.583481", "geocoded_a": "1650 E 79th St", "query": "1650 E 79TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.583481, 41.751557 ] } },
{ "type": "Feature", "properties": { "date": "9-Jul-14", "address": "1650 W 59TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004271245", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.786794, "longitude": -87.666054, "coords": "41.786794, -87.666054", "geocoded_a": "1650 W 59th St", "query": "1650 W 59TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.666054, 41.786794 ] } },
{ "type": "Feature", "properties": { "date": "9-Jul-14", "address": "2350 W DEVON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004558182", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "62", "latitude": 41.997819, "longitude": -87.689484, "coords": "41.997819, -87.689484", "geocoded_a": "2350 W Devon Ave", "query": "2350 W DEVON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.689484, 41.997819 ] } },
{ "type": "Feature", "properties": { "date": "9-Jul-14", "address": "2450 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004516121", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.779301, "longitude": -87.685678, "coords": "41.779301, -87.685678", "geocoded_a": "2450 W 63rd St", "query": "2450 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.685678, 41.779301 ] } },
{ "type": "Feature", "properties": { "date": "9-Jul-14", "address": "2450 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004547065", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.779301, "longitude": -87.685678, "coords": "41.779301, -87.685678", "geocoded_a": "2450 W 63rd St", "query": "2450 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.685678, 41.779301 ] } },
{ "type": "Feature", "properties": { "date": "9-Jul-14", "address": "3850 W 16TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356681", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "46", "latitude": 41.858965, "longitude": -87.721673, "coords": "41.858965, -87.721673", "geocoded_a": "3850 W 16th St", "query": "3850 W 16TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.721673, 41.858965 ] } },
{ "type": "Feature", "properties": { "date": "9-Jul-14", "address": "5150 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004484360", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.894971, "longitude": -87.755251, "coords": "41.894971, -87.755251", "geocoded_a": "5150 W Chicago Ave", "query": "5150 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.755251, 41.894971 ] } },
{ "type": "Feature", "properties": { "date": "9-Jul-14", "address": "5650 S WOLCOTT", "city": "Chicago", "state": "Illinois", "anov numbe": "P004433080", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.790918, "longitude": -87.671824, "coords": "41.790918, -87.671824", "geocoded_a": "5650 S Wolcott Ave", "query": "5650 S WOLCOTT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.671824, 41.790918 ] } },
{ "type": "Feature", "properties": { "date": "9-Jul-14", "address": "550 E 79TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004495649", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.75124, "longitude": -87.610929, "coords": "41.751240, -87.610929", "geocoded_a": "550 E 79th St", "query": "550 E 79TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.610929, 41.75124 ] } },
{ "type": "Feature", "properties": { "date": "9-Jul-14", "address": "6350 N RIDGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004558181", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "50", "latitude": 41.996847, "longitude": -87.676391, "coords": "41.996847, -87.676391", "geocoded_a": "6350 N Ridge Blvd", "query": "6350 N RIDGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.676391, 41.996847 ] } },
{ "type": "Feature", "properties": { "date": "9-Jul-14", "address": "650 E 35TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004496312", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.831298, "longitude": -87.609802, "coords": "41.831298, -87.609802", "geocoded_a": "650 E 35th St", "query": "650 E 35TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.609802, 41.831298 ] } },
{ "type": "Feature", "properties": { "date": "9-Jul-14", "address": "7950 S COTTAGE GROVE ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004177769", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.750232, "longitude": -87.605269, "coords": "41.750232, -87.605269", "geocoded_a": "7950 S Cottage Grove Ave", "query": "7950 S COTTAGE GROVE ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.605269, 41.750232 ] } },
{ "type": "Feature", "properties": { "date": "9-Jul-14", "address": "750 E 111TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004346577", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "56", "latitude": 41.692892, "longitude": -87.605046, "coords": "41.692892, -87.605046", "geocoded_a": "750 E 111th St", "query": "750 E 111TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.605046, 41.692892 ] } },
{ "type": "Feature", "properties": { "date": "9-Jul-14", "address": "8050 S COLFAX", "city": "Chicago", "state": "Illinois", "anov numbe": "P004510157", "violation": "9-52-060 Carrying articles on bicycles.", "age": "19", "latitude": 41.748696, "longitude": -87.56135, "coords": "41.748696, -87.561350", "geocoded_a": "8050 S Colfax Ave", "query": "8050 S COLFAX, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.56135, 41.748696 ] } },
{ "type": "Feature", "properties": { "date": "9-Jul-14", "address": "850 E 79TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004495648", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "33", "latitude": 41.75137, "longitude": -87.603585, "coords": "41.751370, -87.603585", "geocoded_a": "850 E 79th St", "query": "850 E 79TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.603585, 41.75137 ] } },
{ "type": "Feature", "properties": { "date": "9-Jul-14", "address": "850 E 81ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004495668", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "52", "latitude": 41.747701, "longitude": -87.603482, "coords": "41.747701, -87.603482", "geocoded_a": "850 E 81st St", "query": "850 E 81ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.603482, 41.747701 ] } },
{ "type": "Feature", "properties": { "date": "9-Jul-14", "address": "50 N LARAMIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004465331", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.881524, "longitude": -87.755158, "coords": "41.881524, -87.755158", "geocoded_a": "50 N Laramie Ave", "query": "50 N LARAMIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.755158, 41.881524 ] } },
{ "type": "Feature", "properties": { "date": "9-Jul-14", "address": "50 N LARAMIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004532048", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "55", "latitude": 41.881524, "longitude": -87.755158, "coords": "41.881524, -87.755158", "geocoded_a": "50 N Laramie Ave", "query": "50 N LARAMIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.755158, 41.881524 ] } },
{ "type": "Feature", "properties": { "date": "10-Jul-14", "address": "1350 S KARLOV", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356409", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "56", "latitude": 41.862815, "longitude": -87.727527, "coords": "41.862815, -87.727527", "geocoded_a": "1350 S Karlov Ave", "query": "1350 S KARLOV, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.727527, 41.862815 ] } },
{ "type": "Feature", "properties": { "date": "10-Jul-14", "address": "1750 W HOWARD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004483304", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "29", "latitude": 42.019456, "longitude": -87.672964, "coords": "42.019456, -87.672964", "geocoded_a": "1750 W Howard St", "query": "1750 W HOWARD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.672964, 42.019456 ] } },
{ "type": "Feature", "properties": { "date": "10-Jul-14", "address": "2050 E 79TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004495669", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.751718, "longitude": -87.574357, "coords": "41.751718, -87.574357", "geocoded_a": "2050 E 79th St", "query": "2050 E 79TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.574357, 41.751718 ] } },
{ "type": "Feature", "properties": { "date": "10-Jul-14", "address": "2150 W LAWRENCE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004434977", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "47", "latitude": 41.968719, "longitude": -87.683561, "coords": "41.968719, -87.683561", "geocoded_a": "2150 W Lawrence Ave", "query": "2150 W LAWRENCE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.683561, 41.968719 ] } },
{ "type": "Feature", "properties": { "date": "10-Jul-14", "address": "2250 E 76TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004510158", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.75721, "longitude": -87.569644, "coords": "41.757210, -87.569644", "geocoded_a": "2250 E 76th St", "query": "2250 E 76TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.569644, 41.75721 ] } },
{ "type": "Feature", "properties": { "date": "10-Jul-14", "address": "2550 S CENTRAL PARK", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356057", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.845257, "longitude": -87.714839, "coords": "41.845257, -87.714839", "geocoded_a": "2550 S Central Park Ave", "query": "2550 S CENTRAL PARK, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.714839, 41.845257 ] } },
{ "type": "Feature", "properties": { "date": "10-Jul-14", "address": "2650 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P003924388", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "47", "latitude": 41.779177, "longitude": -87.690473, "coords": "41.779177, -87.690473", "geocoded_a": "2650 W 63rd St", "query": "2650 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.690473, 41.779177 ] } },
{ "type": "Feature", "properties": { "date": "10-Jul-14", "address": "2950 W 25TH PL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004354402", "violation": "9-52-010 Rights and duties.", "age": "18", "latitude": 41.845557, "longitude": -87.69972, "coords": "41.845557, -87.699720", "geocoded_a": "2950 W 25th Pl", "query": "2950 W 25TH PL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.69972, 41.845557 ] } },
{ "type": "Feature", "properties": { "date": "10-Jul-14", "address": "250 S PULASKI RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004475520", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "54", "latitude": 41.877487, "longitude": -87.725604, "coords": "41.877487, -87.725604", "geocoded_a": "250 S Pulaski Rd", "query": "250 S PULASKI RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.725604, 41.877487 ] } },
{ "type": "Feature", "properties": { "date": "10-Jul-14", "address": "3450 W ROOSEVELT", "city": "Chicago", "state": "Illinois", "anov numbe": "P004355273", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.86635, "longitude": -87.712532, "coords": "41.866350, -87.712532", "geocoded_a": "3450 W Roosevelt Rd", "query": "3450 W ROOSEVELT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.712532, 41.86635 ] } },
{ "type": "Feature", "properties": { "date": "10-Jul-14", "address": "3550 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004475314", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "33", "latitude": 41.880938, "longitude": -87.714763, "coords": "41.880938, -87.714763", "geocoded_a": "3550 W Madison St", "query": "3550 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.714763, 41.880938 ] } },
{ "type": "Feature", "properties": { "date": "10-Jul-14", "address": "3550 W MADISON ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004475519", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "47", "latitude": 41.880938, "longitude": -87.714763, "coords": "41.880938, -87.714763", "geocoded_a": "3550 W Madison St", "query": "3550 W MADISON ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.714763, 41.880938 ] } },
{ "type": "Feature", "properties": { "date": "10-Jul-14", "address": "3750 W ROOSEVELT", "city": "Chicago", "state": "Illinois", "anov numbe": "P004355274", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "33", "latitude": 41.866331, "longitude": -87.719013, "coords": "41.866331, -87.719013", "geocoded_a": "3750 W Roosevelt Rd", "query": "3750 W ROOSEVELT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.719013, 41.866331 ] } },
{ "type": "Feature", "properties": { "date": "10-Jul-14", "address": "4050 W JACKSON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004475313", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "53", "latitude": 41.877139, "longitude": -87.726786, "coords": "41.877139, -87.726786", "geocoded_a": "4050 W Jackson Blvd", "query": "4050 W JACKSON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.726786, 41.877139 ] } },
{ "type": "Feature", "properties": { "date": "10-Jul-14", "address": "4150 W JACKSON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004475312", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.877067, "longitude": -87.730023, "coords": "41.877067, -87.730023", "geocoded_a": "4150 W Jackson Blvd", "query": "4150 W JACKSON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.730023, 41.877067 ] } },
{ "type": "Feature", "properties": { "date": "10-Jul-14", "address": "5150 W MADISON ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004405565", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.880463, "longitude": -87.754102, "coords": "41.880463, -87.754102", "geocoded_a": "5150 W Madison St", "query": "5150 W MADISON ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.754102, 41.880463 ] } },
{ "type": "Feature", "properties": { "date": "10-Jul-14", "address": "5350 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004175976", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.894959, "longitude": -87.760012, "coords": "41.894959, -87.760012", "geocoded_a": "5350 W Chicago Ave", "query": "5350 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.760012, 41.894959 ] } },
{ "type": "Feature", "properties": { "date": "10-Jul-14", "address": "5350 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004182043", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "55", "latitude": 41.894959, "longitude": -87.760012, "coords": "41.894959, -87.760012", "geocoded_a": "5350 W Chicago Ave", "query": "5350 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.760012, 41.894959 ] } },
{ "type": "Feature", "properties": { "date": "10-Jul-14", "address": "6350 S ARTESIAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004547066", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.777692, "longitude": -87.68486, "coords": "41.777692, -87.684860", "geocoded_a": "6350 S Artesian Ave", "query": "6350 S ARTESIAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.68486, 41.777692 ] } },
{ "type": "Feature", "properties": { "date": "10-Jul-14", "address": "6750 N CLARK", "city": "Chicago", "state": "Illinois", "anov numbe": "P004568659", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "33", "latitude": 42.004945, "longitude": -87.673014, "coords": "42.004945, -87.673014", "geocoded_a": "6750 N Clark St", "query": "6750 N CLARK, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.673014, 42.004945 ] } },
{ "type": "Feature", "properties": { "date": "11-Jul-14", "address": "12050 S LAFAYETTE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004533390", "violation": "9-52-010 Rights and duties.", "age": "23", "latitude": 41.675303, "longitude": -87.623825, "coords": "41.675303, -87.623825", "geocoded_a": "12050 S Lafayette Ave", "query": "12050 S LAFAYETTE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.623825, 41.675303 ] } },
{ "type": "Feature", "properties": { "date": "11-Jul-14", "address": "1250 S AVERS", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356410", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.864668, "longitude": -87.721488, "coords": "41.864668, -87.721488", "geocoded_a": "1250 S Avers Ave", "query": "1250 S AVERS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.721488, 41.864668 ] } },
{ "type": "Feature", "properties": { "date": "11-Jul-14", "address": "1950 E 73RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004546647", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.762526, "longitude": -87.577244, "coords": "41.762526, -87.577244", "geocoded_a": "1950 E 73rd St", "query": "1950 E 73RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.577244, 41.762526 ] } },
{ "type": "Feature", "properties": { "date": "11-Jul-14", "address": "1950 N CENTRAL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004274377", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "41", "latitude": 41.914761, "longitude": -87.765723, "coords": "41.914761, -87.765723", "geocoded_a": "1950 N Central Ave", "query": "1950 N CENTRAL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.765723, 41.914761 ] } },
{ "type": "Feature", "properties": { "date": "11-Jul-14", "address": "3050 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P003921436", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.779083, "longitude": -87.700335, "coords": "41.779083, -87.700335", "geocoded_a": "3050 W 63rd St", "query": "3050 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.700335, 41.779083 ] } },
{ "type": "Feature", "properties": { "date": "11-Jul-14", "address": "3350 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004469431", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.881004, "longitude": -87.709756, "coords": "41.881004, -87.709756", "geocoded_a": "3350 W Madison St", "query": "3350 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.709756, 41.881004 ] } },
{ "type": "Feature", "properties": { "date": "11-Jul-14", "address": "3450 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004475317", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.880975, "longitude": -87.712256, "coords": "41.880975, -87.712256", "geocoded_a": "3450 W Madison St", "query": "3450 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.712256, 41.880975 ] } },
{ "type": "Feature", "properties": { "date": "11-Jul-14", "address": "3950 W 26TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004257887", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "42", "latitude": 41.844352, "longitude": -87.723985, "coords": "41.844352, -87.723985", "geocoded_a": "3950 W 26th St", "query": "3950 W 26TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.723985, 41.844352 ] } },
{ "type": "Feature", "properties": { "date": "11-Jul-14", "address": "4050 N BROADWAY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004562618", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.95586, "longitude": -87.651439, "coords": "41.955860, -87.651439", "geocoded_a": "4050 N Broadway", "query": "4050 N BROADWAY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.651439, 41.95586 ] } },
{ "type": "Feature", "properties": { "date": "11-Jul-14", "address": "4050 W FIFTH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004475315", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "43", "latitude": 41.872526, "longitude": -87.72721, "coords": "41.872526, -87.727210", "geocoded_a": "4050 W 5th Ave", "query": "4050 W FIFTH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.72721, 41.872526 ] } },
{ "type": "Feature", "properties": { "date": "11-Jul-14", "address": "4250 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004475412", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.895341, "longitude": -87.732575, "coords": "41.895341, -87.732575", "geocoded_a": "4250 W Chicago Ave", "query": "4250 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.732575, 41.895341 ] } },
{ "type": "Feature", "properties": { "date": "11-Jul-14", "address": "4250 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004475521", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "49", "latitude": 41.880677, "longitude": -87.732692, "coords": "41.880677, -87.732692", "geocoded_a": "4250 W Madison St", "query": "4250 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.732692, 41.880677 ] } },
{ "type": "Feature", "properties": { "date": "11-Jul-14", "address": "4250 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004484504", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "54", "latitude": 41.880677, "longitude": -87.732692, "coords": "41.880677, -87.732692", "geocoded_a": "4250 W Madison St", "query": "4250 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.732692, 41.880677 ] } },
{ "type": "Feature", "properties": { "date": "11-Jul-14", "address": "4550 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004475522", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "64", "latitude": 41.880644, "longitude": -87.739021, "coords": "41.880644, -87.739021", "geocoded_a": "4550 W Madison St", "query": "4550 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.739021, 41.880644 ] } },
{ "type": "Feature", "properties": { "date": "11-Jul-14", "address": "450 E 103RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004533097", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "46", "latitude": 41.707424, "longitude": -87.611905, "coords": "41.707424, -87.611905", "geocoded_a": "450 E 103rd St", "query": "450 E 103RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.611905, 41.707424 ] } },
{ "type": "Feature", "properties": { "date": "11-Jul-14", "address": "6250 W GRAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004270533", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.921847, "longitude": -87.782488, "coords": "41.921847, -87.782488", "geocoded_a": "6250 W Grand Ave", "query": "6250 W GRAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.782488, 41.921847 ] } },
{ "type": "Feature", "properties": { "date": "11-Jul-14", "address": "850 S CICERO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004475316", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "49", "latitude": 41.869792, "longitude": -87.744928, "coords": "41.869792, -87.744928", "geocoded_a": "850 S Cicero Ave", "query": "850 S CICERO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.744928, 41.869792 ] } },
{ "type": "Feature", "properties": { "date": "12-Jul-14", "address": "11150 S MICHIGAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004173185", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.691133, "longitude": -87.621059, "coords": "41.691133, -87.621059", "geocoded_a": "11150 S Michigan Ave", "query": "11150 S MICHIGAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.621059, 41.691133 ] } },
{ "type": "Feature", "properties": { "date": "12-Jul-14", "address": "1150 N PULASKI RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004451109", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "29", "latitude": 41.902333, "longitude": -87.7263, "coords": "41.902333, -87.726300", "geocoded_a": "1150 N Pulaski Rd", "query": "1150 N PULASKI RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.7263, 41.902333 ] } },
{ "type": "Feature", "properties": { "date": "12-Jul-14", "address": "1350 S CENTRAL PARK", "city": "Chicago", "state": "Illinois", "anov numbe": "P004351792", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "27", "latitude": 41.863275, "longitude": -87.715377, "coords": "41.863275, -87.715377", "geocoded_a": "1350 S Central Park Ave", "query": "1350 S CENTRAL PARK, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.715377, 41.863275 ] } },
{ "type": "Feature", "properties": { "date": "12-Jul-14", "address": "1450 E 71ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004575178", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "50", "latitude": 41.766205, "longitude": -87.589125, "coords": "41.766205, -87.589125", "geocoded_a": "1450 E 71st St", "query": "1450 E 71ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.589125, 41.766205 ] } },
{ "type": "Feature", "properties": { "date": "12-Jul-14", "address": "1550 S CHRISTIANA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356930", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.859368, "longitude": -87.70915, "coords": "41.859368, -87.709150", "geocoded_a": "1550 S Christiana Ave", "query": "1550 S CHRISTIANA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.70915, 41.859368 ] } },
{ "type": "Feature", "properties": { "date": "12-Jul-14", "address": "1850 E 71ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004575175", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "55", "latitude": 41.766246, "longitude": -87.580582, "coords": "41.766246, -87.580582", "geocoded_a": "1850 E 71st St", "query": "1850 E 71ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.580582, 41.766246 ] } },
{ "type": "Feature", "properties": { "date": "12-Jul-14", "address": "1850 E 71ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004575176", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "59", "latitude": 41.766246, "longitude": -87.580582, "coords": "41.766246, -87.580582", "geocoded_a": "1850 E 71st St", "query": "1850 E 71ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.580582, 41.766246 ] } },
{ "type": "Feature", "properties": { "date": "12-Jul-14", "address": "1850 E 71ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004575177", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "47", "latitude": 41.766246, "longitude": -87.580582, "coords": "41.766246, -87.580582", "geocoded_a": "1850 E 71st St", "query": "1850 E 71ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.580582, 41.766246 ] } },
{ "type": "Feature", "properties": { "date": "12-Jul-14", "address": "150 S LARAMIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004484509", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.878692, "longitude": -87.755053, "coords": "41.878692, -87.755053", "geocoded_a": "150 S Laramie Ave", "query": "150 S LARAMIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.755053, 41.878692 ] } },
{ "type": "Feature", "properties": { "date": "12-Jul-14", "address": "150 S LARAMIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004484510", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.878692, "longitude": -87.755053, "coords": "41.878692, -87.755053", "geocoded_a": "150 S Laramie Ave", "query": "150 S LARAMIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.755053, 41.878692 ] } },
{ "type": "Feature", "properties": { "date": "12-Jul-14", "address": "2850 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P003921437", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "29", "latitude": 41.779114, "longitude": -87.695341, "coords": "41.779114, -87.695341", "geocoded_a": "2850 W 63rd St", "query": "2850 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.695341, 41.779114 ] } },
{ "type": "Feature", "properties": { "date": "12-Jul-14", "address": "3150 W ROOSEVELT", "city": "Chicago", "state": "Illinois", "anov numbe": "P004406291", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.86644, "longitude": -87.705242, "coords": "41.866440, -87.705242", "geocoded_a": "3150 W Roosevelt Rd", "query": "3150 W ROOSEVELT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.705242, 41.86644 ] } },
{ "type": "Feature", "properties": { "date": "12-Jul-14", "address": "3450 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004475321", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "42", "latitude": 41.895533, "longitude": -87.713581, "coords": "41.895533, -87.713581", "geocoded_a": "3450 W Chicago Ave", "query": "3450 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.713581, 41.895533 ] } },
{ "type": "Feature", "properties": { "date": "12-Jul-14", "address": "3450 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004475524", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.895533, "longitude": -87.713581, "coords": "41.895533, -87.713581", "geocoded_a": "3450 W Chicago Ave", "query": "3450 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.713581, 41.895533 ] } },
{ "type": "Feature", "properties": { "date": "12-Jul-14", "address": "3450 W DOUGLAS", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356458", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.862972, "longitude": -87.71171, "coords": "41.862972, -87.711710", "geocoded_a": "3450 W Douglas Blvd", "query": "3450 W DOUGLAS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.71171, 41.862972 ] } },
{ "type": "Feature", "properties": { "date": "12-Jul-14", "address": "3550 W OGDEN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004357201", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.854893, "longitude": -87.714519, "coords": "41.854893, -87.714519", "geocoded_a": "3550 W Ogden Ave", "query": "3550 W OGDEN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.714519, 41.854893 ] } },
{ "type": "Feature", "properties": { "date": "12-Jul-14", "address": "4250 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004475319", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.880677, "longitude": -87.732692, "coords": "41.880677, -87.732692", "geocoded_a": "4250 W Madison St", "query": "4250 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.732692, 41.880677 ] } },
{ "type": "Feature", "properties": { "date": "12-Jul-14", "address": "4850 W AUGUSTA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004483927", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "47", "latitude": 41.898727, "longitude": -87.747468, "coords": "41.898727, -87.747468", "geocoded_a": "4850 W Augusta Blvd", "query": "4850 W AUGUSTA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.747468, 41.898727 ] } },
{ "type": "Feature", "properties": { "date": "12-Jul-14", "address": "4950 W RICE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004405520", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "44", "latitude": 41.895927, "longitude": -87.750323, "coords": "41.895927, -87.750323", "geocoded_a": "4950 W Rice St", "query": "4950 W RICE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.750323, 41.895927 ] } },
{ "type": "Feature", "properties": { "date": "12-Jul-14", "address": "6150 S ASHLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004495672", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "47", "latitude": 41.781617, "longitude": -87.66432, "coords": "41.781617, -87.664320", "geocoded_a": "6150 S Ashland Ave", "query": "6150 S ASHLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.66432, 41.781617 ] } },
{ "type": "Feature", "properties": { "date": "12-Jul-14", "address": "6950 S PAXTON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004547329", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "52", "latitude": 41.768913, "longitude": -87.571521, "coords": "41.768913, -87.571521", "geocoded_a": "6950 S Paxton Ave", "query": "6950 S PAXTON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.571521, 41.768913 ] } },
{ "type": "Feature", "properties": { "date": "12-Jul-14", "address": "7150 S DANTE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004574666", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "29", "latitude": 41.766184, "longitude": -87.589489, "coords": "41.766184, -87.589489", "geocoded_a": "7150 S Dante Ave", "query": "7150 S DANTE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.589489, 41.766184 ] } },
{ "type": "Feature", "properties": { "date": "12-Jul-14", "address": "750 N HOMAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004488852", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "53", "latitude": 41.895122, "longitude": -87.711438, "coords": "41.895122, -87.711438", "geocoded_a": "750 N Homan Ave", "query": "750 N HOMAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.711438, 41.895122 ] } },
{ "type": "Feature", "properties": { "date": "12-Jul-14", "address": "950 S PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004475261", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "30", "latitude": 41.869441, "longitude": -87.725347, "coords": "41.869441, -87.725347", "geocoded_a": "950 S Pulaski Rd", "query": "950 S PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.725347, 41.869441 ] } },
{ "type": "Feature", "properties": { "date": "12-Jul-14", "address": "50 N KILDARE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004475320", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "54", "latitude": 41.881241, "longitude": -87.733093, "coords": "41.881241, -87.733093", "geocoded_a": "50 N Kildare Ave", "query": "50 N KILDARE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.733093, 41.881241 ] } },
{ "type": "Feature", "properties": { "date": "13-Jul-14", "address": "1250 S SACRAMENTO DR", "city": "Chicago", "state": "Illinois", "anov numbe": "P004355552", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "53", "latitude": 41.86521, "longitude": -87.702137, "coords": "41.865210, -87.702137", "geocoded_a": "1250 S Sacramento Dr", "query": "1250 S SACRAMENTO DR, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.702137, 41.86521 ] } },
{ "type": "Feature", "properties": { "date": "13-Jul-14", "address": "1450 E 71ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004575180", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.766205, "longitude": -87.589125, "coords": "41.766205, -87.589125", "geocoded_a": "1450 E 71st St", "query": "1450 E 71ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.589125, 41.766205 ] } },
{ "type": "Feature", "properties": { "date": "13-Jul-14", "address": "1450 N DAMEN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004376352", "violation": "9-52-010 Rights and duties.", "age": "32", "latitude": 41.907649, "longitude": -87.677432, "coords": "41.907649, -87.677432", "geocoded_a": "1450 N Damen Ave", "query": "1450 N DAMEN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.677432, 41.907649 ] } },
{ "type": "Feature", "properties": { "date": "13-Jul-14", "address": "2750 E 75TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004575108", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.758514, "longitude": -87.558288, "coords": "41.758514, -87.558288", "geocoded_a": "2750 E 75th Pl", "query": "2750 E 75TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.558288, 41.758514 ] } },
{ "type": "Feature", "properties": { "date": "13-Jul-14", "address": "2750 E 75TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004575107", "violation": "9-52-040 Yielding right-of-way.", "age": "19", "latitude": 41.76068, "longitude": -87.557151, "coords": "41.760680, -87.557151", "geocoded_a": "2750 E 75th St", "query": "2750 E 75TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.557151, 41.76068 ] } },
{ "type": "Feature", "properties": { "date": "13-Jul-14", "address": "2750 E 75TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004539382", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.76068, "longitude": -87.557151, "coords": "41.760680, -87.557151", "geocoded_a": "2750 E 75th St", "query": "2750 E 75TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.557151, 41.76068 ] } },
{ "type": "Feature", "properties": { "date": "13-Jul-14", "address": "250 W 103RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004533099", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "52", "latitude": 41.707165, "longitude": -87.629888, "coords": "41.707165, -87.629888", "geocoded_a": "250 W 103rd St", "query": "250 W 103RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.629888, 41.707165 ] } },
{ "type": "Feature", "properties": { "date": "13-Jul-14", "address": "3950 W GRENSHAW", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508627", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.867101, "longitude": -87.724871, "coords": "41.867101, -87.724871", "geocoded_a": "3950 W Grenshaw St", "query": "3950 W GRENSHAW, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.724871, 41.867101 ] } },
{ "type": "Feature", "properties": { "date": "13-Jul-14", "address": "4050 W MADISON ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508626", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "41", "latitude": 41.880782, "longitude": -87.72719, "coords": "41.880782, -87.727190", "geocoded_a": "4050 W Madison St", "query": "4050 W MADISON ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.72719, 41.880782 ] } },
{ "type": "Feature", "properties": { "date": "13-Jul-14", "address": "4850 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004484513", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "52", "latitude": 41.895051, "longitude": -87.747707, "coords": "41.895051, -87.747707", "geocoded_a": "4850 W Chicago Ave", "query": "4850 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.747707, 41.895051 ] } },
{ "type": "Feature", "properties": { "date": "13-Jul-14", "address": "5650 W FULLERTON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004484511", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "30", "latitude": 41.923979, "longitude": -87.767782, "coords": "41.923979, -87.767782", "geocoded_a": "5650 W Fullerton Ave", "query": "5650 W FULLERTON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.767782, 41.923979 ] } },
{ "type": "Feature", "properties": { "date": "13-Jul-14", "address": "5650 W FULLERTON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004484512", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.923979, "longitude": -87.767782, "coords": "41.923979, -87.767782", "geocoded_a": "5650 W Fullerton Ave", "query": "5650 W FULLERTON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.767782, 41.923979 ] } },
{ "type": "Feature", "properties": { "date": "13-Jul-14", "address": "7050 S JEFFERY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004501054", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.766583, "longitude": -87.576365, "coords": "41.766583, -87.576365", "geocoded_a": "7050 S Jeffery Blvd", "query": "7050 S JEFFERY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.576365, 41.766583 ] } },
{ "type": "Feature", "properties": { "date": "13-Jul-14", "address": "7050 S JEFFERY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004501028", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.766583, "longitude": -87.576365, "coords": "41.766583, -87.576365", "geocoded_a": "7050 S Jeffery Blvd", "query": "7050 S JEFFERY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.576365, 41.766583 ] } },
{ "type": "Feature", "properties": { "date": "13-Jul-14", "address": "750 E 130TGH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004348855", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.659213, "longitude": -87.605581, "coords": "41.659213, -87.605581", "geocoded_a": "750 E 130th St", "query": "750 E 130TGH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.605581, 41.659213 ] } },
{ "type": "Feature", "properties": { "date": "13-Jul-14", "address": "750 S LANGLEY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004575467", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.823215, "longitude": -87.609795, "coords": "41.823215, -87.609795", "geocoded_a": "S Langley Ave", "query": "750 S LANGLEY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.609795, 41.823215 ] } },
{ "type": "Feature", "properties": { "date": "13-Jul-14", "address": "50 S PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004475322", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "55", "latitude": 41.880012, "longitude": -87.725685, "coords": "41.880012, -87.725685", "geocoded_a": "50 S Pulaski Rd", "query": "50 S PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.725685, 41.880012 ] } },
{ "type": "Feature", "properties": { "date": "14-Jul-14", "address": "1550 S MILLARD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356684", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "37", "latitude": 41.85947, "longitude": -87.716488, "coords": "41.859470, -87.716488", "geocoded_a": "1550 S Millard Ave", "query": "1550 S MILLARD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.716488, 41.85947 ] } },
{ "type": "Feature", "properties": { "date": "14-Jul-14", "address": "2450 N MILWAUKEE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004376265", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.925763, "longitude": -87.702077, "coords": "41.925763, -87.702077", "geocoded_a": "2450 N Milwaukee Ave", "query": "2450 N MILWAUKEE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.702077, 41.925763 ] } },
{ "type": "Feature", "properties": { "date": "14-Jul-14", "address": "2450 S CENTRAL PARK", "city": "Chicago", "state": "Illinois", "anov numbe": "P004357826", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "32", "latitude": 41.846515, "longitude": -87.714859, "coords": "41.846515, -87.714859", "geocoded_a": "2450 S Central Park Ave", "query": "2450 S CENTRAL PARK, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.714859, 41.846515 ] } },
{ "type": "Feature", "properties": { "date": "14-Jul-14", "address": "4550 W WARREN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004517253", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.882084, "longitude": -87.686543, "coords": "41.882084, -87.686543", "geocoded_a": "W Warren Blvd", "query": "4550 W WARREN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.686543, 41.882084 ] } },
{ "type": "Feature", "properties": { "date": "14-Jul-14", "address": "5650 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004404465", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "54", "latitude": 41.894902, "longitude": -87.766986, "coords": "41.894902, -87.766986", "geocoded_a": "5650 W Chicago Ave", "query": "5650 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.766986, 41.894902 ] } },
{ "type": "Feature", "properties": { "date": "14-Jul-14", "address": "5650 W IOWA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004182044", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.896728, "longitude": -87.767018, "coords": "41.896728, -87.767018", "geocoded_a": "5650 W Iowa St", "query": "5650 W IOWA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.767018, 41.896728 ] } },
{ "type": "Feature", "properties": { "date": "14-Jul-14", "address": "6350 S ARTESIAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004515565", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.777692, "longitude": -87.68486, "coords": "41.777692, -87.684860", "geocoded_a": "6350 S Artesian Ave", "query": "6350 S ARTESIAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.68486, 41.777692 ] } },
{ "type": "Feature", "properties": { "date": "14-Jul-14", "address": "750 E 92ND ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004533229", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "42", "latitude": 41.727573, "longitude": -87.605796, "coords": "41.727573, -87.605796", "geocoded_a": "750 E 92nd St", "query": "750 E 92ND ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.605796, 41.727573 ] } },
{ "type": "Feature", "properties": { "date": "14-Jul-14", "address": "9450 S LASALLE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004567100", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "50", "latitude": 41.722232, "longitude": -87.62752, "coords": "41.722232, -87.627520", "geocoded_a": "9450 S LaSalle St", "query": "9450 S LASALLE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.62752, 41.722232 ] } },
{ "type": "Feature", "properties": { "date": "14-Jul-14", "address": "950 N PARKSIDE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004182045", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.898203, "longitude": -87.76674, "coords": "41.898203, -87.766740", "geocoded_a": "950 N Parkside Ave", "query": "950 N PARKSIDE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.76674, 41.898203 ] } },
{ "type": "Feature", "properties": { "date": "15-Jul-14", "address": "11450 S MICHIGAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004172177", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "37", "latitude": 41.68596, "longitude": -87.620873, "coords": "41.685960, -87.620873", "geocoded_a": "11450 S Michigan Ave", "query": "11450 S MICHIGAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.620873, 41.68596 ] } },
{ "type": "Feature", "properties": { "date": "15-Jul-14", "address": "1850 E 79TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004396305", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.751599, "longitude": -87.578901, "coords": "41.751599, -87.578901", "geocoded_a": "1850 E 79th St", "query": "1850 E 79TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.578901, 41.751599 ] } },
{ "type": "Feature", "properties": { "date": "15-Jul-14", "address": "2150 E 71ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004539393", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.766334, "longitude": -87.572298, "coords": "41.766334, -87.572298", "geocoded_a": "2150 E 71st St", "query": "2150 E 71ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.572298, 41.766334 ] } },
{ "type": "Feature", "properties": { "date": "15-Jul-14", "address": "3050 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004317860", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.779083, "longitude": -87.700335, "coords": "41.779083, -87.700335", "geocoded_a": "3050 W 63rd St", "query": "3050 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.700335, 41.779083 ] } },
{ "type": "Feature", "properties": { "date": "15-Jul-14", "address": "3150 W 13TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004355034", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.86466, "longitude": -87.704715, "coords": "41.864660, -87.704715", "geocoded_a": "3150 W 13th St", "query": "3150 W 13TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.704715, 41.86466 ] } },
{ "type": "Feature", "properties": { "date": "15-Jul-14", "address": "550 E 71ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004516123", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.765861, "longitude": -87.611346, "coords": "41.765861, -87.611346", "geocoded_a": "550 E 71st St", "query": "550 E 71ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.611346, 41.765861 ] } },
{ "type": "Feature", "properties": { "date": "15-Jul-14", "address": "7650 N SHERIDAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004558274", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 42.020578, "longitude": -87.666495, "coords": "42.020578, -87.666495", "geocoded_a": "7650 N Sheridan Rd", "query": "7650 N SHERIDAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.666495, 42.020578 ] } },
{ "type": "Feature", "properties": { "date": "15-Jul-14", "address": "7950 S RIDGELAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004335388", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "59", "latitude": 41.750076, "longitude": -87.581708, "coords": "41.750076, -87.581708", "geocoded_a": "7950 S Ridgeland Ave", "query": "7950 S RIDGELAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.581708, 41.750076 ] } },
{ "type": "Feature", "properties": { "date": "16-Jul-14", "address": "1150 N HOMAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004005527", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "42", "latitude": 41.901928, "longitude": -87.711699, "coords": "41.901928, -87.711699", "geocoded_a": "1150 N Homan Ave", "query": "1150 N HOMAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.711699, 41.901928 ] } },
{ "type": "Feature", "properties": { "date": "16-Jul-14", "address": "150 N CICERO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004366123", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.883281, "longitude": -87.745426, "coords": "41.883281, -87.745426", "geocoded_a": "150 N Cicero Ave", "query": "150 N CICERO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.745426, 41.883281 ] } },
{ "type": "Feature", "properties": { "date": "16-Jul-14", "address": "150 W 111TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004346583", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "62", "latitude": 41.692596, "longitude": -87.627161, "coords": "41.692596, -87.627161", "geocoded_a": "150 W 111th St", "query": "150 W 111TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.627161, 41.692596 ] } },
{ "type": "Feature", "properties": { "date": "16-Jul-14", "address": "2250 N KILBOURN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004267912", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.921871, "longitude": -87.738971, "coords": "41.921871, -87.738971", "geocoded_a": "2250 N Kilbourn Ave", "query": "2250 N KILBOURN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.738971, 41.921871 ] } },
{ "type": "Feature", "properties": { "date": "16-Jul-14", "address": "2350 N WESTERN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004376268", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "38", "latitude": 41.924559, "longitude": -87.687682, "coords": "41.924559, -87.687682", "geocoded_a": "2350 N Western Ave", "query": "2350 N WESTERN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.687682, 41.924559 ] } },
{ "type": "Feature", "properties": { "date": "16-Jul-14", "address": "2850 W CERMAK RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004352589", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.851899, "longitude": -87.697502, "coords": "41.851899, -87.697502", "geocoded_a": "2850 W Cermak Rd", "query": "2850 W CERMAK RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.697502, 41.851899 ] } },
{ "type": "Feature", "properties": { "date": "16-Jul-14", "address": "3250 S HALSTED ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004522078", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "69", "latitude": 41.834924, "longitude": -87.646248, "coords": "41.834924, -87.646248", "geocoded_a": "3250 S Halsted St", "query": "3250 S HALSTED ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.646248, 41.834924 ] } },
{ "type": "Feature", "properties": { "date": "16-Jul-14", "address": "3250 S HALSTED ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004522079", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "47", "latitude": 41.834924, "longitude": -87.646248, "coords": "41.834924, -87.646248", "geocoded_a": "3250 S Halsted St", "query": "3250 S HALSTED ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.646248, 41.834924 ] } },
{ "type": "Feature", "properties": { "date": "16-Jul-14", "address": "3650 W 16TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356687", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "55", "latitude": 41.858974, "longitude": -87.717123, "coords": "41.858974, -87.717123", "geocoded_a": "3650 W 16th St", "query": "3650 W 16TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.717123, 41.858974 ] } },
{ "type": "Feature", "properties": { "date": "16-Jul-14", "address": "4050 W LAKE ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508452", "violation": "9-52-080 Headlamps", "age": "33", "latitude": 41.885583, "longitude": -87.727798, "coords": "41.885583, -87.727798", "geocoded_a": "4050 W Lake St", "query": "4050 W LAKE ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.727798, 41.885583 ] } },
{ "type": "Feature", "properties": { "date": "16-Jul-14", "address": "4050 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004475325", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "36", "latitude": 41.880782, "longitude": -87.72719, "coords": "41.880782, -87.727190", "geocoded_a": "4050 W Madison St", "query": "4050 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.72719, 41.880782 ] } },
{ "type": "Feature", "properties": { "date": "16-Jul-14", "address": "4050 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508629", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "52", "latitude": 41.880782, "longitude": -87.72719, "coords": "41.880782, -87.727190", "geocoded_a": "4050 W Madison St", "query": "4050 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.72719, 41.880782 ] } },
{ "type": "Feature", "properties": { "date": "16-Jul-14", "address": "4050 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508631", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "50", "latitude": 41.880782, "longitude": -87.72719, "coords": "41.880782, -87.727190", "geocoded_a": "4050 W Madison St", "query": "4050 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.72719, 41.880782 ] } },
{ "type": "Feature", "properties": { "date": "16-Jul-14", "address": "450 N PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004475324", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "52", "latitude": 41.889195, "longitude": -87.725959, "coords": "41.889195, -87.725959", "geocoded_a": "450 N Pulaski Rd", "query": "450 N PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.725959, 41.889195 ] } },
{ "type": "Feature", "properties": { "date": "16-Jul-14", "address": "6350 S JUSTINE ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004524204", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.778529, "longitude": -87.663012, "coords": "41.778529, -87.663012", "geocoded_a": "6350 S Justine St", "query": "6350 S JUSTINE ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.663012, 41.778529 ] } },
{ "type": "Feature", "properties": { "date": "16-Jul-14", "address": "6850 S EAST END ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P003775600", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.770555, "longitude": -87.583829, "coords": "41.770555, -87.583829", "geocoded_a": "6850 S East End Ave", "query": "6850 S EAST END ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.583829, 41.770555 ] } },
{ "type": "Feature", "properties": { "date": "16-Jul-14", "address": "7050 S INDIANA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004547001", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "29", "latitude": 41.765894, "longitude": -87.620158, "coords": "41.765894, -87.620158", "geocoded_a": "7050 S Indiana Ave", "query": "7050 S INDIANA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.620158, 41.765894 ] } },
{ "type": "Feature", "properties": { "date": "16-Jul-14", "address": "7150 S STATE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004547092", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.763744, "longitude": -87.624939, "coords": "41.763744, -87.624939", "geocoded_a": "7150 S State St", "query": "7150 S STATE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.624939, 41.763744 ] } },
{ "type": "Feature", "properties": { "date": "16-Jul-14", "address": "7150 S STATE ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004546649", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.763744, "longitude": -87.624939, "coords": "41.763744, -87.624939", "geocoded_a": "7150 S State St", "query": "7150 S STATE ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.624939, 41.763744 ] } },
{ "type": "Feature", "properties": { "date": "16-Jul-14", "address": "750 N HAMLIN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508633", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "50", "latitude": 41.895026, "longitude": -87.721239, "coords": "41.895026, -87.721239", "geocoded_a": "750 N Hamlin Ave", "query": "750 N HAMLIN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.721239, 41.895026 ] } },
{ "type": "Feature", "properties": { "date": "16-Jul-14", "address": "750 S KOSTNER", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508453", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.870941, "longitude": -87.735167, "coords": "41.870941, -87.735167", "geocoded_a": "750 S Kostner Ave", "query": "750 S KOSTNER, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.735167, 41.870941 ] } },
{ "type": "Feature", "properties": { "date": "16-Jul-14", "address": "850 W BELMONT", "city": "Chicago", "state": "Illinois", "anov numbe": "P004540265", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.939987, "longitude": -87.651405, "coords": "41.939987, -87.651405", "geocoded_a": "850 W Belmont Ave", "query": "850 W BELMONT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.651405, 41.939987 ] } },
{ "type": "Feature", "properties": { "date": "17-Jul-14", "address": "11050 S STATE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004346584", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.693056, "longitude": -87.623168, "coords": "41.693056, -87.623168", "geocoded_a": "11050 S State St", "query": "11050 S STATE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.623168, 41.693056 ] } },
{ "type": "Feature", "properties": { "date": "17-Jul-14", "address": "1250 N KARLOV", "city": "Chicago", "state": "Illinois", "anov numbe": "P004532747", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.903825, "longitude": -87.728839, "coords": "41.903825, -87.728839", "geocoded_a": "1250 N Karlov Ave", "query": "1250 N KARLOV, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.728839, 41.903825 ] } },
{ "type": "Feature", "properties": { "date": "17-Jul-14", "address": "1250 S MICHIGAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004557850", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.866055, "longitude": -87.624148, "coords": "41.866055, -87.624148", "geocoded_a": "1250 S Michigan Ave", "query": "1250 S MICHIGAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.624148, 41.866055 ] } },
{ "type": "Feature", "properties": { "date": "17-Jul-14", "address": "1350 W 83RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004177413", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "43", "latitude": 41.743226, "longitude": -87.658072, "coords": "41.743226, -87.658072", "geocoded_a": "1350 W 83rd St", "query": "1350 W 83RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.658072, 41.743226 ] } },
{ "type": "Feature", "properties": { "date": "17-Jul-14", "address": "2650 W CERMAK RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356886", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "42", "latitude": 41.851952, "longitude": -87.692561, "coords": "41.851952, -87.692561", "geocoded_a": "2650 W Cermak Rd", "query": "2650 W CERMAK RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.692561, 41.851952 ] } },
{ "type": "Feature", "properties": { "date": "17-Jul-14", "address": "3950 S CALIFORNIA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004536632", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.821624, "longitude": -87.694673, "coords": "41.821624, -87.694673", "geocoded_a": "3950 S California Ave", "query": "3950 S CALIFORNIA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.694673, 41.821624 ] } },
{ "type": "Feature", "properties": { "date": "17-Jul-14", "address": "3950 W ROOSEVELT", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356415", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.866197, "longitude": -87.724641, "coords": "41.866197, -87.724641", "geocoded_a": "3950 W Roosevelt Rd", "query": "3950 W ROOSEVELT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.724641, 41.866197 ] } },
{ "type": "Feature", "properties": { "date": "17-Jul-14", "address": "350 E 53RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004527082", "violation": "9-52-080 Headlamps", "age": "33", "latitude": 41.79849, "longitude": -87.617625, "coords": "41.798490, -87.617625", "geocoded_a": "350 E 53rd St", "query": "350 E 53RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.617625, 41.79849 ] } },
{ "type": "Feature", "properties": { "date": "17-Jul-14", "address": "4650 S PRAIRIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004449751", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.809858, "longitude": -87.619671, "coords": "41.809858, -87.619671", "geocoded_a": "4650 S Prairie Ave", "query": "4650 S PRAIRIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.619671, 41.809858 ] } },
{ "type": "Feature", "properties": { "date": "17-Jul-14", "address": "5050 S INDIANA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004496476", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "29", "latitude": 41.802336, "longitude": -87.621079, "coords": "41.802336, -87.621079", "geocoded_a": "5050 S Indiana Ave", "query": "5050 S INDIANA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.621079, 41.802336 ] } },
{ "type": "Feature", "properties": { "date": "17-Jul-14", "address": "5050 W DIVISION ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004404964", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "49", "latitude": 41.902312, "longitude": -87.752861, "coords": "41.902312, -87.752861", "geocoded_a": "5050 W Division St", "query": "5050 W DIVISION ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.752861, 41.902312 ] } },
{ "type": "Feature", "properties": { "date": "17-Jul-14", "address": "5150 S INDIANA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004527081", "violation": "9-52-010 Rights and duties.", "age": "23", "latitude": 41.800472, "longitude": -87.621028, "coords": "41.800472, -87.621028", "geocoded_a": "5150 S Indiana Ave", "query": "5150 S INDIANA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.621028, 41.800472 ] } },
{ "type": "Feature", "properties": { "date": "17-Jul-14", "address": "5350 S CALUMET", "city": "Chicago", "state": "Illinois", "anov numbe": "P004407873", "violation": "9-52-080 Headlamps", "age": "59", "latitude": 41.797489, "longitude": -87.617739, "coords": "41.797489, -87.617739", "geocoded_a": "5350 S Calumet Ave", "query": "5350 S CALUMET, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.617739, 41.797489 ] } },
{ "type": "Feature", "properties": { "date": "17-Jul-14", "address": "6350 S CAMPBELL", "city": "Chicago", "state": "Illinois", "anov numbe": "P003921440", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "52", "latitude": 41.77816, "longitude": -87.68611, "coords": "41.778160, -87.686110", "geocoded_a": "6350 S Campbell Ave", "query": "6350 S CAMPBELL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.68611, 41.77816 ] } },
{ "type": "Feature", "properties": { "date": "17-Jul-14", "address": "6450 S TALMAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P003921441", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "30", "latitude": 41.776352, "longitude": -87.689714, "coords": "41.776352, -87.689714", "geocoded_a": "6450 S Talman Ave", "query": "6450 S TALMAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.689714, 41.776352 ] } },
{ "type": "Feature", "properties": { "date": "17-Jul-14", "address": "6850 N WESTERN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004568576", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 42.006366, "longitude": -87.690139, "coords": "42.006366, -87.690139", "geocoded_a": "6850 N Western Ave", "query": "6850 N WESTERN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.690139, 42.006366 ] } },
{ "type": "Feature", "properties": { "date": "17-Jul-14", "address": "8150 S VINCENNES", "city": "Chicago", "state": "Illinois", "anov numbe": "P004177414", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "42", "latitude": 41.745603, "longitude": -87.635597, "coords": "41.745603, -87.635597", "geocoded_a": "8150 S Vincennes Ave", "query": "8150 S VINCENNES, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.635597, 41.745603 ] } },
{ "type": "Feature", "properties": { "date": "18-Jul-14", "address": "11550 S HALSTED ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004346612", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.683733, "longitude": -87.642207, "coords": "41.683733, -87.642207", "geocoded_a": "11550 S Halsted St", "query": "11550 S HALSTED ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.642207, 41.683733 ] } },
{ "type": "Feature", "properties": { "date": "18-Jul-14", "address": "12250 S HALSTED", "city": "Chicago", "state": "Illinois", "anov numbe": "P004346585", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "30", "latitude": 41.670845, "longitude": -87.64178, "coords": "41.670845, -87.641780", "geocoded_a": "12250 S Halsted St", "query": "12250 S HALSTED, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.64178, 41.670845 ] } },
{ "type": "Feature", "properties": { "date": "18-Jul-14", "address": "150 N CICERO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004484610", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "59", "latitude": 41.883281, "longitude": -87.745426, "coords": "41.883281, -87.745426", "geocoded_a": "150 N Cicero Ave", "query": "150 N CICERO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.745426, 41.883281 ] } },
{ "type": "Feature", "properties": { "date": "18-Jul-14", "address": "150 S PULASKI RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508639", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.878593, "longitude": -87.725649, "coords": "41.878593, -87.725649", "geocoded_a": "150 S Pulaski Rd", "query": "150 S PULASKI RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.725649, 41.878593 ] } },
{ "type": "Feature", "properties": { "date": "18-Jul-14", "address": "2050 E 71TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004500555", "violation": "9-52-040 Yielding right-of-way.", "age": "23", "latitude": 41.766305, "longitude": -87.574655, "coords": "41.766305, -87.574655", "geocoded_a": "2050 E 71st St", "query": "2050 E 71TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.574655, 41.766305 ] } },
{ "type": "Feature", "properties": { "date": "18-Jul-14", "address": "2150 E 71ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004500556", "violation": "9-52-040 Yielding right-of-way.", "age": "25", "latitude": 41.766334, "longitude": -87.572298, "coords": "41.766334, -87.572298", "geocoded_a": "2150 E 71st St", "query": "2150 E 71ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.572298, 41.766334 ] } },
{ "type": "Feature", "properties": { "date": "18-Jul-14", "address": "2150 E 71ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004500557", "violation": "9-52-010 Rights and duties.", "age": "25", "latitude": 41.766334, "longitude": -87.572298, "coords": "41.766334, -87.572298", "geocoded_a": "2150 E 71st St", "query": "2150 E 71ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.572298, 41.766334 ] } },
{ "type": "Feature", "properties": { "date": "18-Jul-14", "address": "2150 E 71ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004575120", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.766334, "longitude": -87.572298, "coords": "41.766334, -87.572298", "geocoded_a": "2150 E 71st St", "query": "2150 E 71ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.572298, 41.766334 ] } },
{ "type": "Feature", "properties": { "date": "18-Jul-14", "address": "2150 E 71TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004500554", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.766334, "longitude": -87.572298, "coords": "41.766334, -87.572298", "geocoded_a": "2150 E 71st St", "query": "2150 E 71TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.572298, 41.766334 ] } },
{ "type": "Feature", "properties": { "date": "18-Jul-14", "address": "2450 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004319615", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "49", "latitude": 41.779301, "longitude": -87.685678, "coords": "41.779301, -87.685678", "geocoded_a": "2450 W 63rd St", "query": "2450 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.685678, 41.779301 ] } },
{ "type": "Feature", "properties": { "date": "18-Jul-14", "address": "2450 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004319616", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.779301, "longitude": -87.685678, "coords": "41.779301, -87.685678", "geocoded_a": "2450 W 63rd St", "query": "2450 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.685678, 41.779301 ] } },
{ "type": "Feature", "properties": { "date": "18-Jul-14", "address": "2550 E 79TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004371446", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.751861, "longitude": -87.561897, "coords": "41.751861, -87.561897", "geocoded_a": "2550 E 79th St", "query": "2550 E 79TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.561897, 41.751861 ] } },
{ "type": "Feature", "properties": { "date": "18-Jul-14", "address": "250 N HOMAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004346588", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.885712, "longitude": -87.711196, "coords": "41.885712, -87.711196", "geocoded_a": "250 N Homan Ave", "query": "250 N HOMAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.711196, 41.885712 ] } },
{ "type": "Feature", "properties": { "date": "18-Jul-14", "address": "250 N HOMAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004467645", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.885712, "longitude": -87.711196, "coords": "41.885712, -87.711196", "geocoded_a": "250 N Homan Ave", "query": "250 N HOMAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.711196, 41.885712 ] } },
{ "type": "Feature", "properties": { "date": "18-Jul-14", "address": "3250 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004346586", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.880976, "longitude": -87.707802, "coords": "41.880976, -87.707802", "geocoded_a": "3250 W Madison St", "query": "3250 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.707802, 41.880976 ] } },
{ "type": "Feature", "properties": { "date": "18-Jul-14", "address": "3750 W AUGUSTA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508637", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "36", "latitude": 41.899141, "longitude": -87.720477, "coords": "41.899141, -87.720477", "geocoded_a": "3750 W Augusta Blvd", "query": "3750 W AUGUSTA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.720477, 41.899141 ] } },
{ "type": "Feature", "properties": { "date": "18-Jul-14", "address": "4050 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508454", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "49", "latitude": 41.880782, "longitude": -87.72719, "coords": "41.880782, -87.727190", "geocoded_a": "4050 W Madison St", "query": "4050 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.72719, 41.880782 ] } },
{ "type": "Feature", "properties": { "date": "18-Jul-14", "address": "4050 W MADISON ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508635", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "47", "latitude": 41.880782, "longitude": -87.72719, "coords": "41.880782, -87.727190", "geocoded_a": "4050 W Madison St", "query": "4050 W MADISON ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.72719, 41.880782 ] } },
{ "type": "Feature", "properties": { "date": "18-Jul-14", "address": "4150 W MADISON ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508638", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "32", "latitude": 41.880748, "longitude": -87.729364, "coords": "41.880748, -87.729364", "geocoded_a": "4150 W Madison St", "query": "4150 W MADISON ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.729364, 41.880748 ] } },
{ "type": "Feature", "properties": { "date": "18-Jul-14", "address": "4250 S COTTAGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004407588", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "27", "latitude": 41.817162, "longitude": -87.606778, "coords": "41.817162, -87.606778", "geocoded_a": "4250 S Cottage Grove Ave", "query": "4250 S COTTAGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.606778, 41.817162 ] } },
{ "type": "Feature", "properties": { "date": "18-Jul-14", "address": "4750 W BELMONT", "city": "Chicago", "state": "Illinois", "anov numbe": "P004415749", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.938867, "longitude": -87.745872, "coords": "41.938867, -87.745872", "geocoded_a": "4750 W Belmont Ave", "query": "4750 W BELMONT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.745872, 41.938867 ] } },
{ "type": "Feature", "properties": { "date": "18-Jul-14", "address": "5450 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004173847", "violation": "9-52-050 Riding in single file required--Exceptions.", "age": "50", "latitude": 41.880332, "longitude": -87.762311, "coords": "41.880332, -87.762311", "geocoded_a": "5450 W Madison St", "query": "5450 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.762311, 41.880332 ] } },
{ "type": "Feature", "properties": { "date": "18-Jul-14", "address": "550 N KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508640", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "44", "latitude": 41.891561, "longitude": -87.706499, "coords": "41.891561, -87.706499", "geocoded_a": "550 N Kedzie Ave", "query": "550 N KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.706499, 41.891561 ] } },
{ "type": "Feature", "properties": { "date": "18-Jul-14", "address": "6250 S EBERHART", "city": "Chicago", "state": "Illinois", "anov numbe": "P004549070", "violation": "9-52-010 Rights and duties.", "age": "19", "latitude": 41.780792, "longitude": -87.613271, "coords": "41.780792, -87.613271", "geocoded_a": "6250 S Eberhart Ave", "query": "6250 S EBERHART, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.613271, 41.780792 ] } },
{ "type": "Feature", "properties": { "date": "18-Jul-14", "address": "6250 S ST LOUIS", "city": "Chicago", "state": "Illinois", "anov numbe": "P004471781", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "30", "latitude": 41.779484, "longitude": -87.710475, "coords": "41.779484, -87.710475", "geocoded_a": "6250 S St Louis Ave", "query": "6250 S ST LOUIS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.710475, 41.779484 ] } },
{ "type": "Feature", "properties": { "date": "18-Jul-14", "address": "6350 S AVERS", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356416", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.7969, "longitude": -87.719588, "coords": "41.796900, -87.719588", "geocoded_a": "S Avers Ave", "query": "6350 S AVERS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.719588, 41.7969 ] } },
{ "type": "Feature", "properties": { "date": "18-Jul-14", "address": "6450 S WASHTENAW", "city": "Chicago", "state": "Illinois", "anov numbe": "P004317862", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "37", "latitude": 41.776333, "longitude": -87.690938, "coords": "41.776333, -87.690938", "geocoded_a": "6450 S Washtenaw Ave", "query": "6450 S WASHTENAW, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.690938, 41.776333 ] } },
{ "type": "Feature", "properties": { "date": "18-Jul-14", "address": "6750 S CORNELL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004500560", "violation": "9-52-040 Yielding right-of-way.", "age": "18", "latitude": 41.771984, "longitude": -87.585088, "coords": "41.771984, -87.585088", "geocoded_a": "6750 S Cornell Ave", "query": "6750 S CORNELL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.585088, 41.771984 ] } },
{ "type": "Feature", "properties": { "date": "18-Jul-14", "address": "6750 S CORNELL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004500561", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.771984, "longitude": -87.585088, "coords": "41.771984, -87.585088", "geocoded_a": "6750 S Cornell Ave", "query": "6750 S CORNELL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.585088, 41.771984 ] } },
{ "type": "Feature", "properties": { "date": "18-Jul-14", "address": "6750 S CORNELL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004500562", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.771984, "longitude": -87.585088, "coords": "41.771984, -87.585088", "geocoded_a": "6750 S Cornell Ave", "query": "6750 S CORNELL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.585088, 41.771984 ] } },
{ "type": "Feature", "properties": { "date": "18-Jul-14", "address": "6750 S CORNELL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004500563", "violation": "9-52-040 Yielding right-of-way.", "age": "22", "latitude": 41.771984, "longitude": -87.585088, "coords": "41.771984, -87.585088", "geocoded_a": "6750 S Cornell Ave", "query": "6750 S CORNELL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.585088, 41.771984 ] } },
{ "type": "Feature", "properties": { "date": "18-Jul-14", "address": "650 N MICHIGAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P003789688", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "30", "latitude": 41.893978, "longitude": -87.624274, "coords": "41.893978, -87.624274", "geocoded_a": "650 N Michigan Ave", "query": "650 N MICHIGAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.624274, 41.893978 ] } },
{ "type": "Feature", "properties": { "date": "18-Jul-14", "address": "7950 S EXCHANGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004564232", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.750388, "longitude": -87.552919, "coords": "41.750388, -87.552919", "geocoded_a": "7950 S Exchange Ave", "query": "7950 S EXCHANGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.552919, 41.750388 ] } },
{ "type": "Feature", "properties": { "date": "18-Jul-14", "address": "50 N KARLOV", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508636", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "49", "latitude": 41.881429, "longitude": -87.728179, "coords": "41.881429, -87.728179", "geocoded_a": "50 N Karlov Ave", "query": "50 N KARLOV, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.728179, 41.881429 ] } },
{ "type": "Feature", "properties": { "date": "18-Jul-14", "address": "50 N LARAMIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004484519", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.881524, "longitude": -87.755158, "coords": "41.881524, -87.755158", "geocoded_a": "50 N Laramie Ave", "query": "50 N LARAMIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.755158, 41.881524 ] } },
{ "type": "Feature", "properties": { "date": "18-Jul-14", "address": "50 N PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508458", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "39", "latitude": 41.881628, "longitude": -87.725742, "coords": "41.881628, -87.725742", "geocoded_a": "50 N Pulaski Rd", "query": "50 N PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.725742, 41.881628 ] } },
{ "type": "Feature", "properties": { "date": "18-Jul-14", "address": "50 S PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508457", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.880012, "longitude": -87.725685, "coords": "41.880012, -87.725685", "geocoded_a": "50 S Pulaski Rd", "query": "50 S PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.725685, 41.880012 ] } },
{ "type": "Feature", "properties": { "date": "19-Jul-14", "address": "2450 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P003920998", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.779301, "longitude": -87.685678, "coords": "41.779301, -87.685678", "geocoded_a": "2450 W 63rd St", "query": "2450 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.685678, 41.779301 ] } },
{ "type": "Feature", "properties": { "date": "19-Jul-14", "address": "250 E 67TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004548946", "violation": "9-52-040 Yielding right-of-way.", "age": "32", "latitude": 41.772969, "longitude": -87.619468, "coords": "41.772969, -87.619468", "geocoded_a": "250 E 67th St", "query": "250 E 67TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.619468, 41.772969 ] } },
{ "type": "Feature", "properties": { "date": "19-Jul-14", "address": "250 E MARQUETTE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004539328", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "32", "latitude": 41.772969, "longitude": -87.619468, "coords": "41.772969, -87.619468", "geocoded_a": "250 E Marquette Rd", "query": "250 E MARQUETTE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.619468, 41.772969 ] } },
{ "type": "Feature", "properties": { "date": "19-Jul-14", "address": "250 W 110TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004533629", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "43", "latitude": 41.694345, "longitude": -87.629922, "coords": "41.694345, -87.629922", "geocoded_a": "250 W 110th St", "query": "250 W 110TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.629922, 41.694345 ] } },
{ "type": "Feature", "properties": { "date": "19-Jul-14", "address": "3450 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004384534", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.895533, "longitude": -87.713581, "coords": "41.895533, -87.713581", "geocoded_a": "3450 W Chicago Ave", "query": "3450 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.713581, 41.895533 ] } },
{ "type": "Feature", "properties": { "date": "19-Jul-14", "address": "3650 N CLARK", "city": "Chicago", "state": "Illinois", "anov numbe": "P004478855", "violation": "9-52-090 Riding regulations.", "age": "22", "latitude": 41.948498, "longitude": -87.657576, "coords": "41.948498, -87.657576", "geocoded_a": "3650 N Clark St", "query": "3650 N CLARK, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.657576, 41.948498 ] } },
{ "type": "Feature", "properties": { "date": "19-Jul-14", "address": "3750 W 13TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004355553", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.864493, "longitude": -87.718697, "coords": "41.864493, -87.718697", "geocoded_a": "3750 W 13th St", "query": "3750 W 13TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.718697, 41.864493 ] } },
{ "type": "Feature", "properties": { "date": "19-Jul-14", "address": "350 E PERSHING", "city": "Chicago", "state": "Illinois", "anov numbe": "P004496477", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.823888, "longitude": -87.617631, "coords": "41.823888, -87.617631", "geocoded_a": "350 E Pershing Rd", "query": "350 E PERSHING, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.617631, 41.823888 ] } },
{ "type": "Feature", "properties": { "date": "19-Jul-14", "address": "5050 N BROADWAY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004344878", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "45", "latitude": 41.973395, "longitude": -87.659859, "coords": "41.973395, -87.659859", "geocoded_a": "5050 N Broadway", "query": "5050 N BROADWAY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.659859, 41.973395 ] } },
{ "type": "Feature", "properties": { "date": "19-Jul-14", "address": "6350 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004471928", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.777584, "longitude": -87.703165, "coords": "41.777584, -87.703165", "geocoded_a": "6350 S Kedzie Ave", "query": "6350 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.703165, 41.777584 ] } },
{ "type": "Feature", "properties": { "date": "19-Jul-14", "address": "6350 S ROCKWELL ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P003924395", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "30", "latitude": 41.777648, "longitude": -87.688529, "coords": "41.777648, -87.688529", "geocoded_a": "6350 S Rockwell St", "query": "6350 S ROCKWELL ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.688529, 41.777648 ] } },
{ "type": "Feature", "properties": { "date": "19-Jul-14", "address": "6350 S ROCKWELL ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004321541", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.777648, "longitude": -87.688529, "coords": "41.777648, -87.688529", "geocoded_a": "6350 S Rockwell St", "query": "6350 S ROCKWELL ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.688529, 41.777648 ] } },
{ "type": "Feature", "properties": { "date": "19-Jul-14", "address": "6450 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004471927", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.775925, "longitude": -87.703127, "coords": "41.775925, -87.703127", "geocoded_a": "6450 S Kedzie Ave", "query": "6450 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.703127, 41.775925 ] } },
{ "type": "Feature", "properties": { "date": "19-Jul-14", "address": "8350 S KINGSTON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004533790", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.742989, "longitude": -87.56248, "coords": "41.742989, -87.562480", "geocoded_a": "8350 S Kingston Ave", "query": "8350 S KINGSTON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.56248, 41.742989 ] } },
{ "type": "Feature", "properties": { "date": "19-Jul-14", "address": "8650 S COMMERCIAL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004533566", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.737661, "longitude": -87.551479, "coords": "41.737661, -87.551479", "geocoded_a": "8650 S Commercial Ave", "query": "8650 S COMMERCIAL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.551479, 41.737661 ] } },
{ "type": "Feature", "properties": { "date": "20-Jul-14", "address": "10950 S MICHIGAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004346614", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "29", "latitude": 41.695317, "longitude": -87.62083, "coords": "41.695317, -87.620830", "geocoded_a": "10950 S Michigan Ave", "query": "10950 S MICHIGAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.62083, 41.695317 ] } },
{ "type": "Feature", "properties": { "date": "20-Jul-14", "address": "1050 E 79TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004177416", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.751409, "longitude": -87.598726, "coords": "41.751409, -87.598726", "geocoded_a": "1050 E 79th St", "query": "1050 E 79TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.598726, 41.751409 ] } },
{ "type": "Feature", "properties": { "date": "20-Jul-14", "address": "11150 S VERNON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004346589", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "38", "latitude": 41.691239, "longitude": -87.612148, "coords": "41.691239, -87.612148", "geocoded_a": "11150 S Vernon Ave", "query": "11150 S VERNON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.612148, 41.691239 ] } },
{ "type": "Feature", "properties": { "date": "20-Jul-14", "address": "2350 S SACRAMENTO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004358751", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.848604, "longitude": -87.70026, "coords": "41.848604, -87.700260", "geocoded_a": "2350 S Sacramento Ave", "query": "2350 S SACRAMENTO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.70026, 41.848604 ] } },
{ "type": "Feature", "properties": { "date": "20-Jul-14", "address": "2350 S WESTERN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356689", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "41", "latitude": 41.848704, "longitude": -87.685597, "coords": "41.848704, -87.685597", "geocoded_a": "2350 S Western Ave", "query": "2350 S WESTERN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.685597, 41.848704 ] } },
{ "type": "Feature", "properties": { "date": "20-Jul-14", "address": "2950 W 159TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004471783", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "41", "latitude": 41.895665, "longitude": -87.70133, "coords": "41.895665, -87.701330", "geocoded_a": "2950 W Chicago Ave", "query": "2950 W 159TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.70133, 41.895665 ] } },
{ "type": "Feature", "properties": { "date": "20-Jul-14", "address": "2950 W 159TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004471784", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.895665, "longitude": -87.70133, "coords": "41.895665, -87.701330", "geocoded_a": "2950 W Chicago Ave", "query": "2950 W 159TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.70133, 41.895665 ] } },
{ "type": "Feature", "properties": { "date": "20-Jul-14", "address": "250 E 115 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004346613", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.685422, "longitude": -87.616034, "coords": "41.685422, -87.616034", "geocoded_a": "250 E 115th St", "query": "250 E 115 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.616034, 41.685422 ] } },
{ "type": "Feature", "properties": { "date": "20-Jul-14", "address": "4150 N BROADWAY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004524849", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "30", "latitude": 41.958254, "longitude": -87.652917, "coords": "41.958254, -87.652917", "geocoded_a": "4150 N Broadway", "query": "4150 N BROADWAY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.652917, 41.958254 ] } },
{ "type": "Feature", "properties": { "date": "20-Jul-14", "address": "4450 S HONORE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004352316", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.812496, "longitude": -87.671169, "coords": "41.812496, -87.671169", "geocoded_a": "4450 S Honore St", "query": "4450 S HONORE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.671169, 41.812496 ] } },
{ "type": "Feature", "properties": { "date": "20-Jul-14", "address": "4750 W FULLERTON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004484614", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.924276, "longitude": -87.745891, "coords": "41.924276, -87.745891", "geocoded_a": "4750 W Fullerton Ave", "query": "4750 W FULLERTON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.745891, 41.924276 ] } },
{ "type": "Feature", "properties": { "date": "20-Jul-14", "address": "4850 W JACKSON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004404591", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.876847, "longitude": -87.746496, "coords": "41.876847, -87.746496", "geocoded_a": "4850 W Jackson Blvd", "query": "4850 W JACKSON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.746496, 41.876847 ] } },
{ "type": "Feature", "properties": { "date": "20-Jul-14", "address": "5550 S ASHLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004433081", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.792906, "longitude": -87.664615, "coords": "41.792906, -87.664615", "geocoded_a": "5550 S Ashland Ave", "query": "5550 S ASHLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.664615, 41.792906 ] } },
{ "type": "Feature", "properties": { "date": "20-Jul-14", "address": "5850 S STATE ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004368403", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "52", "latitude": 41.7877, "longitude": -87.625548, "coords": "41.787700, -87.625548", "geocoded_a": "5850 S State St", "query": "5850 S STATE ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.625548, 41.7877 ] } },
{ "type": "Feature", "properties": { "date": "20-Jul-14", "address": "6250 S KING DR", "city": "Chicago", "state": "Illinois", "anov numbe": "P004516539", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "39", "latitude": 41.781081, "longitude": -87.615714, "coords": "41.781081, -87.615714", "geocoded_a": "6250 S King Dr", "query": "6250 S KING DR, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.615714, 41.781081 ] } },
{ "type": "Feature", "properties": { "date": "20-Jul-14", "address": "6750 S FERNWOOD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004501055", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "57", "latitude": 41.88425, "longitude": -87.63245, "coords": "41.88425, -87.63245", "geocoded_a": "Chicago", "query": "6750 S FERNWOOD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.63245, 41.88425 ] } },
{ "type": "Feature", "properties": { "date": "20-Jul-14", "address": "6750 S JEFFERY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004501030", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "61", "latitude": 41.77204, "longitude": -87.576513, "coords": "41.772040, -87.576513", "geocoded_a": "6750 S Jeffery Blvd", "query": "6750 S JEFFERY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.576513, 41.77204 ] } },
{ "type": "Feature", "properties": { "date": "20-Jul-14", "address": "650 E PERSHING", "city": "Chicago", "state": "Illinois", "anov numbe": "P004495887", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.823941, "longitude": -87.61031, "coords": "41.823941, -87.610310", "geocoded_a": "650 E Pershing Rd", "query": "650 E PERSHING, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.61031, 41.823941 ] } },
{ "type": "Feature", "properties": { "date": "20-Jul-14", "address": "650 E PERSHING", "city": "Chicago", "state": "Illinois", "anov numbe": "P004496051", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.823941, "longitude": -87.61031, "coords": "41.823941, -87.610310", "geocoded_a": "650 E Pershing Rd", "query": "650 E PERSHING, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.61031, 41.823941 ] } },
{ "type": "Feature", "properties": { "date": "20-Jul-14", "address": "850 E 79TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004177417", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.75137, "longitude": -87.603585, "coords": "41.751370, -87.603585", "geocoded_a": "850 E 79th St", "query": "850 E 79TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.603585, 41.75137 ] } },
{ "type": "Feature", "properties": { "date": "20-Jul-14", "address": "9450 S ASHLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004222190", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "69", "latitude": 41.722127, "longitude": -87.662771, "coords": "41.722127, -87.662771", "geocoded_a": "9450 S Ashland Ave", "query": "9450 S ASHLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.662771, 41.722127 ] } },
{ "type": "Feature", "properties": { "date": "20-Jul-14", "address": "950 E 81ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004533630", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.747746, "longitude": -87.601083, "coords": "41.747746, -87.601083", "geocoded_a": "950 E 81st St", "query": "950 E 81ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.601083, 41.747746 ] } },
{ "type": "Feature", "properties": { "date": "20-Jul-14", "address": "50 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508527", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.896735, "longitude": -87.630179, "coords": "41.896735, -87.630179", "geocoded_a": "50 W Chicago Ave", "query": "50 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.630179, 41.896735 ] } },
{ "type": "Feature", "properties": { "date": "21-Jul-14", "address": "1050 N SPRINGFIELD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004524667", "violation": "9-52-080 Headlamps", "age": "19", "latitude": 41.900534, "longitude": -87.72383, "coords": "41.900534, -87.723830", "geocoded_a": "1050 N Springfield Ave", "query": "1050 N SPRINGFIELD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.72383, 41.900534 ] } },
{ "type": "Feature", "properties": { "date": "21-Jul-14", "address": "1250 W 59TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004533160", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.786896, "longitude": -87.656953, "coords": "41.786896, -87.656953", "geocoded_a": "1250 W 59th St", "query": "1250 W 59TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.656953, 41.786896 ] } },
{ "type": "Feature", "properties": { "date": "21-Jul-14", "address": "1350 N MAYFIELD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004555576", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.90533, "longitude": -87.773048, "coords": "41.905330, -87.773048", "geocoded_a": "1350 N Mayfield Ave", "query": "1350 N MAYFIELD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.773048, 41.90533 ] } },
{ "type": "Feature", "properties": { "date": "21-Jul-14", "address": "1850 E 71ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004501060", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.766246, "longitude": -87.580582, "coords": "41.766246, -87.580582", "geocoded_a": "1850 E 71st St", "query": "1850 E 71ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.580582, 41.766246 ] } },
{ "type": "Feature", "properties": { "date": "21-Jul-14", "address": "150 E 51ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004407874", "violation": "9-52-080 Headlamps", "age": "24", "latitude": 41.80211, "longitude": -87.621358, "coords": "41.802110, -87.621358", "geocoded_a": "150 E 51st St", "query": "150 E 51ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.621358, 41.80211 ] } },
{ "type": "Feature", "properties": { "date": "21-Jul-14", "address": "3250 N HALSTED", "city": "Chicago", "state": "Illinois", "anov numbe": "P004435141", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.941466, "longitude": -87.649339, "coords": "41.941466, -87.649339", "geocoded_a": "3250 N Halsted St", "query": "3250 N HALSTED, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.649339, 41.941466 ] } },
{ "type": "Feature", "properties": { "date": "21-Jul-14", "address": "3450 W ROOSEVELT RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004354596", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "57", "latitude": 41.86635, "longitude": -87.712532, "coords": "41.866350, -87.712532", "geocoded_a": "3450 W Roosevelt Rd", "query": "3450 W ROOSEVELT RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.712532, 41.86635 ] } },
{ "type": "Feature", "properties": { "date": "21-Jul-14", "address": "3650 W ROOSEVELT RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356417", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.866348, "longitude": -87.717055, "coords": "41.866348, -87.717055", "geocoded_a": "3650 W Roosevelt Rd", "query": "3650 W ROOSEVELT RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.717055, 41.866348 ] } },
{ "type": "Feature", "properties": { "date": "21-Jul-14", "address": "4750 W DIVERSEY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004277212", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.931618, "longitude": -87.745666, "coords": "41.931618, -87.745666", "geocoded_a": "4750 W Diversey Ave", "query": "4750 W DIVERSEY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.745666, 41.931618 ] } },
{ "type": "Feature", "properties": { "date": "21-Jul-14", "address": "6150 N SHERIDAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004568599", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 41.993749, "longitude": -87.655576, "coords": "41.993749, -87.655576", "geocoded_a": "6150 N Sheridan Rd", "query": "6150 N SHERIDAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.655576, 41.993749 ] } },
{ "type": "Feature", "properties": { "date": "21-Jul-14", "address": "7150 S DORCHESTER", "city": "Chicago", "state": "Illinois", "anov numbe": "P004501057", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "45", "latitude": 41.764825, "longitude": -87.591013, "coords": "41.764825, -87.591013", "geocoded_a": "7150 S Dorchester Ave", "query": "7150 S DORCHESTER, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.591013, 41.764825 ] } },
{ "type": "Feature", "properties": { "date": "21-Jul-14", "address": "8650 S SANGAMON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004494586", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 41.736442, "longitude": -87.647316, "coords": "41.736442, -87.647316", "geocoded_a": "8650 S Sangamon St", "query": "8650 S SANGAMON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.647316, 41.736442 ] } },
{ "type": "Feature", "properties": { "date": "21-Jul-14", "address": "850 E 79TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004446073", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.75137, "longitude": -87.603585, "coords": "41.751370, -87.603585", "geocoded_a": "850 E 79th St", "query": "850 E 79TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.603585, 41.75137 ] } },
{ "type": "Feature", "properties": { "date": "21-Jul-14", "address": "850 N LARAMIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004406071", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.896051, "longitude": -87.755681, "coords": "41.896051, -87.755681", "geocoded_a": "850 N Laramie Ave", "query": "850 N LARAMIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.755681, 41.896051 ] } },
{ "type": "Feature", "properties": { "date": "21-Jul-14", "address": "950 N MICHIGAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004213333", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.900508, "longitude": -87.624218, "coords": "41.900508, -87.624218", "geocoded_a": "950 N Michigan Ave", "query": "950 N MICHIGAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.624218, 41.900508 ] } },
{ "type": "Feature", "properties": { "date": "21-Jul-14", "address": "50 W CRYSTAL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004277211", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.904063, "longitude": -87.671763, "coords": "41.904063, -87.671763", "geocoded_a": "W Crystal St", "query": "50 W CRYSTAL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.671763, 41.904063 ] } },
{ "type": "Feature", "properties": { "date": "22-Jul-14", "address": "11050 S MICHIGAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004346590", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.692904, "longitude": -87.62108, "coords": "41.692904, -87.621080", "geocoded_a": "11050 S Michigan Ave", "query": "11050 S MICHIGAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.62108, 41.692904 ] } },
{ "type": "Feature", "properties": { "date": "22-Jul-14", "address": "11050 S STATE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004346591", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.693056, "longitude": -87.623168, "coords": "41.693056, -87.623168", "geocoded_a": "11050 S State St", "query": "11050 S STATE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.623168, 41.693056 ] } },
{ "type": "Feature", "properties": { "date": "22-Jul-14", "address": "11050 S STATE ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004346615", "violation": "9-52-050 Riding in single file required--Exceptions.", "age": "19", "latitude": 41.693056, "longitude": -87.623168, "coords": "41.693056, -87.623168", "geocoded_a": "11050 S State St", "query": "11050 S STATE ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.623168, 41.693056 ] } },
{ "type": "Feature", "properties": { "date": "22-Jul-14", "address": "1150 N AUSTIN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004542407", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.901543, "longitude": -87.77539, "coords": "41.901543, -87.775390", "geocoded_a": "1150 N Austin Blvd", "query": "1150 N AUSTIN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.775186004264754, 41.901543000116924 ] } },
{ "type": "Feature", "properties": { "date": "22-Jul-14", "address": "1350 S SPRINGFIELD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004357251", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "44", "latitude": 41.863118, "longitude": -87.722682, "coords": "41.863118, -87.722682", "geocoded_a": "1350 S Springfield Ave", "query": "1350 S SPRINGFIELD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.722682, 41.863118 ] } },
{ "type": "Feature", "properties": { "date": "22-Jul-14", "address": "1650 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004335643", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "40", "latitude": 41.779447, "longitude": -87.666231, "coords": "41.779447, -87.666231", "geocoded_a": "1650 W 63rd St", "query": "1650 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.666231, 41.779447 ] } },
{ "type": "Feature", "properties": { "date": "22-Jul-14", "address": "1650 W HOWARD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004562326", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "29", "latitude": 42.019456, "longitude": -87.672748, "coords": "42.019456, -87.672748", "geocoded_a": "1650 W Howard St", "query": "1650 W HOWARD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.672748, 42.019456 ] } },
{ "type": "Feature", "properties": { "date": "22-Jul-14", "address": "2050 E 70TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004500573", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "32", "latitude": 41.768051, "longitude": -87.575045, "coords": "41.768051, -87.575045", "geocoded_a": "2050 E 70th St", "query": "2050 E 70TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.575045, 41.768051 ] } },
{ "type": "Feature", "properties": { "date": "22-Jul-14", "address": "2050 E 70TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004548958", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "32", "latitude": 41.768051, "longitude": -87.575045, "coords": "41.768051, -87.575045", "geocoded_a": "2050 E 70th St", "query": "2050 E 70TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.575045, 41.768051 ] } },
{ "type": "Feature", "properties": { "date": "22-Jul-14", "address": "2350 S PULASKI RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004352591", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.848307, "longitude": -87.724708, "coords": "41.848307, -87.724708", "geocoded_a": "2350 S Pulaski Rd", "query": "2350 S PULASKI RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.724708, 41.848307 ] } },
{ "type": "Feature", "properties": { "date": "22-Jul-14", "address": "2750 W BELMONT", "city": "Chicago", "state": "Illinois", "anov numbe": "P004376947", "violation": "9-52-010 Rights and duties.", "age": "56", "latitude": 41.939416, "longitude": -87.69721, "coords": "41.939416, -87.697210", "geocoded_a": "2750 W Belmont Ave", "query": "2750 W BELMONT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.69721, 41.939416 ] } },
{ "type": "Feature", "properties": { "date": "22-Jul-14", "address": "3050 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004317866", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.779083, "longitude": -87.700335, "coords": "41.779083, -87.700335", "geocoded_a": "3050 W 63rd St", "query": "3050 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.700335, 41.779083 ] } },
{ "type": "Feature", "properties": { "date": "22-Jul-14", "address": "3650 W DIVERSEY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004532750", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "27", "latitude": 41.931909, "longitude": -87.719183, "coords": "41.931909, -87.719183", "geocoded_a": "3650 W Diversey Ave", "query": "3650 W DIVERSEY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.719183, 41.931909 ] } },
{ "type": "Feature", "properties": { "date": "22-Jul-14", "address": "3750 W AUGUSTA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508460", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "43", "latitude": 41.899141, "longitude": -87.720477, "coords": "41.899141, -87.720477", "geocoded_a": "3750 W Augusta Blvd", "query": "3750 W AUGUSTA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.720477, 41.899141 ] } },
{ "type": "Feature", "properties": { "date": "22-Jul-14", "address": "3750 W DIVISION", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508461", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "55", "latitude": 41.902762, "longitude": -87.721109, "coords": "41.902762, -87.721109", "geocoded_a": "3750 W Division St", "query": "3750 W DIVISION, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.721109, 41.902762 ] } },
{ "type": "Feature", "properties": { "date": "22-Jul-14", "address": "3750 W MADISON ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508643", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "29", "latitude": 41.880876, "longitude": -87.719698, "coords": "41.880876, -87.719698", "geocoded_a": "3750 W Madison St", "query": "3750 W MADISON ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.719698, 41.880876 ] } },
{ "type": "Feature", "properties": { "date": "22-Jul-14", "address": "3850 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004384535", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 41.895441, "longitude": -87.723224, "coords": "41.895441, -87.723224", "geocoded_a": "3850 W Chicago Ave", "query": "3850 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.723224, 41.895441 ] } },
{ "type": "Feature", "properties": { "date": "22-Jul-14", "address": "350 N PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508462", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "27", "latitude": 41.886917, "longitude": -87.72591, "coords": "41.886917, -87.725910", "geocoded_a": "350 N Pulaski Rd", "query": "350 N PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.72591, 41.886917 ] } },
{ "type": "Feature", "properties": { "date": "22-Jul-14", "address": "350 N PULASKI RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508644", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "55", "latitude": 41.886917, "longitude": -87.72591, "coords": "41.886917, -87.725910", "geocoded_a": "350 N Pulaski Rd", "query": "350 N PULASKI RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.72591, 41.886917 ] } },
{ "type": "Feature", "properties": { "date": "22-Jul-14", "address": "4150 W 26TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004352590", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "53", "latitude": 41.844223, "longitude": -87.729043, "coords": "41.844223, -87.729043", "geocoded_a": "4150 W 26th St", "query": "4150 W 26TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.729043, 41.844223 ] } },
{ "type": "Feature", "properties": { "date": "22-Jul-14", "address": "4250 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508459", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "30", "latitude": 41.880677, "longitude": -87.732692, "coords": "41.880677, -87.732692", "geocoded_a": "4250 W Madison St", "query": "4250 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.732692, 41.880677 ] } },
{ "type": "Feature", "properties": { "date": "22-Jul-14", "address": "4250 W MADISON ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508641", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "59", "latitude": 41.880677, "longitude": -87.732692, "coords": "41.880677, -87.732692", "geocoded_a": "4250 W Madison St", "query": "4250 W MADISON ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.732692, 41.880677 ] } },
{ "type": "Feature", "properties": { "date": "22-Jul-14", "address": "4250 W MADISON ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508642", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 41.880677, "longitude": -87.732692, "coords": "41.880677, -87.732692", "geocoded_a": "4250 W Madison St", "query": "4250 W MADISON ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.732692, 41.880677 ] } },
{ "type": "Feature", "properties": { "date": "22-Jul-14", "address": "6250 S MAPLEWOOD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004317865", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.779776, "longitude": -87.687371, "coords": "41.779776, -87.687371", "geocoded_a": "6250 S Maplewood Ave", "query": "6250 S MAPLEWOOD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.687371, 41.779776 ] } },
{ "type": "Feature", "properties": { "date": "22-Jul-14", "address": "6250 S MAPLEWOOD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004471576", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "40", "latitude": 41.779776, "longitude": -87.687371, "coords": "41.779776, -87.687371", "geocoded_a": "6250 S Maplewood Ave", "query": "6250 S MAPLEWOOD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.687371, 41.779776 ] } },
{ "type": "Feature", "properties": { "date": "22-Jul-14", "address": "6350 S ROCKWELL ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P003920999", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "27", "latitude": 41.777648, "longitude": -87.688529, "coords": "41.777648, -87.688529", "geocoded_a": "6350 S Rockwell St", "query": "6350 S ROCKWELL ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.688529, 41.777648 ] } },
{ "type": "Feature", "properties": { "date": "22-Jul-14", "address": "7050 S CRANDON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004500572", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.76706, "longitude": -87.569835, "coords": "41.767060, -87.569835", "geocoded_a": "7050 S Crandon Ave", "query": "7050 S CRANDON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.569835, 41.76706 ] } },
{ "type": "Feature", "properties": { "date": "22-Jul-14", "address": "7050 S CRANDON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004548957", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.76706, "longitude": -87.569835, "coords": "41.767060, -87.569835", "geocoded_a": "7050 S Crandon Ave", "query": "7050 S CRANDON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.569835, 41.76706 ] } },
{ "type": "Feature", "properties": { "date": "22-Jul-14", "address": "7150 S JEFFERY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004500569", "violation": "9-52-040 Yielding right-of-way.", "age": "30", "latitude": 41.764552, "longitude": -87.576307, "coords": "41.764552, -87.576307", "geocoded_a": "7150 S Jeffery Blvd", "query": "7150 S JEFFERY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.576307, 41.764552 ] } },
{ "type": "Feature", "properties": { "date": "22-Jul-14", "address": "7150 S JEFFERY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004548953", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "30", "latitude": 41.764552, "longitude": -87.576307, "coords": "41.764552, -87.576307", "geocoded_a": "7150 S Jeffery Blvd", "query": "7150 S JEFFERY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.576307, 41.764552 ] } },
{ "type": "Feature", "properties": { "date": "22-Jul-14", "address": "7150 S JEFFERY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004548954", "violation": "9-52-010 Rights and duties.", "age": "30", "latitude": 41.764552, "longitude": -87.576307, "coords": "41.764552, -87.576307", "geocoded_a": "7150 S Jeffery Blvd", "query": "7150 S JEFFERY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.576307, 41.764552 ] } },
{ "type": "Feature", "properties": { "date": "22-Jul-14", "address": "8250 S HALSTED", "city": "Chicago", "state": "Illinois", "anov numbe": "P004533460", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.743691, "longitude": -87.64388, "coords": "41.743691, -87.643880", "geocoded_a": "8250 S Halsted St", "query": "8250 S HALSTED, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.64388, 41.743691 ] } },
{ "type": "Feature", "properties": { "date": "22-Jul-14", "address": "8450 S COLFAX", "city": "Chicago", "state": "Illinois", "anov numbe": "P004397522", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.741189, "longitude": -87.56123, "coords": "41.741189, -87.561230", "geocoded_a": "8450 S Colfax Ave", "query": "8450 S COLFAX, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.56123, 41.741189 ] } },
{ "type": "Feature", "properties": { "date": "23-Jul-14", "address": "10750 S WENTWORTH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004470742", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.698303, "longitude": -87.628088, "coords": "41.698303, -87.628088", "geocoded_a": "10750 S Wentworth Ave", "query": "10750 S WENTWORTH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.628088, 41.698303 ] } },
{ "type": "Feature", "properties": { "date": "23-Jul-14", "address": "1450 W 71ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004430215", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "37", "latitude": 41.764979, "longitude": -87.66094, "coords": "41.764979, -87.660940", "geocoded_a": "1450 W 71st St", "query": "1450 W 71ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.66094, 41.764979 ] } },
{ "type": "Feature", "properties": { "date": "23-Jul-14", "address": "1450 W 71ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004461014", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 41.764979, "longitude": -87.66094, "coords": "41.764979, -87.660940", "geocoded_a": "1450 W 71st St", "query": "1450 W 71ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.66094, 41.764979 ] } },
{ "type": "Feature", "properties": { "date": "23-Jul-14", "address": "1650 S KILDARE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356953", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "59", "latitude": 41.858292, "longitude": -87.732322, "coords": "41.858292, -87.732322", "geocoded_a": "1650 S Kildare Ave", "query": "1650 S KILDARE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.732322, 41.858292 ] } },
{ "type": "Feature", "properties": { "date": "23-Jul-14", "address": "150 E 69TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004547496", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.769266, "longitude": -87.620977, "coords": "41.769266, -87.620977", "geocoded_a": "150 E 69th St", "query": "150 E 69TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.620977, 41.769266 ] } },
{ "type": "Feature", "properties": { "date": "23-Jul-14", "address": "2950 W 39TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004523136", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.821824, "longitude": -87.69909, "coords": "41.821824, -87.699090", "geocoded_a": "2950 W 39th Pl", "query": "2950 W 39TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.69909, 41.821824 ] } },
{ "type": "Feature", "properties": { "date": "23-Jul-14", "address": "2950 W 39TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004523137", "violation": "9-52-080 Headlamps", "age": "31", "latitude": 41.821824, "longitude": -87.69909, "coords": "41.821824, -87.699090", "geocoded_a": "2950 W 39th Pl", "query": "2950 W 39TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.69909, 41.821824 ] } },
{ "type": "Feature", "properties": { "date": "23-Jul-14", "address": "3150 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004318081", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.778997, "longitude": -87.702673, "coords": "41.778997, -87.702673", "geocoded_a": "3150 W 63rd St", "query": "3150 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.702673, 41.778997 ] } },
{ "type": "Feature", "properties": { "date": "23-Jul-14", "address": "3450 W AUGUSTA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508465", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "63", "latitude": 41.899211, "longitude": -87.713153, "coords": "41.899211, -87.713153", "geocoded_a": "3450 W Augusta Blvd", "query": "3450 W AUGUSTA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.713153, 41.899211 ] } },
{ "type": "Feature", "properties": { "date": "23-Jul-14", "address": "3450 W HARRISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004382686", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "30", "latitude": 41.873688, "longitude": -87.712028, "coords": "41.873688, -87.712028", "geocoded_a": "3450 W Harrison St", "query": "3450 W HARRISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.712028, 41.873688 ] } },
{ "type": "Feature", "properties": { "date": "23-Jul-14", "address": "3650 W LAKE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004435142", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.88505, "longitude": -87.717065, "coords": "41.885050, -87.717065", "geocoded_a": "3650 W Lake St", "query": "3650 W LAKE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.717065, 41.88505 ] } },
{ "type": "Feature", "properties": { "date": "23-Jul-14", "address": "3850 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508464", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.895441, "longitude": -87.723224, "coords": "41.895441, -87.723224", "geocoded_a": "3850 W Chicago Ave", "query": "3850 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.723224, 41.895441 ] } },
{ "type": "Feature", "properties": { "date": "23-Jul-14", "address": "3850 W ROOSEVELT RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004521834", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.866234, "longitude": -87.722202, "coords": "41.866234, -87.722202", "geocoded_a": "3850 W Roosevelt Rd", "query": "3850 W ROOSEVELT RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.722202, 41.866234 ] } },
{ "type": "Feature", "properties": { "date": "23-Jul-14", "address": "3950 W ROOSEVELT", "city": "Chicago", "state": "Illinois", "anov numbe": "P004354749", "violation": "9-52-010 Rights and duties.", "age": "20", "latitude": 41.866197, "longitude": -87.724641, "coords": "41.866197, -87.724641", "geocoded_a": "3950 W Roosevelt Rd", "query": "3950 W ROOSEVELT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.724641, 41.866197 ] } },
{ "type": "Feature", "properties": { "date": "23-Jul-14", "address": "4850 N LAKE SHORE DR", "city": "Chicago", "state": "Illinois", "anov numbe": "P004342019", "violation": "9-52-010 Rights and duties.", "age": "33", "latitude": 41.888969, "longitude": -87.613992, "coords": "41.888969, -87.613992", "geocoded_a": "N Lake Shore Dr", "query": "4850 N LAKE SHORE DR, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.613992, 41.888969 ] } },
{ "type": "Feature", "properties": { "date": "23-Jul-14", "address": "5350 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004173849", "violation": "9-52-050 Riding in single file required--Exceptions.", "age": "52", "latitude": 41.880406, "longitude": -87.759164, "coords": "41.880406, -87.759164", "geocoded_a": "5350 W Madison St", "query": "5350 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.759164, 41.880406 ] } },
{ "type": "Feature", "properties": { "date": "23-Jul-14", "address": "5550 S STATE ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004496313", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "42", "latitude": 41.793531, "longitude": -87.625733, "coords": "41.793531, -87.625733", "geocoded_a": "5550 S State St", "query": "5550 S STATE ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.625733, 41.793531 ] } },
{ "type": "Feature", "properties": { "date": "23-Jul-14", "address": "7050 S VERNON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004547401", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.766055, "longitude": -87.614097, "coords": "41.766055, -87.614097", "geocoded_a": "7050 S Vernon Ave", "query": "7050 S VERNON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.614097, 41.766055 ] } },
{ "type": "Feature", "properties": { "date": "23-Jul-14", "address": "7150 S ROCKWELL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004471930", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "49", "latitude": 41.763095, "longitude": -87.688156, "coords": "41.763095, -87.688156", "geocoded_a": "7150 S Rockwell St", "query": "7150 S ROCKWELL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.688156, 41.763095 ] } },
{ "type": "Feature", "properties": { "date": "23-Jul-14", "address": "750 S WESTERN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004435143", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "42", "latitude": 41.871436, "longitude": -87.686267, "coords": "41.871436, -87.686267", "geocoded_a": "750 S Western Ave", "query": "750 S WESTERN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.686267, 41.871436 ] } },
{ "type": "Feature", "properties": { "date": "23-Jul-14", "address": "850 E 63RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004561022", "violation": "9-52-040 Yielding right-of-way.", "age": "18", "latitude": 41.780457, "longitude": -87.603993, "coords": "41.780457, -87.603993", "geocoded_a": "850 E 63rd St", "query": "850 E 63RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.603993, 41.780457 ] } },
{ "type": "Feature", "properties": { "date": "23-Jul-14", "address": "850 E 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004561021", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.780457, "longitude": -87.603993, "coords": "41.780457, -87.603993", "geocoded_a": "850 E 63rd St", "query": "850 E 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.603993, 41.780457 ] } },
{ "type": "Feature", "properties": { "date": "23-Jul-14", "address": "850 N MONTICELLO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508647", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "48", "latitude": 41.896925, "longitude": -87.717609, "coords": "41.896925, -87.717609", "geocoded_a": "850 N Monticello Ave", "query": "850 N MONTICELLO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.717609, 41.896925 ] } },
{ "type": "Feature", "properties": { "date": "23-Jul-14", "address": "50 N HOMAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508648", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.881881, "longitude": -87.711069, "coords": "41.881881, -87.711069", "geocoded_a": "50 N Homan Ave", "query": "50 N HOMAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.711069, 41.881881 ] } },
{ "type": "Feature", "properties": { "date": "24-Jul-14", "address": "11450 S CALUMET", "city": "Chicago", "state": "Illinois", "anov numbe": "P004170551", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.685805, "longitude": -87.61444, "coords": "41.685805, -87.614440", "geocoded_a": "11450 S Calumet Ave", "query": "11450 S CALUMET, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.61444, 41.685805 ] } },
{ "type": "Feature", "properties": { "date": "24-Jul-14", "address": "1150 N ORLEANS", "city": "Chicago", "state": "Illinois", "anov numbe": "P004422172", "violation": "9-52-010 Rights and duties.", "age": "35", "latitude": 41.90332, "longitude": -87.63748, "coords": "41.903320, -87.637480", "geocoded_a": "1150 N Orleans St", "query": "1150 N ORLEANS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.63748, 41.90332 ] } },
{ "type": "Feature", "properties": { "date": "24-Jul-14", "address": "1150 N ORLEANS", "city": "Chicago", "state": "Illinois", "anov numbe": "P004422173", "violation": "9-52-010 Rights and duties.", "age": "59", "latitude": 41.90332, "longitude": -87.63748, "coords": "41.903320, -87.637480", "geocoded_a": "1150 N Orleans St", "query": "1150 N ORLEANS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.63748, 41.90332 ] } },
{ "type": "Feature", "properties": { "date": "24-Jul-14", "address": "1150 N ORLEANS", "city": "Chicago", "state": "Illinois", "anov numbe": "P004422174", "violation": "9-52-010 Rights and duties.", "age": "52", "latitude": 41.90332, "longitude": -87.63748, "coords": "41.903320, -87.637480", "geocoded_a": "1150 N Orleans St", "query": "1150 N ORLEANS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.63748, 41.90332 ] } },
{ "type": "Feature", "properties": { "date": "24-Jul-14", "address": "1350 S INDEPENDENCE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004478704", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.86282, "longitude": -87.720373, "coords": "41.862820, -87.720373", "geocoded_a": "1350 S Independence Blvd", "query": "1350 S INDEPENDENCE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.720373, 41.86282 ] } },
{ "type": "Feature", "properties": { "date": "24-Jul-14", "address": "1550 W 58TH STREET", "city": "Chicago", "state": "Illinois", "anov numbe": "P004523425", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.788651, "longitude": -87.66358, "coords": "41.788651, -87.663580", "geocoded_a": "1550 W 58th St", "query": "1550 W 58TH STREET, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.66358, 41.788651 ] } },
{ "type": "Feature", "properties": { "date": "24-Jul-14", "address": "1650 E 67TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004560964", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "42", "latitude": 41.773422, "longitude": -87.584499, "coords": "41.773422, -87.584499", "geocoded_a": "1650 E 67th St", "query": "1650 E 67TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.584499, 41.773422 ] } },
{ "type": "Feature", "properties": { "date": "24-Jul-14", "address": "1650 E 67TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004560965", "violation": "9-52-040 Yielding right-of-way.", "age": "38", "latitude": 41.773422, "longitude": -87.584499, "coords": "41.773422, -87.584499", "geocoded_a": "1650 E 67th St", "query": "1650 E 67TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.584499, 41.773422 ] } },
{ "type": "Feature", "properties": { "date": "24-Jul-14", "address": "1650 E 67TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004560967", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "45", "latitude": 41.773422, "longitude": -87.584499, "coords": "41.773422, -87.584499", "geocoded_a": "1650 E 67th St", "query": "1650 E 67TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.584499, 41.773422 ] } },
{ "type": "Feature", "properties": { "date": "24-Jul-14", "address": "1650 E 67TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004560966", "violation": "9-52-040 Yielding right-of-way.", "age": "45", "latitude": 41.773422, "longitude": -87.584499, "coords": "41.773422, -87.584499", "geocoded_a": "1650 E 67th St", "query": "1650 E 67TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.584499, 41.773422 ] } },
{ "type": "Feature", "properties": { "date": "24-Jul-14", "address": "1650 E 67TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004561031", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "42", "latitude": 41.773422, "longitude": -87.584499, "coords": "41.773422, -87.584499", "geocoded_a": "1650 E 67th St", "query": "1650 E 67TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.584499, 41.773422 ] } },
{ "type": "Feature", "properties": { "date": "24-Jul-14", "address": "1850 N CENTRAL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004277581", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "58", "latitude": 41.914116, "longitude": -87.765688, "coords": "41.914116, -87.765688", "geocoded_a": "1850 N Central Ave", "query": "1850 N CENTRAL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.765688, 41.914116 ] } },
{ "type": "Feature", "properties": { "date": "24-Jul-14", "address": "150 E GARFIELD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004496054", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "44", "latitude": 41.794776, "longitude": -87.621637, "coords": "41.794776, -87.621637", "geocoded_a": "150 E Garfield Blvd", "query": "150 E GARFIELD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.621637, 41.794776 ] } },
{ "type": "Feature", "properties": { "date": "24-Jul-14", "address": "2250 E 71ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004548723", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.766349, "longitude": -87.570579, "coords": "41.766349, -87.570579", "geocoded_a": "2250 E 71st St", "query": "2250 E 71ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.570579, 41.766349 ] } },
{ "type": "Feature", "properties": { "date": "24-Jul-14", "address": "2550 S PULASKI RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356226", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.844763, "longitude": -87.724624, "coords": "41.844763, -87.724624", "geocoded_a": "2550 S Pulaski Rd", "query": "2550 S PULASKI RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.724624, 41.844763 ] } },
{ "type": "Feature", "properties": { "date": "24-Jul-14", "address": "3350 W 16TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004250792", "violation": "9-52-010 Rights and duties.", "age": "25", "latitude": 41.859111, "longitude": -87.709831, "coords": "41.859111, -87.709831", "geocoded_a": "3350 W 16th St", "query": "3350 W 16TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.709831, 41.859111 ] } },
{ "type": "Feature", "properties": { "date": "24-Jul-14", "address": "3550 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004488939", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.895525, "longitude": -87.715862, "coords": "41.895525, -87.715862", "geocoded_a": "3550 W Chicago Ave", "query": "3550 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.715862, 41.895525 ] } },
{ "type": "Feature", "properties": { "date": "24-Jul-14", "address": "3550 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508468", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.895525, "longitude": -87.715862, "coords": "41.895525, -87.715862", "geocoded_a": "3550 W Chicago Ave", "query": "3550 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.715862, 41.895525 ] } },
{ "type": "Feature", "properties": { "date": "24-Jul-14", "address": "3650 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508467", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.895497, "longitude": -87.718364, "coords": "41.895497, -87.718364", "geocoded_a": "3650 W Chicago Ave", "query": "3650 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.718364, 41.895497 ] } },
{ "type": "Feature", "properties": { "date": "24-Jul-14", "address": "4250 S KING DR", "city": "Chicago", "state": "Illinois", "anov numbe": "P004496478", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "29", "latitude": 41.81696, "longitude": -87.61706, "coords": "41.816960, -87.617060", "geocoded_a": "4250 S King Dr", "query": "4250 S KING DR, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.61706, 41.81696 ] } },
{ "type": "Feature", "properties": { "date": "24-Jul-14", "address": "4350 W CERMAK RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356620", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "36", "latitude": 41.851527, "longitude": -87.734101, "coords": "41.851527, -87.734101", "geocoded_a": "4350 W Cermak Rd", "query": "4350 W CERMAK RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.734101, 41.851527 ] } },
{ "type": "Feature", "properties": { "date": "24-Jul-14", "address": "4350 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004270383", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 41.880631, "longitude": -87.735144, "coords": "41.880631, -87.735144", "geocoded_a": "4350 W Madison St", "query": "4350 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.735144, 41.880631 ] } },
{ "type": "Feature", "properties": { "date": "24-Jul-14", "address": "4950 W CRYSTAL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004254717", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.903293, "longitude": -87.749681, "coords": "41.903293, -87.749681", "geocoded_a": "4950 W Crystal St", "query": "4950 W CRYSTAL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.749681, 41.903293 ] } },
{ "type": "Feature", "properties": { "date": "24-Jul-14", "address": "450 E 35TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004449993", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.831247, "longitude": -87.615748, "coords": "41.831247, -87.615748", "geocoded_a": "450 E 35th St", "query": "450 E 35TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.615748, 41.831247 ] } },
{ "type": "Feature", "properties": { "date": "24-Jul-14", "address": "450 E 71ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004547332", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.765815, "longitude": -87.613601, "coords": "41.765815, -87.613601", "geocoded_a": "450 E 71st St", "query": "450 E 71ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.613601, 41.765815 ] } },
{ "type": "Feature", "properties": { "date": "24-Jul-14", "address": "550 N WELLS", "city": "Chicago", "state": "Illinois", "anov numbe": "P004422171", "violation": "9-52-010 Rights and duties.", "age": "26", "latitude": 41.891857, "longitude": -87.634134, "coords": "41.891857, -87.634134", "geocoded_a": "550 N Wells St", "query": "550 N WELLS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.634134, 41.891857 ] } },
{ "type": "Feature", "properties": { "date": "24-Jul-14", "address": "6750 E 67TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004561032", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "45", "latitude": 41.772393, "longitude": -87.588695, "coords": "41.772393, -87.588695", "geocoded_a": "E 67th Pl", "query": "6750 E 67TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.588695, 41.772393 ] } },
{ "type": "Feature", "properties": { "date": "24-Jul-14", "address": "7050 S CORNELL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004560962", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 41.766353, "longitude": -87.584358, "coords": "41.766353, -87.584358", "geocoded_a": "7050 S Cornell Ave", "query": "7050 S CORNELL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.584358, 41.766353 ] } },
{ "type": "Feature", "properties": { "date": "24-Jul-14", "address": "7050 S JEFFERY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004561029", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "27", "latitude": 41.766583, "longitude": -87.576365, "coords": "41.766583, -87.576365", "geocoded_a": "7050 S Jeffery Blvd", "query": "7050 S JEFFERY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.576365, 41.766583 ] } },
{ "type": "Feature", "properties": { "date": "24-Jul-14", "address": "7050 S JEFFERY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004561030", "violation": "9-52-040 Yielding right-of-way.", "age": "27", "latitude": 41.766583, "longitude": -87.576365, "coords": "41.766583, -87.576365", "geocoded_a": "7050 S Jeffery Blvd", "query": "7050 S JEFFERY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.576365, 41.766583 ] } },
{ "type": "Feature", "properties": { "date": "24-Jul-14", "address": "7450 S EXCHANGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004501061", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "63", "latitude": 41.759912, "longitude": -87.561113, "coords": "41.759912, -87.561113", "geocoded_a": "7450 S Exchange Ave", "query": "7450 S EXCHANGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.561113, 41.759912 ] } },
{ "type": "Feature", "properties": { "date": "24-Jul-14", "address": "7550 S WENTWORTH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004368405", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.756643, "longitude": -87.629619, "coords": "41.756643, -87.629619", "geocoded_a": "7550 S Wentworth Ave", "query": "7550 S WENTWORTH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.629619, 41.756643 ] } },
{ "type": "Feature", "properties": { "date": "24-Jul-14", "address": "50 E 103RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004348293", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.707284, "longitude": -87.621717, "coords": "41.707284, -87.621717", "geocoded_a": "50 E 103rd St", "query": "50 E 103RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.621717, 41.707284 ] } },
{ "type": "Feature", "properties": { "date": "25-Jul-14", "address": "1350 S MILLARD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004354574", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.86325, "longitude": -87.716579, "coords": "41.863250, -87.716579", "geocoded_a": "1350 S Millard Ave", "query": "1350 S MILLARD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.716579, 41.86325 ] } },
{ "type": "Feature", "properties": { "date": "25-Jul-14", "address": "1650 S RIDGEWAY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004354403", "violation": "9-52-010 Rights and duties.", "age": "28", "latitude": 41.857423, "longitude": -87.71887, "coords": "41.857423, -87.718870", "geocoded_a": "1650 S Ridgeway Ave", "query": "1650 S RIDGEWAY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.71887, 41.857423 ] } },
{ "type": "Feature", "properties": { "date": "25-Jul-14", "address": "1750 W 46TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004547190", "violation": "9-52-080 Headlamps", "age": "19", "latitude": 41.810443, "longitude": -87.669065, "coords": "41.810443, -87.669065", "geocoded_a": "1750 W 46th St", "query": "1750 W 46TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.669065, 41.810443 ] } },
{ "type": "Feature", "properties": { "date": "25-Jul-14", "address": "150 E 43RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004496479", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "58", "latitude": 41.816629, "longitude": -87.62236, "coords": "41.816629, -87.622360", "geocoded_a": "150 E 43rd St", "query": "150 E 43RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.62236, 41.816629 ] } },
{ "type": "Feature", "properties": { "date": "25-Jul-14", "address": "150 N LARAMIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004484522", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.883883, "longitude": -87.75524, "coords": "41.883883, -87.755240", "geocoded_a": "150 N Laramie Ave", "query": "150 N LARAMIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.75524, 41.883883 ] } },
{ "type": "Feature", "properties": { "date": "25-Jul-14", "address": "2150 E 70TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004501063", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.768087, "longitude": -87.572597, "coords": "41.768087, -87.572597", "geocoded_a": "2150 E 70th St", "query": "2150 E 70TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.572597, 41.768087 ] } },
{ "type": "Feature", "properties": { "date": "25-Jul-14", "address": "2550 E 104TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004177423", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.706467, "longitude": -87.561718, "coords": "41.706467, -87.561718", "geocoded_a": "2550 E 104th St", "query": "2550 E 104TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.561718, 41.706467 ] } },
{ "type": "Feature", "properties": { "date": "25-Jul-14", "address": "3250 S HALSTED ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004522080", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.834924, "longitude": -87.646248, "coords": "41.834924, -87.646248", "geocoded_a": "3250 S Halsted St", "query": "3250 S HALSTED ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.646248, 41.834924 ] } },
{ "type": "Feature", "properties": { "date": "25-Jul-14", "address": "3850 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004154423", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.822946, "longitude": -87.704436, "coords": "41.822946, -87.704436", "geocoded_a": "3850 S Kedzie Ave", "query": "3850 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.704436, 41.822946 ] } },
{ "type": "Feature", "properties": { "date": "25-Jul-14", "address": "3850 W DIVERSEY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004276267", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.931865, "longitude": -87.724134, "coords": "41.931865, -87.724134", "geocoded_a": "3850 W Diversey Ave", "query": "3850 W DIVERSEY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.724134, 41.931865 ] } },
{ "type": "Feature", "properties": { "date": "25-Jul-14", "address": "350 S PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004438896", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "54", "latitude": 41.875898, "longitude": -87.725553, "coords": "41.875898, -87.725553", "geocoded_a": "350 S Pulaski Rd", "query": "350 S PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.725553, 41.875898 ] } },
{ "type": "Feature", "properties": { "date": "25-Jul-14", "address": "350 S PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508406", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "36", "latitude": 41.875898, "longitude": -87.725553, "coords": "41.875898, -87.725553", "geocoded_a": "350 S Pulaski Rd", "query": "350 S PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.725553, 41.875898 ] } },
{ "type": "Feature", "properties": { "date": "25-Jul-14", "address": "4150 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508469", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.880748, "longitude": -87.729364, "coords": "41.880748, -87.729364", "geocoded_a": "4150 W Madison St", "query": "4150 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.729364, 41.880748 ] } },
{ "type": "Feature", "properties": { "date": "25-Jul-14", "address": "4350 W MADISON ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507926", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "42", "latitude": 41.880631, "longitude": -87.735144, "coords": "41.880631, -87.735144", "geocoded_a": "4350 W Madison St", "query": "4350 W MADISON ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.735144, 41.880631 ] } },
{ "type": "Feature", "properties": { "date": "25-Jul-14", "address": "4450 W PARKER", "city": "Chicago", "state": "Illinois", "anov numbe": "P004267540", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.930651, "longitude": -87.738761, "coords": "41.930651, -87.738761", "geocoded_a": "4450 W Parker Ave", "query": "4450 W PARKER, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.738761, 41.930651 ] } },
{ "type": "Feature", "properties": { "date": "25-Jul-14", "address": "4950 W GLADYS", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508408", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.875926, "longitude": -87.748285, "coords": "41.875926, -87.748285", "geocoded_a": "4950 W Gladys Ave", "query": "4950 W GLADYS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.748285, 41.875926 ] } },
{ "type": "Feature", "properties": { "date": "25-Jul-14", "address": "450 E 47TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004495890", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "50", "latitude": 41.809497, "longitude": -87.614352, "coords": "41.809497, -87.614352", "geocoded_a": "450 E 47th St", "query": "450 E 47TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.614352, 41.809497 ] } },
{ "type": "Feature", "properties": { "date": "25-Jul-14", "address": "450 S PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508379", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "43", "latitude": 41.874737, "longitude": -87.725527, "coords": "41.874737, -87.725527", "geocoded_a": "450 S Pulaski Rd", "query": "450 S PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.725527, 41.874737 ] } },
{ "type": "Feature", "properties": { "date": "25-Jul-14", "address": "450 S PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508405", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.874737, "longitude": -87.725527, "coords": "41.874737, -87.725527", "geocoded_a": "450 S Pulaski Rd", "query": "450 S PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.725527, 41.874737 ] } },
{ "type": "Feature", "properties": { "date": "25-Jul-14", "address": "5050 W FULTON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004405846", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.885748, "longitude": -87.751612, "coords": "41.885748, -87.751612", "geocoded_a": "5050 W Fulton St", "query": "5050 W FULTON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.751612, 41.885748 ] } },
{ "type": "Feature", "properties": { "date": "25-Jul-14", "address": "5650 S WABASH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004449753", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.791436, "longitude": -87.62402, "coords": "41.791436, -87.624020", "geocoded_a": "5650 S Wabash Ave", "query": "5650 S WABASH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.62402, 41.791436 ] } },
{ "type": "Feature", "properties": { "date": "25-Jul-14", "address": "550 E 47TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004496314", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "29", "latitude": 41.809531, "longitude": -87.612218, "coords": "41.809531, -87.612218", "geocoded_a": "550 E 47th St", "query": "550 E 47TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.612218, 41.809531 ] } },
{ "type": "Feature", "properties": { "date": "25-Jul-14", "address": "550 E 47TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004496315", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "55", "latitude": 41.809531, "longitude": -87.612218, "coords": "41.809531, -87.612218", "geocoded_a": "550 E 47th St", "query": "550 E 47TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.612218, 41.809531 ] } },
{ "type": "Feature", "properties": { "date": "25-Jul-14", "address": "6450 S ASHLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004469290", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.7766, "longitude": -87.664208, "coords": "41.776600, -87.664208", "geocoded_a": "6450 S Ashland Ave", "query": "6450 S ASHLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.664208, 41.7766 ] } },
{ "type": "Feature", "properties": { "date": "25-Jul-14", "address": "6550 S EVANS", "city": "Chicago", "state": "Illinois", "anov numbe": "P004549071", "violation": "9-52-010 Rights and duties.", "age": "20", "latitude": 41.775246, "longitude": -87.607119, "coords": "41.775246, -87.607119", "geocoded_a": "6550 S Evans Ave", "query": "6550 S EVANS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.607119, 41.775246 ] } },
{ "type": "Feature", "properties": { "date": "25-Jul-14", "address": "7150 S HALSTED ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004469291", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.763698, "longitude": -87.644397, "coords": "41.763698, -87.644397", "geocoded_a": "7150 S Halsted St", "query": "7150 S HALSTED ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.644397, 41.763698 ] } },
{ "type": "Feature", "properties": { "date": "26-Jul-14", "address": "11150 S VERNON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004533231", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "54", "latitude": 41.691239, "longitude": -87.612148, "coords": "41.691239, -87.612148", "geocoded_a": "11150 S Vernon Ave", "query": "11150 S VERNON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.612148, 41.691239 ] } },
{ "type": "Feature", "properties": { "date": "26-Jul-14", "address": "1150 S INDEPENDENCE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004488084", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 41.866871, "longitude": -87.720196, "coords": "41.866871, -87.720196", "geocoded_a": "1150 S Independence Blvd", "query": "1150 S INDEPENDENCE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.720196, 41.866871 ] } },
{ "type": "Feature", "properties": { "date": "26-Jul-14", "address": "1450 W 69TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004469292", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.768624, "longitude": -87.660702, "coords": "41.768624, -87.660702", "geocoded_a": "1450 W 69th St", "query": "1450 W 69TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.660702, 41.768624 ] } },
{ "type": "Feature", "properties": { "date": "26-Jul-14", "address": "1750 N MCVICKER", "city": "Chicago", "state": "Illinois", "anov numbe": "P004267915", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 41.911975, "longitude": -87.776556, "coords": "41.911975, -87.776556", "geocoded_a": "1750 N McVicker Ave", "query": "1750 N MCVICKER, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.776556, 41.911975 ] } },
{ "type": "Feature", "properties": { "date": "26-Jul-14", "address": "150 S CICERO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004341327", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.878899, "longitude": -87.745271, "coords": "41.878899, -87.745271", "geocoded_a": "150 S Cicero Ave", "query": "150 S CICERO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.745271, 41.878899 ] } },
{ "type": "Feature", "properties": { "date": "26-Jul-14", "address": "150 S LOCKWOOD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004402409", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.878884, "longitude": -87.757684, "coords": "41.878884, -87.757684", "geocoded_a": "150 S Lockwood Ave", "query": "150 S LOCKWOOD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.757684, 41.878884 ] } },
{ "type": "Feature", "properties": { "date": "26-Jul-14", "address": "3250 W MONTROSE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004278240", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.961256, "longitude": -87.709803, "coords": "41.961256, -87.709803", "geocoded_a": "3250 W Montrose Ave", "query": "3250 W MONTROSE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.709803, 41.961256 ] } },
{ "type": "Feature", "properties": { "date": "26-Jul-14", "address": "3950 S ALBANY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004536569", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "27", "latitude": 41.821248, "longitude": -87.702067, "coords": "41.821248, -87.702067", "geocoded_a": "3950 S Albany Ave", "query": "3950 S ALBANY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.702067, 41.821248 ] } },
{ "type": "Feature", "properties": { "date": "26-Jul-14", "address": "350 N LARAMIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508410", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.887009, "longitude": -87.755379, "coords": "41.887009, -87.755379", "geocoded_a": "350 N Laramie Ave", "query": "350 N LARAMIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.755379, 41.887009 ] } },
{ "type": "Feature", "properties": { "date": "26-Jul-14", "address": "4050 W DIVISION", "city": "Chicago", "state": "Illinois", "anov numbe": "P004277213", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "61", "latitude": 41.902697, "longitude": -87.728373, "coords": "41.902697, -87.728373", "geocoded_a": "4050 W Division St", "query": "4050 W DIVISION, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.728373, 41.902697 ] } },
{ "type": "Feature", "properties": { "date": "26-Jul-14", "address": "4150 W NORTH AVE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004532751", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.909855, "longitude": -87.73073, "coords": "41.909855, -87.730730", "geocoded_a": "4150 W North Ave", "query": "4150 W NORTH AVE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.73073, 41.909855 ] } },
{ "type": "Feature", "properties": { "date": "26-Jul-14", "address": "4750 N KENMORE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004562762", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "29", "latitude": 41.968168, "longitude": -87.656187, "coords": "41.968168, -87.656187", "geocoded_a": "4750 N Kenmore Ave", "query": "4750 N KENMORE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.656187, 41.968168 ] } },
{ "type": "Feature", "properties": { "date": "26-Jul-14", "address": "4850 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004341326", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "64", "latitude": 41.880507, "longitude": -87.747443, "coords": "41.880507, -87.747443", "geocoded_a": "4850 W Madison St", "query": "4850 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.747443, 41.880507 ] } },
{ "type": "Feature", "properties": { "date": "26-Jul-14", "address": "450 E 63 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004549073", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "46", "latitude": 41.780335, "longitude": -87.614025, "coords": "41.780335, -87.614025", "geocoded_a": "450 E 63rd St", "query": "450 E 63 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.614025, 41.780335 ] } },
{ "type": "Feature", "properties": { "date": "26-Jul-14", "address": "6550 S COTTAGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004549072", "violation": "9-52-010 Rights and duties.", "age": "26", "latitude": 41.775335, "longitude": -87.605847, "coords": "41.775335, -87.605847", "geocoded_a": "6550 S Cottage Grove Ave", "query": "6550 S COTTAGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.605847, 41.775335 ] } },
{ "type": "Feature", "properties": { "date": "26-Jul-14", "address": "7250 S JEFFERY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004501065", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "61", "latitude": 41.762834, "longitude": -87.576259, "coords": "41.762834, -87.576259", "geocoded_a": "7250 S Jeffery Blvd", "query": "7250 S JEFFERY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.576259, 41.762834 ] } },
{ "type": "Feature", "properties": { "date": "26-Jul-14", "address": "7350 S JEFFERY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004501064", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "41", "latitude": 41.761289, "longitude": -87.576242, "coords": "41.761289, -87.576242", "geocoded_a": "7350 S Jeffery Blvd", "query": "7350 S JEFFERY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.576242, 41.761289 ] } },
{ "type": "Feature", "properties": { "date": "26-Jul-14", "address": "7950 S HOYNE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004493306", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.749022, "longitude": -87.675576, "coords": "41.749022, -87.675576", "geocoded_a": "7950 S Hoyne Ave", "query": "7950 S HOYNE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.675576, 41.749022 ] } },
{ "type": "Feature", "properties": { "date": "26-Jul-14", "address": "8350 S EXCHANGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004547333", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "44", "latitude": 41.743918, "longitude": -87.551844, "coords": "41.743918, -87.551844", "geocoded_a": "8350 S Exchange Ave", "query": "8350 S EXCHANGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.551844, 41.743918 ] } },
{ "type": "Feature", "properties": { "date": "26-Jul-14", "address": "8950 S COMMERCIAL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004567156", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "33", "latitude": 41.732787, "longitude": -87.551366, "coords": "41.732787, -87.551366", "geocoded_a": "8950 S Commercial Ave", "query": "8950 S COMMERCIAL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.551366, 41.732787 ] } },
{ "type": "Feature", "properties": { "date": "26-Jul-14", "address": "850 E 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004409900", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.780457, "longitude": -87.603993, "coords": "41.780457, -87.603993", "geocoded_a": "850 E 63rd St", "query": "850 E 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.603993, 41.780457 ] } },
{ "type": "Feature", "properties": { "date": "27-Jul-14", "address": "1450 N HUDSON ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004242295", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "36", "latitude": 41.908516, "longitude": -87.639776, "coords": "41.908516, -87.639776", "geocoded_a": "1450 N Hudson Ave", "query": "1450 N HUDSON ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.639776, 41.908516 ] } },
{ "type": "Feature", "properties": { "date": "27-Jul-14", "address": "1850 S PAULINA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004298711", "violation": "9-52-010 Rights and duties.", "age": "23", "latitude": 41.856531, "longitude": -87.668663, "coords": "41.856531, -87.668663", "geocoded_a": "1850 S Paulina St", "query": "1850 S PAULINA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.668663, 41.856531 ] } },
{ "type": "Feature", "properties": { "date": "27-Jul-14", "address": "1950 E 71ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004501066", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "46", "latitude": 41.76627, "longitude": -87.577011, "coords": "41.766270, -87.577011", "geocoded_a": "1950 E 71st St", "query": "1950 E 71ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.577011, 41.76627 ] } },
{ "type": "Feature", "properties": { "date": "27-Jul-14", "address": "2050 E 79TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004177425", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "36", "latitude": 41.751718, "longitude": -87.574357, "coords": "41.751718, -87.574357", "geocoded_a": "2050 E 79th St", "query": "2050 E 79TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.574357, 41.751718 ] } },
{ "type": "Feature", "properties": { "date": "27-Jul-14", "address": "250 S CICERO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508411", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.877126, "longitude": -87.745211, "coords": "41.877126, -87.745211", "geocoded_a": "250 S Cicero Ave", "query": "250 S CICERO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.745211, 41.877126 ] } },
{ "type": "Feature", "properties": { "date": "27-Jul-14", "address": "250 S LARAMIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004338381", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.877231, "longitude": -87.754993, "coords": "41.877231, -87.754993", "geocoded_a": "250 S Laramie Ave", "query": "250 S LARAMIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.754993, 41.877231 ] } },
{ "type": "Feature", "properties": { "date": "27-Jul-14", "address": "3050 E 83RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004396306", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "64", "latitude": 41.743537, "longitude": -87.550651, "coords": "41.743537, -87.550651", "geocoded_a": "3050 E 83rd Pl", "query": "3050 E 83RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.550651, 41.743537 ] } },
{ "type": "Feature", "properties": { "date": "27-Jul-14", "address": "350 N PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004541926", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.886917, "longitude": -87.72591, "coords": "41.886917, -87.725910", "geocoded_a": "350 N Pulaski Rd", "query": "350 N PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.72591, 41.886917 ] } },
{ "type": "Feature", "properties": { "date": "27-Jul-14", "address": "4750 W AUGUSTA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004541821", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "39", "latitude": 41.898782, "longitude": -87.745452, "coords": "41.898782, -87.745452", "geocoded_a": "4750 W Augusta Blvd", "query": "4750 W AUGUSTA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.745452, 41.898782 ] } },
{ "type": "Feature", "properties": { "date": "27-Jul-14", "address": "5250 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004341328", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.880387, "longitude": -87.75697, "coords": "41.880387, -87.756970", "geocoded_a": "5250 W Madison St", "query": "5250 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.75697, 41.880387 ] } },
{ "type": "Feature", "properties": { "date": "27-Jul-14", "address": "5550 W CORCORAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004402410", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.887349, "longitude": -87.764273, "coords": "41.887349, -87.764273", "geocoded_a": "5550 W Corcoran Pl", "query": "5550 W CORCORAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.764273, 41.887349 ] } },
{ "type": "Feature", "properties": { "date": "27-Jul-14", "address": "5550 W NORTH AVE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004268859", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "53", "latitude": 41.909407, "longitude": -87.76512, "coords": "41.909407, -87.765120", "geocoded_a": "5550 W North Ave", "query": "5550 W NORTH AVE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.76512, 41.909407 ] } },
{ "type": "Feature", "properties": { "date": "27-Jul-14", "address": "550 E 71ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004546977", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "37", "latitude": 41.765861, "longitude": -87.611346, "coords": "41.765861, -87.611346", "geocoded_a": "550 E 71st St", "query": "550 E 71ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.611346, 41.765861 ] } },
{ "type": "Feature", "properties": { "date": "27-Jul-14", "address": "6650 S ROCKWELL ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004424526", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 41.772779, "longitude": -87.688418, "coords": "41.772779, -87.688418", "geocoded_a": "6650 S Rockwell St", "query": "6650 S ROCKWELL ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.688418, 41.772779 ] } },
{ "type": "Feature", "properties": { "date": "27-Jul-14", "address": "6750 N WESTERN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004569019", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 42.004694, "longitude": -87.69012, "coords": "42.004694, -87.690120", "geocoded_a": "6750 N Western Ave", "query": "6750 N WESTERN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.69012, 42.004694 ] } },
{ "type": "Feature", "properties": { "date": "27-Jul-14", "address": "6950 S STONY ISLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004501067", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "43", "latitude": 41.768226, "longitude": -87.586376, "coords": "41.768226, -87.586376", "geocoded_a": "6950 S Stony Island Ave", "query": "6950 S STONY ISLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.586376, 41.768226 ] } },
{ "type": "Feature", "properties": { "date": "27-Jul-14", "address": "650 N RIDGEWAY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004451111", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "38", "latitude": 41.893181, "longitude": -87.719957, "coords": "41.893181, -87.719957", "geocoded_a": "650 N Ridgeway Ave", "query": "650 N RIDGEWAY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.719957, 41.893181 ] } },
{ "type": "Feature", "properties": { "date": "27-Jul-14", "address": "7150 S CHAPPEL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004500494", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.766283, "longitude": -87.57513, "coords": "41.766283, -87.575130", "geocoded_a": "7150 S Chappel Ave", "query": "7150 S CHAPPEL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.57513, 41.766283 ] } },
{ "type": "Feature", "properties": { "date": "27-Jul-14", "address": "750 E 76TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004446074", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.7568, "longitude": -87.60624, "coords": "41.756800, -87.606240", "geocoded_a": "750 E 76th St", "query": "750 E 76TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.60624, 41.7568 ] } },
{ "type": "Feature", "properties": { "date": "27-Jul-14", "address": "950 W BELMONT", "city": "Chicago", "state": "Illinois", "anov numbe": "P004540356", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.939948, "longitude": -87.653693, "coords": "41.939948, -87.653693", "geocoded_a": "950 W Belmont Ave", "query": "950 W BELMONT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.653693, 41.939948 ] } },
{ "type": "Feature", "properties": { "date": "27-Jul-14", "address": "50 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004542392", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.88207, "longitude": -87.6295, "coords": "41.882070, -87.629500", "geocoded_a": "50 W Madison St", "query": "50 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.6295, 41.88207 ] } },
{ "type": "Feature", "properties": { "date": "28-Jul-14", "address": "1250 W PRATT", "city": "Chicago", "state": "Illinois", "anov numbe": "P004259390", "violation": "9-52-040 Yielding right-of-way.", "age": "45", "latitude": 42.005577, "longitude": -87.663089, "coords": "42.005577, -87.663089", "geocoded_a": "1250 W Pratt Blvd", "query": "1250 W PRATT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.663089, 42.005577 ] } },
{ "type": "Feature", "properties": { "date": "28-Jul-14", "address": "1350 N LARAMIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004272928", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "47", "latitude": 41.905416, "longitude": -87.755893, "coords": "41.905416, -87.755893", "geocoded_a": "1350 N Laramie Ave", "query": "1350 N LARAMIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.755893, 41.905416 ] } },
{ "type": "Feature", "properties": { "date": "28-Jul-14", "address": "1450 N MAYFIELD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004254718", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "27", "latitude": 41.907158, "longitude": -87.773097, "coords": "41.907158, -87.773097", "geocoded_a": "1450 N Mayfield Ave", "query": "1450 N MAYFIELD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.773097, 41.907158 ] } },
{ "type": "Feature", "properties": { "date": "28-Jul-14", "address": "1450 N MAYFIELD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004532699", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.907158, "longitude": -87.773097, "coords": "41.907158, -87.773097", "geocoded_a": "1450 N Mayfield Ave", "query": "1450 N MAYFIELD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.773097, 41.907158 ] } },
{ "type": "Feature", "properties": { "date": "28-Jul-14", "address": "1650 S PULASKI RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004357203", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "27", "latitude": 41.857307, "longitude": -87.724956, "coords": "41.857307, -87.724956", "geocoded_a": "1650 S Pulaski Rd", "query": "1650 S PULASKI RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.724956, 41.857307 ] } },
{ "type": "Feature", "properties": { "date": "28-Jul-14", "address": "2150 E 71ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004501034", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.766334, "longitude": -87.572298, "coords": "41.766334, -87.572298", "geocoded_a": "2150 E 71st St", "query": "2150 E 71ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.572298, 41.766334 ] } },
{ "type": "Feature", "properties": { "date": "28-Jul-14", "address": "2750 N PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004532624", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.931532, "longitude": -87.727019, "coords": "41.931532, -87.727019", "geocoded_a": "2750 N Pulaski Rd", "query": "2750 N PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.727019, 41.931532 ] } },
{ "type": "Feature", "properties": { "date": "28-Jul-14", "address": "250 N CICERO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004341331", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.885213, "longitude": -87.745501, "coords": "41.885213, -87.745501", "geocoded_a": "250 N Cicero Ave", "query": "250 N CICERO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.745501, 41.885213 ] } },
{ "type": "Feature", "properties": { "date": "28-Jul-14", "address": "3050 N CALIFORNIA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004376357", "violation": "9-52-010 Rights and duties.", "age": "25", "latitude": 41.937235, "longitude": -87.697797, "coords": "41.937235, -87.697797", "geocoded_a": "3050 N California Ave", "query": "3050 N CALIFORNIA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.697797, 41.937235 ] } },
{ "type": "Feature", "properties": { "date": "28-Jul-14", "address": "3150 W DOUGLAS BLVD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004355243", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.863026, "longitude": -87.704865, "coords": "41.863026, -87.704865", "geocoded_a": "3150 W Douglas Blvd", "query": "3150 W DOUGLAS BLVD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.704865, 41.863026 ] } },
{ "type": "Feature", "properties": { "date": "28-Jul-14", "address": "350 N CICERO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004341329", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "57", "latitude": 41.886799, "longitude": -87.74553, "coords": "41.886799, -87.745530", "geocoded_a": "350 N Cicero Ave", "query": "350 N CICERO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.74553, 41.886799 ] } },
{ "type": "Feature", "properties": { "date": "28-Jul-14", "address": "4050 N MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507927", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.880782, "longitude": -87.72719, "coords": "41.880782, -87.727190", "geocoded_a": "4050 W Madison St", "query": "4050 N MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.72719, 41.880782 ] } },
{ "type": "Feature", "properties": { "date": "28-Jul-14", "address": "4150 W MADISON ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507928", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "53", "latitude": 41.880748, "longitude": -87.729364, "coords": "41.880748, -87.729364", "geocoded_a": "4150 W Madison St", "query": "4150 W MADISON ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.729364, 41.880748 ] } },
{ "type": "Feature", "properties": { "date": "28-Jul-14", "address": "4150 W MADISON ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507930", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.880748, "longitude": -87.729364, "coords": "41.880748, -87.729364", "geocoded_a": "4150 W Madison St", "query": "4150 W MADISON ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.729364, 41.880748 ] } },
{ "type": "Feature", "properties": { "date": "28-Jul-14", "address": "4150 W MADISON ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507931", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "42", "latitude": 41.880748, "longitude": -87.729364, "coords": "41.880748, -87.729364", "geocoded_a": "4150 W Madison St", "query": "4150 W MADISON ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.729364, 41.880748 ] } },
{ "type": "Feature", "properties": { "date": "28-Jul-14", "address": "450 S CICERO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004484077", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "45", "latitude": 41.874529, "longitude": -87.745096, "coords": "41.874529, -87.745096", "geocoded_a": "450 S Cicero Ave", "query": "450 S CICERO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.745096, 41.874529 ] } },
{ "type": "Feature", "properties": { "date": "28-Jul-14", "address": "5050 W MADISON ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004341330", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "50", "latitude": 41.880453, "longitude": -87.75215, "coords": "41.880453, -87.752150", "geocoded_a": "5050 W Madison St", "query": "5050 W MADISON ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.75215, 41.880453 ] } },
{ "type": "Feature", "properties": { "date": "28-Jul-14", "address": "7050 N SHERIDAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004562329", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 42.010651, "longitude": -87.662629, "coords": "42.010651, -87.662629", "geocoded_a": "7050 N Sheridan Rd", "query": "7050 N SHERIDAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.662629, 42.010651 ] } },
{ "type": "Feature", "properties": { "date": "28-Jul-14", "address": "7150 S JEFFERY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004501036", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "41", "latitude": 41.764552, "longitude": -87.576307, "coords": "41.764552, -87.576307", "geocoded_a": "7150 S Jeffery Blvd", "query": "7150 S JEFFERY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.576307, 41.764552 ] } },
{ "type": "Feature", "properties": { "date": "28-Jul-14", "address": "750 N ELIZABETH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004442808", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.895623, "longitude": -87.659514, "coords": "41.895623, -87.659514", "geocoded_a": "750 N Elizabeth St", "query": "750 N ELIZABETH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.659514, 41.895623 ] } },
{ "type": "Feature", "properties": { "date": "29-Jul-14", "address": "1250 W FOSTER", "city": "Chicago", "state": "Illinois", "anov numbe": "P004344000", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "33", "latitude": 41.976381, "longitude": -87.661941, "coords": "41.976381, -87.661941", "geocoded_a": "1250 W Foster Ave", "query": "1250 W FOSTER, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.661941, 41.976381 ] } },
{ "type": "Feature", "properties": { "date": "29-Jul-14", "address": "150 N KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507932", "violation": "9-52-021 Riding bicycle on sidewalks on North Sheridan Road", "age": "37", "latitude": 41.88387, "longitude": -87.706261, "coords": "41.883870, -87.706261", "geocoded_a": "150 N Kedzie Ave", "query": "150 N KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.706261, 41.88387 ] } },
{ "type": "Feature", "properties": { "date": "29-Jul-14", "address": "150 N MAYFIELD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004405568", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "48", "latitude": 41.883104, "longitude": -87.771912, "coords": "41.883104, -87.771912", "geocoded_a": "150 N Mayfield Ave", "query": "150 N MAYFIELD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.771912, 41.883104 ] } },
{ "type": "Feature", "properties": { "date": "29-Jul-14", "address": "2150 E 71ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004562402", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "33", "latitude": 41.766334, "longitude": -87.572298, "coords": "41.766334, -87.572298", "geocoded_a": "2150 E 71st St", "query": "2150 E 71ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.572298, 41.766334 ] } },
{ "type": "Feature", "properties": { "date": "29-Jul-14", "address": "2150 E 75TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004562358", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "33", "latitude": 41.758984, "longitude": -87.572085, "coords": "41.758984, -87.572085", "geocoded_a": "2150 E 75th St", "query": "2150 E 75TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.572085, 41.758984 ] } },
{ "type": "Feature", "properties": { "date": "29-Jul-14", "address": "2150 E 80TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004562359", "violation": "9-52-040 Yielding right-of-way.", "age": "33", "latitude": 41.749927, "longitude": -87.571907, "coords": "41.749927, -87.571907", "geocoded_a": "2150 E 80th St", "query": "2150 E 80TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.571907, 41.749927 ] } },
{ "type": "Feature", "properties": { "date": "29-Jul-14", "address": "2250 N LONG", "city": "Chicago", "state": "Illinois", "anov numbe": "P004276268", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 41.921286, "longitude": -87.761021, "coords": "41.921286, -87.761021", "geocoded_a": "2250 N Long Ave", "query": "2250 N LONG, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.761021, 41.921286 ] } },
{ "type": "Feature", "properties": { "date": "29-Jul-14", "address": "2250 N LONG", "city": "Chicago", "state": "Illinois", "anov numbe": "P004269115", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.921286, "longitude": -87.761021, "coords": "41.921286, -87.761021", "geocoded_a": "2250 N Long Ave", "query": "2250 N LONG, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.761021, 41.921286 ] } },
{ "type": "Feature", "properties": { "date": "29-Jul-14", "address": "2550 W DIVISION", "city": "Chicago", "state": "Illinois", "anov numbe": "P004298584", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.902987, "longitude": -87.691512, "coords": "41.902987, -87.691512", "geocoded_a": "2550 W Division St", "query": "2550 W DIVISION, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.691512, 41.902987 ] } },
{ "type": "Feature", "properties": { "date": "29-Jul-14", "address": "3350 W WABANSIA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004217716", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.911983, "longitude": -87.710935, "coords": "41.911983, -87.710935", "geocoded_a": "3350 W Wabansia Ave", "query": "3350 W WABANSIA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.710935, 41.911983 ] } },
{ "type": "Feature", "properties": { "date": "29-Jul-14", "address": "3550 W ROOSEVELT", "city": "Chicago", "state": "Illinois", "anov numbe": "P004546381", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.866355, "longitude": -87.715043, "coords": "41.866355, -87.715043", "geocoded_a": "3550 W Roosevelt Rd", "query": "3550 W ROOSEVELT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.715043, 41.866355 ] } },
{ "type": "Feature", "properties": { "date": "29-Jul-14", "address": "4250 W LAKE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507933", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "53", "latitude": 41.885831, "longitude": -87.732712, "coords": "41.885831, -87.732712", "geocoded_a": "4250 W Lake St", "query": "4250 W LAKE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.732712, 41.885831 ] } },
{ "type": "Feature", "properties": { "date": "29-Jul-14", "address": "5450 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004328103", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.880332, "longitude": -87.762311, "coords": "41.880332, -87.762311", "geocoded_a": "5450 W Madison St", "query": "5450 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.762311, 41.880332 ] } },
{ "type": "Feature", "properties": { "date": "29-Jul-14", "address": "5650 S ASHLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004531291", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.790698, "longitude": -87.66453, "coords": "41.790698, -87.664530", "geocoded_a": "5650 S Ashland Ave", "query": "5650 S ASHLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.66453, 41.790698 ] } },
{ "type": "Feature", "properties": { "date": "29-Jul-14", "address": "5850 S ASHLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004531292", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.787339, "longitude": -87.664473, "coords": "41.787339, -87.664473", "geocoded_a": "5850 S Ashland Ave", "query": "5850 S ASHLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.664473, 41.787339 ] } },
{ "type": "Feature", "properties": { "date": "29-Jul-14", "address": "550 N KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004298585", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.891561, "longitude": -87.706499, "coords": "41.891561, -87.706499", "geocoded_a": "550 N Kedzie Ave", "query": "550 N KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.706499, 41.891561 ] } },
{ "type": "Feature", "properties": { "date": "29-Jul-14", "address": "7350 S WINCHESTER", "city": "Chicago", "state": "Illinois", "anov numbe": "P004523708", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.760251, "longitude": -87.672247, "coords": "41.760251, -87.672247", "geocoded_a": "7350 S Winchester Ave", "query": "7350 S WINCHESTER, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.672247, 41.760251 ] } },
{ "type": "Feature", "properties": { "date": "29-Jul-14", "address": "7550 S EXCHANGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004562356", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "48", "latitude": 41.757857, "longitude": -87.559024, "coords": "41.757857, -87.559024", "geocoded_a": "7550 S Exchange Ave", "query": "7550 S EXCHANGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.559024, 41.757857 ] } },
{ "type": "Feature", "properties": { "date": "29-Jul-14", "address": "7550 S EXCHANGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004562357", "violation": "9-52-040 Yielding right-of-way.", "age": "48", "latitude": 41.757857, "longitude": -87.559024, "coords": "41.757857, -87.559024", "geocoded_a": "7550 S Exchange Ave", "query": "7550 S EXCHANGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.559024, 41.757857 ] } },
{ "type": "Feature", "properties": { "date": "29-Jul-14", "address": "7550 S EXCHANGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004562401", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "48", "latitude": 41.757857, "longitude": -87.559024, "coords": "41.757857, -87.559024", "geocoded_a": "7550 S Exchange Ave", "query": "7550 S EXCHANGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.559024, 41.757857 ] } },
{ "type": "Feature", "properties": { "date": "29-Jul-14", "address": "7650 S PEORIA ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004533462", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.754943, "longitude": -87.646636, "coords": "41.754943, -87.646636", "geocoded_a": "7650 S Peoria St", "query": "7650 S PEORIA ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.646636, 41.754943 ] } },
{ "type": "Feature", "properties": { "date": "29-Jul-14", "address": "950 E 67TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004575024", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.773245, "longitude": -87.602036, "coords": "41.773245, -87.602036", "geocoded_a": "950 E 67th St", "query": "950 E 67TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.602036, 41.773245 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "10550 S WESTERN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004372275", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "49", "latitude": 41.701201, "longitude": -87.681467, "coords": "41.701201, -87.681467", "geocoded_a": "10550 S Western Ave", "query": "10550 S WESTERN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.681467, 41.701201 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "11150 S STATE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004533463", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.691369, "longitude": -87.623126, "coords": "41.691369, -87.623126", "geocoded_a": "11150 S State St", "query": "11150 S STATE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.623126, 41.691369 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "1150 N ORLEANS", "city": "Chicago", "state": "Illinois", "anov numbe": "P004236504", "violation": "9-52-010 Rights and duties.", "age": "41", "latitude": 41.90332, "longitude": -87.63748, "coords": "41.903320, -87.637480", "geocoded_a": "1150 N Orleans St", "query": "1150 N ORLEANS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.63748, 41.90332 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "1150 N ORLEANS", "city": "Chicago", "state": "Illinois", "anov numbe": "P004236505", "violation": "9-52-010 Rights and duties.", "age": "26", "latitude": 41.90332, "longitude": -87.63748, "coords": "41.903320, -87.637480", "geocoded_a": "1150 N Orleans St", "query": "1150 N ORLEANS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.63748, 41.90332 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "1150 N ORLEANS", "city": "Chicago", "state": "Illinois", "anov numbe": "P004236506", "violation": "9-52-010 Rights and duties.", "age": "19", "latitude": 41.90332, "longitude": -87.63748, "coords": "41.903320, -87.637480", "geocoded_a": "1150 N Orleans St", "query": "1150 N ORLEANS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.63748, 41.90332 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "1150 W 83RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004564353", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "52", "latitude": 41.743296, "longitude": -87.652619, "coords": "41.743296, -87.652619", "geocoded_a": "1150 W 83rd St", "query": "1150 W 83RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.652619, 41.743296 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "1350 N PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004276992", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "39", "latitude": 41.905582, "longitude": -87.726424, "coords": "41.905582, -87.726424", "geocoded_a": "1350 N Pulaski Rd", "query": "1350 N PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.726424, 41.905582 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "1450 E 71ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004501069", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.766205, "longitude": -87.589125, "coords": "41.766205, -87.589125", "geocoded_a": "1450 E 71st St", "query": "1450 E 71ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.589125, 41.766205 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "1550 N KEELER AVE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004271246", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 41.909393, "longitude": -87.73145, "coords": "41.909393, -87.731450", "geocoded_a": "1550 N Keeler Ave", "query": "1550 N KEELER AVE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.73145, 41.909393 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "1650 W HOWARD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004562331", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "36", "latitude": 42.019456, "longitude": -87.672748, "coords": "42.019456, -87.672748", "geocoded_a": "1650 W Howard St", "query": "1650 W HOWARD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.672748, 42.019456 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "1950 N HALSTED", "city": "Chicago", "state": "Illinois", "anov numbe": "P004236502", "violation": "9-52-010 Rights and duties.", "age": "46", "latitude": 41.917534, "longitude": -87.648529, "coords": "41.917534, -87.648529", "geocoded_a": "1950 N Halsted St", "query": "1950 N HALSTED, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.648529, 41.917534 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "150 W DIVISION", "city": "Chicago", "state": "Illinois", "anov numbe": "P004542934", "violation": "9-52-021 Riding bicycle on sidewalks on North Sheridan Road", "age": "31", "latitude": 41.903926, "longitude": -87.633224, "coords": "41.903926, -87.633224", "geocoded_a": "150 W Division St", "query": "150 W DIVISION, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.633224, 41.903926 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "150 W DIVISION", "city": "Chicago", "state": "Illinois", "anov numbe": "P004542935", "violation": "9-52-080 Headlamps", "age": "31", "latitude": 41.903926, "longitude": -87.633224, "coords": "41.903926, -87.633224", "geocoded_a": "150 W Division St", "query": "150 W DIVISION, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.633224, 41.903926 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "2050 E 71ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004562362", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "32", "latitude": 41.766305, "longitude": -87.574655, "coords": "41.766305, -87.574655", "geocoded_a": "2050 E 71st St", "query": "2050 E 71ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.574655, 41.766305 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "2050 E 71ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004562363", "violation": "9-52-040 Yielding right-of-way.", "age": "32", "latitude": 41.766305, "longitude": -87.574655, "coords": "41.766305, -87.574655", "geocoded_a": "2050 E 71st St", "query": "2050 E 71ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.574655, 41.766305 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "2050 E 71TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004562405", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "32", "latitude": 41.766305, "longitude": -87.574655, "coords": "41.766305, -87.574655", "geocoded_a": "2050 E 71st St", "query": "2050 E 71TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.574655, 41.766305 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "2250 S SAWYER", "city": "Chicago", "state": "Illinois", "anov numbe": "P004385769", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.850435, "longitude": -87.706497, "coords": "41.850435, -87.706497", "geocoded_a": "2250 S Sawyer Ave", "query": "2250 S SAWYER, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.706497, 41.850435 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "2550 E 75TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004562364", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.759112, "longitude": -87.562232, "coords": "41.759112, -87.562232", "geocoded_a": "2550 E 75th St", "query": "2550 E 75TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.562232, 41.759112 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "2550 E 75TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004562365", "violation": "9-52-040 Yielding right-of-way.", "age": "25", "latitude": 41.759112, "longitude": -87.562232, "coords": "41.759112, -87.562232", "geocoded_a": "2550 E 75th St", "query": "2550 E 75TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.562232, 41.759112 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "2550 E 75TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004562366", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.759112, "longitude": -87.562232, "coords": "41.759112, -87.562232", "geocoded_a": "2550 E 75th St", "query": "2550 E 75TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.562232, 41.759112 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "2550 E 75TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004562367", "violation": "9-52-040 Yielding right-of-way.", "age": "24", "latitude": 41.759112, "longitude": -87.562232, "coords": "41.759112, -87.562232", "geocoded_a": "2550 E 75th St", "query": "2550 E 75TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.562232, 41.759112 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "2550 E 75TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004564337", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.759112, "longitude": -87.562232, "coords": "41.759112, -87.562232", "geocoded_a": "2550 E 75th St", "query": "2550 E 75TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.562232, 41.759112 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "2550 E 75TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004562406", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.759112, "longitude": -87.562232, "coords": "41.759112, -87.562232", "geocoded_a": "2550 E 75th St", "query": "2550 E 75TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.562232, 41.759112 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "2550 E 75TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004562407", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.759112, "longitude": -87.562232, "coords": "41.759112, -87.562232", "geocoded_a": "2550 E 75th St", "query": "2550 E 75TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.562232, 41.759112 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "2650 S MILLARD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004350774", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.843433, "longitude": -87.716034, "coords": "41.843433, -87.716034", "geocoded_a": "2650 S Millard Ave", "query": "2650 S MILLARD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.716034, 41.843433 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "2650 S MILLARD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356230", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.843433, "longitude": -87.716034, "coords": "41.843433, -87.716034", "geocoded_a": "2650 S Millard Ave", "query": "2650 S MILLARD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.716034, 41.843433 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "2850 W ARMITAGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004377529", "violation": "9-52-010 Rights and duties.", "age": "30", "latitude": 41.917486, "longitude": -87.69923, "coords": "41.917486, -87.699230", "geocoded_a": "2850 W Armitage Ave", "query": "2850 W ARMITAGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.69923, 41.917486 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "250 E 35TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004407437", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.831149, "longitude": -87.619702, "coords": "41.831149, -87.619702", "geocoded_a": "250 E 35th St", "query": "250 E 35TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.619702, 41.831149 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "250 S LARAMIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004404475", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "49", "latitude": 41.877231, "longitude": -87.754993, "coords": "41.877231, -87.754993", "geocoded_a": "250 S Laramie Ave", "query": "250 S LARAMIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.754993, 41.877231 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "3150 W 24TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004385771", "violation": "9-52-010 Rights and duties.", "age": "18", "latitude": 41.848216, "longitude": -87.704303, "coords": "41.848216, -87.704303", "geocoded_a": "3150 W 24th St", "query": "3150 W 24TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.704303, 41.848216 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "3250 W 24TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004385770", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.848255, "longitude": -87.70675, "coords": "41.848255, -87.706750", "geocoded_a": "3250 W 24th St", "query": "3250 W 24TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.70675, 41.848255 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "3650 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507935", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "54", "latitude": 41.895497, "longitude": -87.718364, "coords": "41.895497, -87.718364", "geocoded_a": "3650 W Chicago Ave", "query": "3650 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.718364, 41.895497 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "3750 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507936", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.89547, "longitude": -87.720762, "coords": "41.895470, -87.720762", "geocoded_a": "3750 W Chicago Ave", "query": "3750 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.720762, 41.89547 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "3750 W DOUGLAS BLVD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004358001", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.862916, "longitude": -87.719069, "coords": "41.862916, -87.719069", "geocoded_a": "3750 W Douglas Blvd", "query": "3750 W DOUGLAS BLVD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.719069, 41.862916 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "3750 W ROOSEVELT RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004262234", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.866331, "longitude": -87.719013, "coords": "41.866331, -87.719013", "geocoded_a": "3750 W Roosevelt Rd", "query": "3750 W ROOSEVELT RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.719013, 41.866331 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "3850 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004488855", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "59", "latitude": 41.895441, "longitude": -87.723224, "coords": "41.895441, -87.723224", "geocoded_a": "3850 W Chicago Ave", "query": "3850 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.723224, 41.895441 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "3950 W AUGUSTA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004488856", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "43", "latitude": 41.899108, "longitude": -87.725313, "coords": "41.899108, -87.725313", "geocoded_a": "3950 W Augusta Blvd", "query": "3950 W AUGUSTA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.725313, 41.899108 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "350 S LAVERGNE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004406191", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.875298, "longitude": -87.749249, "coords": "41.875298, -87.749249", "geocoded_a": "350 S Lavergne Ave", "query": "350 S LAVERGNE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.749249, 41.875298 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "350 W DIVISION", "city": "Chicago", "state": "Illinois", "anov numbe": "P004236503", "violation": "9-52-010 Rights and duties.", "age": "28", "latitude": 41.90383, "longitude": -87.637659, "coords": "41.903830, -87.637659", "geocoded_a": "350 W Division St", "query": "350 W DIVISION, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.637659, 41.90383 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "4050 W LAKE ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508470", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.885583, "longitude": -87.727798, "coords": "41.885583, -87.727798", "geocoded_a": "4050 W Lake St", "query": "4050 W LAKE ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.727798, 41.885583 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "4850 S DAMEN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004545713", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.805179, "longitude": -87.67466, "coords": "41.805179, -87.674660", "geocoded_a": "4850 S Damen Ave", "query": "4850 S DAMEN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.67466, 41.805179 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "4850 S WOLCOTT", "city": "Chicago", "state": "Illinois", "anov numbe": "P004545712", "violation": "9-52-050 Riding in single file required--Exceptions.", "age": "22", "latitude": 41.80526, "longitude": -87.672206, "coords": "41.805260, -87.672206", "geocoded_a": "4850 S Wolcott Ave", "query": "4850 S WOLCOTT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.672206, 41.80526 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "450 E 63RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004500617", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "37", "latitude": 41.780335, "longitude": -87.614025, "coords": "41.780335, -87.614025", "geocoded_a": "450 E 63rd St", "query": "450 E 63RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.614025, 41.780335 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "5250 W LAKE ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004484145", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.887321, "longitude": -87.756607, "coords": "41.887321, -87.756607", "geocoded_a": "5250 W Lake St", "query": "5250 W LAKE ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.756607, 41.887321 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "6750 N SHERIDAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004259445", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 42.005062, "longitude": -87.660949, "coords": "42.005062, -87.660949", "geocoded_a": "6750 N Sheridan Rd", "query": "6750 N SHERIDAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.660949, 42.005062 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "6750 S STONY ISLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004501044", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.772111, "longitude": -87.58632, "coords": "41.772111, -87.586320", "geocoded_a": "6750 S Stony Island Ave", "query": "6750 S STONY ISLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.58632, 41.772111 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "6950 S PAXTON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004501040", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.768913, "longitude": -87.571521, "coords": "41.768913, -87.571521", "geocoded_a": "6950 S Paxton Ave", "query": "6950 S PAXTON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.571521, 41.768913 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "650 S DAMEN", "city": "Chicago", "state": "Illinois", "anov numbe": "P003897080", "violation": "9-52-080 Headlamps", "age": "30", "latitude": 41.873393, "longitude": -87.676503, "coords": "41.873393, -87.676503", "geocoded_a": "650 S Damen Ave", "query": "650 S DAMEN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.676503, 41.873393 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "650 S DAMEN", "city": "Chicago", "state": "Illinois", "anov numbe": "P003897081", "violation": "9-52-080 Headlamps", "age": "20", "latitude": 41.873393, "longitude": -87.676503, "coords": "41.873393, -87.676503", "geocoded_a": "650 S Damen Ave", "query": "650 S DAMEN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.676503, 41.873393 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "7150 S EUCLID", "city": "Chicago", "state": "Illinois", "anov numbe": "P004501037", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "61", "latitude": 41.764716, "longitude": -87.57814, "coords": "41.764716, -87.578140", "geocoded_a": "7150 S Euclid Ave", "query": "7150 S EUCLID, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.57814, 41.764716 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "7650 N SHERIDAN RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004259446", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "30", "latitude": 42.020578, "longitude": -87.666495, "coords": "42.020578, -87.666495", "geocoded_a": "7650 N Sheridan Rd", "query": "7650 N SHERIDAN RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.666495, 42.020578 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "7950 S MARSHFIELD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004368413", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.748857, "longitude": -87.66465, "coords": "41.748857, -87.664650", "geocoded_a": "7950 S Marshfield Ave", "query": "7950 S MARSHFIELD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.66465, 41.748857 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "8250 S EXCHANGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004533450", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "53", "latitude": 41.744906, "longitude": -87.552777, "coords": "41.744906, -87.552777", "geocoded_a": "8250 S Exchange Ave", "query": "8250 S EXCHANGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.552777, 41.744906 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "8950 S MARSHFIELD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004314362", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "46", "latitude": 41.730907, "longitude": -87.664192, "coords": "41.730907, -87.664192", "geocoded_a": "8950 S Marshfield Ave", "query": "8950 S MARSHFIELD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.664192, 41.730907 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "850 N PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004488940", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "53", "latitude": 41.89668, "longitude": -87.726166, "coords": "41.896680, -87.726166", "geocoded_a": "850 N Pulaski Rd", "query": "850 N PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.726166, 41.89668 ] } },
{ "type": "Feature", "properties": { "date": "30-Jul-14", "address": "50 N KARLOV", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508473", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.881429, "longitude": -87.728179, "coords": "41.881429, -87.728179", "geocoded_a": "50 N Karlov Ave", "query": "50 N KARLOV, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.728179, 41.881429 ] } },
{ "type": "Feature", "properties": { "date": "31-Jul-14", "address": "1050 N PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520904", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.900075, "longitude": -87.726268, "coords": "41.900075, -87.726268", "geocoded_a": "1050 N Pulaski Rd", "query": "1050 N PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.726268, 41.900075 ] } },
{ "type": "Feature", "properties": { "date": "31-Jul-14", "address": "1150 N DAMEN", "city": "Chicago", "state": "Illinois", "anov numbe": "P003897082", "violation": "9-52-080 Headlamps", "age": "26", "latitude": 41.902524, "longitude": -87.677298, "coords": "41.902524, -87.677298", "geocoded_a": "1150 N Damen Ave", "query": "1150 N DAMEN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.677298, 41.902524 ] } },
{ "type": "Feature", "properties": { "date": "31-Jul-14", "address": "1250 W 111TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004221612", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.692232, "longitude": -87.6541, "coords": "41.692232, -87.654100", "geocoded_a": "1250 W 111th St", "query": "1250 W 111TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.6541, 41.692232 ] } },
{ "type": "Feature", "properties": { "date": "31-Jul-14", "address": "150 S STATE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004557907", "violation": "9-52-010 Rights and duties.", "age": "21", "latitude": 41.879848, "longitude": -87.62778, "coords": "41.879848, -87.627780", "geocoded_a": "150 S State St", "query": "150 S STATE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.62778, 41.879848 ] } },
{ "type": "Feature", "properties": { "date": "31-Jul-14", "address": "2050 E 71ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004501045", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.766305, "longitude": -87.574655, "coords": "41.766305, -87.574655", "geocoded_a": "2050 E 71st St", "query": "2050 E 71ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.574655, 41.766305 ] } },
{ "type": "Feature", "properties": { "date": "31-Jul-14", "address": "2250 W DIVISION ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P003897083", "violation": "9-52-080 Headlamps", "age": "25", "latitude": 41.903085, "longitude": -87.684141, "coords": "41.903085, -87.684141", "geocoded_a": "2250 W Division St", "query": "2250 W DIVISION ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.684141, 41.903085 ] } },
{ "type": "Feature", "properties": { "date": "31-Jul-14", "address": "2350 W DIVISION ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P003897084", "violation": "9-52-080 Headlamps", "age": "23", "latitude": 41.903099, "longitude": -87.685769, "coords": "41.903099, -87.685769", "geocoded_a": "2350 W Division St", "query": "2350 W DIVISION ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.685769, 41.903099 ] } },
{ "type": "Feature", "properties": { "date": "31-Jul-14", "address": "2450 S MARSHALL BLVD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004354513", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.84807, "longitude": -87.699038, "coords": "41.848070, -87.699038", "geocoded_a": "2450 S Marshall Blvd", "query": "2450 S MARSHALL BLVD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.699038, 41.84807 ] } },
{ "type": "Feature", "properties": { "date": "31-Jul-14", "address": "2750 E 75TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004501072", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.76068, "longitude": -87.557151, "coords": "41.760680, -87.557151", "geocoded_a": "2750 E 75th St", "query": "2750 E 75TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.557151, 41.76068 ] } },
{ "type": "Feature", "properties": { "date": "31-Jul-14", "address": "250 W KARLOV", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507941", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.940041, "longitude": -87.729662, "coords": "41.940041, -87.729662", "geocoded_a": "N Karlov Ave", "query": "250 W KARLOV, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.729662, 41.940041 ] } },
{ "type": "Feature", "properties": { "date": "31-Jul-14", "address": "3350 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507938", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "57", "latitude": 41.881004, "longitude": -87.709756, "coords": "41.881004, -87.709756", "geocoded_a": "3350 W Madison St", "query": "3350 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.709756, 41.881004 ] } },
{ "type": "Feature", "properties": { "date": "31-Jul-14", "address": "3350 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508475", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "59", "latitude": 41.881004, "longitude": -87.709756, "coords": "41.881004, -87.709756", "geocoded_a": "3350 W Madison St", "query": "3350 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.709756, 41.881004 ] } },
{ "type": "Feature", "properties": { "date": "31-Jul-14", "address": "3650 S COTTAGE GRO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004495892", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.828408, "longitude": -87.609262, "coords": "41.828408, -87.609262", "geocoded_a": "3650 S Cottage Grove Ave", "query": "3650 S COTTAGE GRO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.609262, 41.828408 ] } },
{ "type": "Feature", "properties": { "date": "31-Jul-14", "address": "4150 W LAKE ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520903", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "32", "latitude": 41.885711, "longitude": -87.730259, "coords": "41.885711, -87.730259", "geocoded_a": "4150 W Lake St", "query": "4150 W LAKE ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.730259, 41.885711 ] } },
{ "type": "Feature", "properties": { "date": "31-Jul-14", "address": "4250 S VINCENNES", "city": "Chicago", "state": "Illinois", "anov numbe": "P004515573", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "33", "latitude": 41.817295, "longitude": -87.614035, "coords": "41.817295, -87.614035", "geocoded_a": "4250 S Vincennes Ave", "query": "4250 S VINCENNES, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.614035, 41.817295 ] } },
{ "type": "Feature", "properties": { "date": "31-Jul-14", "address": "4350 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507939", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "43", "latitude": 41.880631, "longitude": -87.735144, "coords": "41.880631, -87.735144", "geocoded_a": "4350 W Madison St", "query": "4350 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.735144, 41.880631 ] } },
{ "type": "Feature", "properties": { "date": "31-Jul-14", "address": "4350 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520901", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "57", "latitude": 41.880631, "longitude": -87.735144, "coords": "41.880631, -87.735144", "geocoded_a": "4350 W Madison St", "query": "4350 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.735144, 41.880631 ] } },
{ "type": "Feature", "properties": { "date": "31-Jul-14", "address": "4450 W MADISON ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507940", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.880613, "longitude": -87.737443, "coords": "41.880613, -87.737443", "geocoded_a": "4450 W Madison St", "query": "4450 W MADISON ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.737443, 41.880613 ] } },
{ "type": "Feature", "properties": { "date": "31-Jul-14", "address": "450 E 71ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004563171", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "30", "latitude": 41.765815, "longitude": -87.613601, "coords": "41.765815, -87.613601", "geocoded_a": "450 E 71st St", "query": "450 E 71ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.613601, 41.765815 ] } },
{ "type": "Feature", "properties": { "date": "31-Jul-14", "address": "450 E 71ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004563172", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "30", "latitude": 41.765815, "longitude": -87.613601, "coords": "41.765815, -87.613601", "geocoded_a": "450 E 71st St", "query": "450 E 71ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.613601, 41.765815 ] } },
{ "type": "Feature", "properties": { "date": "31-Jul-14", "address": "550 E PERSHING", "city": "Chicago", "state": "Illinois", "anov numbe": "P004495891", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.823947, "longitude": -87.613526, "coords": "41.823947, -87.613526", "geocoded_a": "550 E Pershing Rd", "query": "550 E PERSHING, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.613526, 41.823947 ] } },
{ "type": "Feature", "properties": { "date": "31-Jul-14", "address": "6150 S KING DR", "city": "Chicago", "state": "Illinois", "anov numbe": "P004539453", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.782936, "longitude": -87.615763, "coords": "41.782936, -87.615763", "geocoded_a": "6150 S King Dr", "query": "6150 S KING DR, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.615763, 41.782936 ] } },
{ "type": "Feature", "properties": { "date": "31-Jul-14", "address": "6450 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004471933", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.775925, "longitude": -87.703127, "coords": "41.775925, -87.703127", "geocoded_a": "6450 S Kedzie Ave", "query": "6450 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.703127, 41.775925 ] } },
{ "type": "Feature", "properties": { "date": "31-Jul-14", "address": "7250 S HALSTED", "city": "Chicago", "state": "Illinois", "anov numbe": "P004523709", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.761871, "longitude": -87.644356, "coords": "41.761871, -87.644356", "geocoded_a": "7250 S Halsted St", "query": "7250 S HALSTED, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.644356, 41.761871 ] } },
{ "type": "Feature", "properties": { "date": "31-Jul-14", "address": "7650 N PAULINA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004252747", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 42.020954, "longitude": -87.673099, "coords": "42.020954, -87.673099", "geocoded_a": "7650 N Paulina St", "query": "7650 N PAULINA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.673099, 42.020954 ] } },
{ "type": "Feature", "properties": { "date": "31-Jul-14", "address": "850 W 71ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004384781", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "36", "latitude": 41.765254, "longitude": -87.646014, "coords": "41.765254, -87.646014", "geocoded_a": "850 W 71st St", "query": "850 W 71ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.646014, 41.765254 ] } },
{ "type": "Feature", "properties": { "date": "31-Jul-14", "address": "950 N MONTICELLO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004380899", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "48", "latitude": 41.898751, "longitude": -87.717658, "coords": "41.898751, -87.717658", "geocoded_a": "950 N Monticello Ave", "query": "950 N MONTICELLO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.717658, 41.898751 ] } },
{ "type": "Feature", "properties": { "date": "1-Aug-14", "address": "11050 S WENTWORTH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004533835", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.693155, "longitude": -87.627981, "coords": "41.693155, -87.627981", "geocoded_a": "11050 S Wentworth Ave", "query": "11050 S WENTWORTH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.627981, 41.693155 ] } },
{ "type": "Feature", "properties": { "date": "1-Aug-14", "address": "13150 S LANGLEY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004346594", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.6565, "longitude": -87.605197, "coords": "41.6565, -87.605197", "geocoded_a": "13150 S Langley Ave", "query": "13150 S LANGLEY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.605197, 41.6565 ] } },
{ "type": "Feature", "properties": { "date": "1-Aug-14", "address": "150 S ST LAWRENCE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004533232", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "52", "latitude": 41.77616, "longitude": -87.610697, "coords": "41.776160, -87.610697", "geocoded_a": "S St Lawrence Ave", "query": "150 S ST LAWRENCE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.610697, 41.77616 ] } },
{ "type": "Feature", "properties": { "date": "1-Aug-14", "address": "2150 E 71ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004588783", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.766334, "longitude": -87.572298, "coords": "41.766334, -87.572298", "geocoded_a": "2150 E 71st St", "query": "2150 E 71ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.572298, 41.766334 ] } },
{ "type": "Feature", "properties": { "date": "1-Aug-14", "address": "2150 E 71ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004501075", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "52", "latitude": 41.766334, "longitude": -87.572298, "coords": "41.766334, -87.572298", "geocoded_a": "2150 E 71st St", "query": "2150 E 71ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.572298, 41.766334 ] } },
{ "type": "Feature", "properties": { "date": "1-Aug-14", "address": "2150 E 71ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004588782", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.766334, "longitude": -87.572298, "coords": "41.766334, -87.572298", "geocoded_a": "2150 E 71st St", "query": "2150 E 71ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.572298, 41.766334 ] } },
{ "type": "Feature", "properties": { "date": "1-Aug-14", "address": "2650 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004471578", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "30", "latitude": 41.779177, "longitude": -87.690473, "coords": "41.779177, -87.690473", "geocoded_a": "2650 W 63rd St", "query": "2650 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.690473, 41.779177 ] } },
{ "type": "Feature", "properties": { "date": "1-Aug-14", "address": "250 N CICERO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004563392", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.885213, "longitude": -87.745501, "coords": "41.885213, -87.745501", "geocoded_a": "250 N Cicero Ave", "query": "250 N CICERO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.745501, 41.885213 ] } },
{ "type": "Feature", "properties": { "date": "1-Aug-14", "address": "3650 W 26 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356887", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.844442, "longitude": -87.716533, "coords": "41.844442, -87.716533", "geocoded_a": "3650 W 26th St", "query": "3650 W 26 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.716533, 41.844442 ] } },
{ "type": "Feature", "properties": { "date": "1-Aug-14", "address": "350 N CICERO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004275530", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 41.886799, "longitude": -87.74553, "coords": "41.886799, -87.745530", "geocoded_a": "350 N Cicero Ave", "query": "350 N CICERO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.74553, 41.886799 ] } },
{ "type": "Feature", "properties": { "date": "1-Aug-14", "address": "350 S LARAMIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004341332", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.875484, "longitude": -87.754934, "coords": "41.875484, -87.754934", "geocoded_a": "350 S Laramie Ave", "query": "350 S LARAMIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.754934, 41.875484 ] } },
{ "type": "Feature", "properties": { "date": "1-Aug-14", "address": "7150 S EUCLID", "city": "Chicago", "state": "Illinois", "anov numbe": "P004588916", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "43", "latitude": 41.764716, "longitude": -87.57814, "coords": "41.764716, -87.578140", "geocoded_a": "7150 S Euclid Ave", "query": "7150 S EUCLID, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.57814, 41.764716 ] } },
{ "type": "Feature", "properties": { "date": "1-Aug-14", "address": "7150 S PAXTON ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004588781", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.764661, "longitude": -87.571378, "coords": "41.764661, -87.571378", "geocoded_a": "7150 S Paxton Ave", "query": "7150 S PAXTON ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.571378, 41.764661 ] } },
{ "type": "Feature", "properties": { "date": "1-Aug-14", "address": "7150 S VERNON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004547901", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.764184, "longitude": -87.614047, "coords": "41.764184, -87.614047", "geocoded_a": "7150 S Vernon Ave", "query": "7150 S VERNON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.614047, 41.764184 ] } },
{ "type": "Feature", "properties": { "date": "1-Aug-14", "address": "50 E 71ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004547360", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.765636, "longitude": -87.622904, "coords": "41.765636, -87.622904", "geocoded_a": "50 E 71st St", "query": "50 E 71ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.622904, 41.765636 ] } },
{ "type": "Feature", "properties": { "date": "2-Aug-14", "address": "1850 S HOMAN AVE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004357253", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "43", "latitude": 41.855486, "longitude": -87.710277, "coords": "41.855486, -87.710277", "geocoded_a": "1850 S Homan Ave", "query": "1850 S HOMAN AVE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.710277, 41.855486 ] } },
{ "type": "Feature", "properties": { "date": "2-Aug-14", "address": "2050 E 71ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004588919", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "46", "latitude": 41.766305, "longitude": -87.574655, "coords": "41.766305, -87.574655", "geocoded_a": "2050 E 71st St", "query": "2050 E 71ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.574655, 41.766305 ] } },
{ "type": "Feature", "properties": { "date": "2-Aug-14", "address": "2250 E 70", "city": "Chicago", "state": "Illinois", "anov numbe": "P004588786", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.768118, "longitude": -87.570598, "coords": "41.768118, -87.570598", "geocoded_a": "2250 E 70th St", "query": "2250 E 70, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.570598, 41.768118 ] } },
{ "type": "Feature", "properties": { "date": "2-Aug-14", "address": "2250 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004352592", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.850287, "longitude": -87.705226, "coords": "41.850287, -87.705226", "geocoded_a": "2250 S Kedzie Ave", "query": "2250 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.705226, 41.850287 ] } },
{ "type": "Feature", "properties": { "date": "2-Aug-14", "address": "2750 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004472530", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.779151, "longitude": -87.692912, "coords": "41.779151, -87.692912", "geocoded_a": "2750 W 63rd St", "query": "2750 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.692912, 41.779151 ] } },
{ "type": "Feature", "properties": { "date": "2-Aug-14", "address": "3650 W 31 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356888", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "62", "latitude": 41.837085, "longitude": -87.716224, "coords": "41.837085, -87.716224", "geocoded_a": "3650 W 31st St", "query": "3650 W 31 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.716224, 41.837085 ] } },
{ "type": "Feature", "properties": { "date": "2-Aug-14", "address": "3750 S COTTAGE GROVE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004496318", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.826734, "longitude": -87.608405, "coords": "41.826734, -87.608405", "geocoded_a": "3750 S Cottage Grove Ave", "query": "3750 S COTTAGE GROVE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.608405, 41.826734 ] } },
{ "type": "Feature", "properties": { "date": "2-Aug-14", "address": "4550 W MONROE ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004186560", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.879656, "longitude": -87.739678, "coords": "41.879656, -87.739678", "geocoded_a": "4550 W Monroe St", "query": "4550 W MONROE ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.739678, 41.879656 ] } },
{ "type": "Feature", "properties": { "date": "2-Aug-14", "address": "5650 S ASHLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507756", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.790698, "longitude": -87.66453, "coords": "41.790698, -87.664530", "geocoded_a": "5650 S Ashland Ave", "query": "5650 S ASHLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.66453, 41.790698 ] } },
{ "type": "Feature", "properties": { "date": "2-Aug-14", "address": "5650 S ASHLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004531141", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.790698, "longitude": -87.66453, "coords": "41.790698, -87.664530", "geocoded_a": "5650 S Ashland Ave", "query": "5650 S ASHLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.66453, 41.790698 ] } },
{ "type": "Feature", "properties": { "date": "2-Aug-14", "address": "650 N STATE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004506204", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.893955, "longitude": -87.628178, "coords": "41.893955, -87.628178", "geocoded_a": "650 N State St", "query": "650 N STATE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.628178, 41.893955 ] } },
{ "type": "Feature", "properties": { "date": "2-Aug-14", "address": "650 N STATE ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004422993", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "27", "latitude": 41.893955, "longitude": -87.628178, "coords": "41.893955, -87.628178", "geocoded_a": "650 N State St", "query": "650 N STATE ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.628178, 41.893955 ] } },
{ "type": "Feature", "properties": { "date": "2-Aug-14", "address": "7450 S JEFFERY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004560925", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.759648, "longitude": -87.576206, "coords": "41.759648, -87.576206", "geocoded_a": "7450 S Jeffery Blvd", "query": "7450 S JEFFERY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.576206, 41.759648 ] } },
{ "type": "Feature", "properties": { "date": "2-Aug-14", "address": "50 N WABASH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004559409", "violation": "9-52-010 Rights and duties.", "age": "20", "latitude": 41.882656, "longitude": -87.626266, "coords": "41.882656, -87.626266", "geocoded_a": "50 N Wabash Ave", "query": "50 N WABASH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.626266, 41.882656 ] } },
{ "type": "Feature", "properties": { "date": "3-Aug-14", "address": "1050 N CENTRAL PK", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507943", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.900041, "longitude": -87.716519, "coords": "41.900041, -87.716519", "geocoded_a": "1050 N Central Park Ave", "query": "1050 N CENTRAL PK, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.716519, 41.900041 ] } },
{ "type": "Feature", "properties": { "date": "3-Aug-14", "address": "1150 E 67 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004563393", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "37", "latitude": 41.77329, "longitude": -87.597023, "coords": "41.773290, -87.597023", "geocoded_a": "1150 E 67th St", "query": "1150 E 67 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.597023, 41.77329 ] } },
{ "type": "Feature", "properties": { "date": "3-Aug-14", "address": "1950 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356156", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.854004, "longitude": -87.705348, "coords": "41.854004, -87.705348", "geocoded_a": "1950 S Kedzie Ave", "query": "1950 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.705348, 41.854004 ] } },
{ "type": "Feature", "properties": { "date": "3-Aug-14", "address": "2450 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004471579", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "33", "latitude": 41.779301, "longitude": -87.685678, "coords": "41.779301, -87.685678", "geocoded_a": "2450 W 63rd St", "query": "2450 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.685678, 41.779301 ] } },
{ "type": "Feature", "properties": { "date": "3-Aug-14", "address": "3750 W DIVISION", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520906", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.902762, "longitude": -87.721109, "coords": "41.902762, -87.721109", "geocoded_a": "3750 W Division St", "query": "3750 W DIVISION, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.721109, 41.902762 ] } },
{ "type": "Feature", "properties": { "date": "3-Aug-14", "address": "3850 W ROOSEVELT RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004251912", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "44", "latitude": 41.866234, "longitude": -87.722202, "coords": "41.866234, -87.722202", "geocoded_a": "3850 W Roosevelt Rd", "query": "3850 W ROOSEVELT RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.722202, 41.866234 ] } },
{ "type": "Feature", "properties": { "date": "3-Aug-14", "address": "4150 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507944", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "50", "latitude": 41.895378, "longitude": -87.730448, "coords": "41.895378, -87.730448", "geocoded_a": "4150 W Chicago Ave", "query": "4150 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.730448, 41.895378 ] } },
{ "type": "Feature", "properties": { "date": "3-Aug-14", "address": "4150 W LAKE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507942", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.885711, "longitude": -87.730259, "coords": "41.885711, -87.730259", "geocoded_a": "4150 W Lake St", "query": "4150 W LAKE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.730259, 41.885711 ] } },
{ "type": "Feature", "properties": { "date": "3-Aug-14", "address": "4550 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520905", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "27", "latitude": 41.880644, "longitude": -87.739021, "coords": "41.880644, -87.739021", "geocoded_a": "4550 W Madison St", "query": "4550 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.739021, 41.880644 ] } },
{ "type": "Feature", "properties": { "date": "3-Aug-14", "address": "5150 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004484373", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.880463, "longitude": -87.754102, "coords": "41.880463, -87.754102", "geocoded_a": "5150 W Madison St", "query": "5150 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.754102, 41.880463 ] } },
{ "type": "Feature", "properties": { "date": "3-Aug-14", "address": "5550 S ASHLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004523710", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.792906, "longitude": -87.664615, "coords": "41.792906, -87.664615", "geocoded_a": "5550 S Ashland Ave", "query": "5550 S ASHLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.664615, 41.792906 ] } },
{ "type": "Feature", "properties": { "date": "3-Aug-14", "address": "9050 S COMMERCIAL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004564358", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "33", "latitude": 41.730463, "longitude": -87.551294, "coords": "41.730463, -87.551294", "geocoded_a": "9050 S Commercial Ave", "query": "9050 S COMMERCIAL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.551294, 41.730463 ] } },
{ "type": "Feature", "properties": { "date": "3-Aug-14", "address": "50 E 71ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004583082", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "27", "latitude": 41.765636, "longitude": -87.622904, "coords": "41.765636, -87.622904", "geocoded_a": "50 E 71st St", "query": "50 E 71ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.622904, 41.765636 ] } },
{ "type": "Feature", "properties": { "date": "3-Aug-14", "address": "50 S WESTERN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004297885", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "27", "latitude": 41.880041, "longitude": -87.686455, "coords": "41.880041, -87.686455", "geocoded_a": "50 S Western Ave", "query": "50 S WESTERN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.686455, 41.880041 ] } },
{ "type": "Feature", "properties": { "date": "4-Aug-14", "address": "10150 S UNION", "city": "Chicago", "state": "Illinois", "anov numbe": "P004372819", "violation": "9-52-010 Rights and duties.", "age": "18", "latitude": 41.709095, "longitude": -87.640479, "coords": "41.709095, -87.640479", "geocoded_a": "10150 S Union Ave", "query": "10150 S UNION, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.640479, 41.709095 ] } },
{ "type": "Feature", "properties": { "date": "4-Aug-14", "address": "1750 W 44TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004523138", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "29", "latitude": 41.814094, "longitude": -87.669149, "coords": "41.814094, -87.669149", "geocoded_a": "1750 W 44th St", "query": "1750 W 44TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.669149, 41.814094 ] } },
{ "type": "Feature", "properties": { "date": "4-Aug-14", "address": "1750 W 44TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004536570", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.814094, "longitude": -87.669149, "coords": "41.814094, -87.669149", "geocoded_a": "1750 W 44th St", "query": "1750 W 44TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.669149, 41.814094 ] } },
{ "type": "Feature", "properties": { "date": "4-Aug-14", "address": "2050 N MILWAUKEE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004377532", "violation": "9-52-010 Rights and duties.", "age": "30", "latitude": 41.918592, "longitude": -87.690368, "coords": "41.918592, -87.690368", "geocoded_a": "2050 N Milwaukee Ave", "query": "2050 N MILWAUKEE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.690368, 41.918592 ] } },
{ "type": "Feature", "properties": { "date": "4-Aug-14", "address": "2050 W 51ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004523140", "violation": "9-52-080 Headlamps", "age": "26", "latitude": 41.801221, "longitude": -87.676492, "coords": "41.801221, -87.676492", "geocoded_a": "2050 W 51st St", "query": "2050 W 51ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.676492, 41.801221 ] } },
{ "type": "Feature", "properties": { "date": "4-Aug-14", "address": "2350 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004471580", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.779255, "longitude": -87.682691, "coords": "41.779255, -87.682691", "geocoded_a": "2350 W 63rd St", "query": "2350 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.682691, 41.779255 ] } },
{ "type": "Feature", "properties": { "date": "4-Aug-14", "address": "2550 N LARAMIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004555786", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "58", "latitude": 41.927472, "longitude": -87.7563, "coords": "41.927472, -87.756300", "geocoded_a": "2550 N Laramie Ave", "query": "2550 N LARAMIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.7563, 41.927472 ] } },
{ "type": "Feature", "properties": { "date": "4-Aug-14", "address": "2750 N MILWAUKEE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004377531", "violation": "9-52-010 Rights and duties.", "age": "27", "latitude": 41.931097, "longitude": -87.710912, "coords": "41.931097, -87.710912", "geocoded_a": "2750 N Milwaukee Ave", "query": "2750 N MILWAUKEE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.710912, 41.931097 ] } },
{ "type": "Feature", "properties": { "date": "4-Aug-14", "address": "2750 W CERMAK", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356889", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.851924, "longitude": -87.695014, "coords": "41.851924, -87.695014", "geocoded_a": "2750 W Cermak Rd", "query": "2750 W CERMAK, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.695014, 41.851924 ] } },
{ "type": "Feature", "properties": { "date": "4-Aug-14", "address": "3250 W 38TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004523139", "violation": "9-52-080 Headlamps", "age": "19", "latitude": 41.824451, "longitude": -87.706456, "coords": "41.824451, -87.706456", "geocoded_a": "3250 W 38th St", "query": "3250 W 38TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.706456, 41.824451 ] } },
{ "type": "Feature", "properties": { "date": "4-Aug-14", "address": "3750 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507947", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "42", "latitude": 41.89547, "longitude": -87.720762, "coords": "41.895470, -87.720762", "geocoded_a": "3750 W Chicago Ave", "query": "3750 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.720762, 41.89547 ] } },
{ "type": "Feature", "properties": { "date": "4-Aug-14", "address": "3750 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507949", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.89547, "longitude": -87.720762, "coords": "41.895470, -87.720762", "geocoded_a": "3750 W Chicago Ave", "query": "3750 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.720762, 41.89547 ] } },
{ "type": "Feature", "properties": { "date": "4-Aug-14", "address": "3750 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520913", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.89547, "longitude": -87.720762, "coords": "41.895470, -87.720762", "geocoded_a": "3750 W Chicago Ave", "query": "3750 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.720762, 41.89547 ] } },
{ "type": "Feature", "properties": { "date": "4-Aug-14", "address": "3950 W MADISON ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520908", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "41", "latitude": 41.880764, "longitude": -87.725123, "coords": "41.880764, -87.725123", "geocoded_a": "3950 W Madison St", "query": "3950 W MADISON ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.725123, 41.880764 ] } },
{ "type": "Feature", "properties": { "date": "4-Aug-14", "address": "4050 W 25 PL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356117", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.845226, "longitude": -87.725631, "coords": "41.845226, -87.725631", "geocoded_a": "4050 W 25th Pl", "query": "4050 W 25 PL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.725631, 41.845226 ] } },
{ "type": "Feature", "properties": { "date": "4-Aug-14", "address": "4050 W AUGUSTA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004451113", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.899063, "longitude": -87.727773, "coords": "41.899063, -87.727773", "geocoded_a": "4050 W Augusta Blvd", "query": "4050 W AUGUSTA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.727773, 41.899063 ] } },
{ "type": "Feature", "properties": { "date": "4-Aug-14", "address": "4050 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507946", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "49", "latitude": 41.880782, "longitude": -87.72719, "coords": "41.880782, -87.727190", "geocoded_a": "4050 W Madison St", "query": "4050 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.72719, 41.880782 ] } },
{ "type": "Feature", "properties": { "date": "4-Aug-14", "address": "4150 W WILCOX", "city": "Chicago", "state": "Illinois", "anov numbe": "P004475794", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.878829, "longitude": -87.730042, "coords": "41.878829, -87.730042", "geocoded_a": "4150 W Wilcox St", "query": "4150 W WILCOX, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.730042, 41.878829 ] } },
{ "type": "Feature", "properties": { "date": "4-Aug-14", "address": "4450 W FULLERTON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004555076", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.92435, "longitude": -87.73856, "coords": "41.924350, -87.738560", "geocoded_a": "4450 W Fullerton Ave", "query": "4450 W FULLERTON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.73856, 41.92435 ] } },
{ "type": "Feature", "properties": { "date": "4-Aug-14", "address": "4650 S ASHLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004487188", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "39", "latitude": 41.808987, "longitude": -87.665017, "coords": "41.808987, -87.665017", "geocoded_a": "4650 S Ashland Ave", "query": "4650 S ASHLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.665017, 41.808987 ] } },
{ "type": "Feature", "properties": { "date": "4-Aug-14", "address": "4950 W FULLERTON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004555077", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "30", "latitude": 41.924231, "longitude": -87.750611, "coords": "41.924231, -87.750611", "geocoded_a": "4950 W Fullerton Ave", "query": "4950 W FULLERTON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.750611, 41.924231 ] } },
{ "type": "Feature", "properties": { "date": "4-Aug-14", "address": "5050 W FULLERTON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004555079", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "49", "latitude": 41.924205, "longitude": -87.753284, "coords": "41.924205, -87.753284", "geocoded_a": "5050 W Fullerton Ave", "query": "5050 W FULLERTON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.753284, 41.924205 ] } },
{ "type": "Feature", "properties": { "date": "4-Aug-14", "address": "5150 S MICHIGAN ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004527085", "violation": "9-52-010 Rights and duties.", "age": "26", "latitude": 41.800454, "longitude": -87.622658, "coords": "41.800454, -87.622658", "geocoded_a": "5150 S Michigan Ave", "query": "5150 S MICHIGAN ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.622658, 41.800454 ] } },
{ "type": "Feature", "properties": { "date": "4-Aug-14", "address": "5350 S ASHLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004546386", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.796244, "longitude": -87.664702, "coords": "41.796244, -87.664702", "geocoded_a": "5350 S Ashland Ave", "query": "5350 S ASHLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.664702, 41.796244 ] } },
{ "type": "Feature", "properties": { "date": "4-Aug-14", "address": "5450 W FULLERTON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004555787", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "29", "latitude": 41.924063, "longitude": -87.763153, "coords": "41.924063, -87.763153", "geocoded_a": "5450 W Fullerton Ave", "query": "5450 W FULLERTON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.763153, 41.924063 ] } },
{ "type": "Feature", "properties": { "date": "4-Aug-14", "address": "5550 S BISHOP", "city": "Chicago", "state": "Illinois", "anov numbe": "P004546388", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "27", "latitude": 41.7928, "longitude": -87.660972, "coords": "41.792800, -87.660972", "geocoded_a": "5550 S Bishop St", "query": "5550 S BISHOP, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.660972, 41.7928 ] } },
{ "type": "Feature", "properties": { "date": "4-Aug-14", "address": "5550 W FULLERTON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004555078", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "48", "latitude": 41.924026, "longitude": -87.765533, "coords": "41.924026, -87.765533", "geocoded_a": "5550 W Fullerton Ave", "query": "5550 W FULLERTON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.765533, 41.924026 ] } },
{ "type": "Feature", "properties": { "date": "4-Aug-14", "address": "6050 S TALMAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004317874", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.7837, "longitude": -87.689905, "coords": "41.783700, -87.689905", "geocoded_a": "6050 S Talman Ave", "query": "6050 S TALMAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.689905, 41.7837 ] } },
{ "type": "Feature", "properties": { "date": "4-Aug-14", "address": "6550 S ST LOUIS ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004424851", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "30", "latitude": 41.774018, "longitude": -87.710349, "coords": "41.774018, -87.710349", "geocoded_a": "6550 S St Louis Ave", "query": "6550 S ST LOUIS ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.710349, 41.774018 ] } },
{ "type": "Feature", "properties": { "date": "4-Aug-14", "address": "750 N DRAKE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520911", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "38", "latitude": 41.895085, "longitude": -87.715129, "coords": "41.895085, -87.715129", "geocoded_a": "750 N Drake Ave", "query": "750 N DRAKE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.715129, 41.895085 ] } },
{ "type": "Feature", "properties": { "date": "4-Aug-14", "address": "750 N ST LOUIS", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520912", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "55", "latitude": 41.894723, "longitude": -87.713874, "coords": "41.894723, -87.713874", "geocoded_a": "750 N St Louis Ave", "query": "750 N ST LOUIS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.713874, 41.894723 ] } },
{ "type": "Feature", "properties": { "date": "4-Aug-14", "address": "950 N HAMLIN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520910", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "42", "latitude": 41.898725, "longitude": -87.721316, "coords": "41.898725, -87.721316", "geocoded_a": "950 N Hamlin Ave", "query": "950 N HAMLIN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.721316, 41.898725 ] } },
{ "type": "Feature", "properties": { "date": "4-Aug-14", "address": "950 N PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507948", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "44", "latitude": 41.898632, "longitude": -87.726213, "coords": "41.898632, -87.726213", "geocoded_a": "950 N Pulaski Rd", "query": "950 N PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.726213, 41.898632 ] } },
{ "type": "Feature", "properties": { "date": "4-Aug-14", "address": "950 N PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520909", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "55", "latitude": 41.898632, "longitude": -87.726213, "coords": "41.898632, -87.726213", "geocoded_a": "950 N Pulaski Rd", "query": "950 N PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.726213, 41.898632 ] } },
{ "type": "Feature", "properties": { "date": "5-Aug-14", "address": "1050 N LAWNDALE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004561321", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "33", "latitude": 41.90057, "longitude": -87.718937, "coords": "41.900570, -87.718937", "geocoded_a": "1050 N Lawndale Ave", "query": "1050 N LAWNDALE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.718937, 41.90057 ] } },
{ "type": "Feature", "properties": { "date": "5-Aug-14", "address": "1250 N CLYBOURN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004543804", "violation": "9-52-010 Rights and duties.", "age": "19", "latitude": 41.904862, "longitude": -87.641186, "coords": "41.904862, -87.641186", "geocoded_a": "1250 N Clybourn Ave", "query": "1250 N CLYBOURN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.641186, 41.904862 ] } },
{ "type": "Feature", "properties": { "date": "5-Aug-14", "address": "1250 N CLYBOURN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004543805", "violation": "9-52-010 Rights and duties.", "age": "44", "latitude": 41.904862, "longitude": -87.641186, "coords": "41.904862, -87.641186", "geocoded_a": "1250 N Clybourn Ave", "query": "1250 N CLYBOURN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.641186, 41.904862 ] } },
{ "type": "Feature", "properties": { "date": "5-Aug-14", "address": "1250 N CLYBOURN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004543806", "violation": "9-52-010 Rights and duties.", "age": "30", "latitude": 41.904862, "longitude": -87.641186, "coords": "41.904862, -87.641186", "geocoded_a": "1250 N Clybourn Ave", "query": "1250 N CLYBOURN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.641186, 41.904862 ] } },
{ "type": "Feature", "properties": { "date": "5-Aug-14", "address": "1350 S CENTRAL PARK", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356159", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "32", "latitude": 41.863275, "longitude": -87.715377, "coords": "41.863275, -87.715377", "geocoded_a": "1350 S Central Park Ave", "query": "1350 S CENTRAL PARK, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.715377, 41.863275 ] } },
{ "type": "Feature", "properties": { "date": "5-Aug-14", "address": "1450 N DAMEN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004377534", "violation": "9-52-010 Rights and duties.", "age": "35", "latitude": 41.907649, "longitude": -87.677432, "coords": "41.907649, -87.677432", "geocoded_a": "1450 N Damen Ave", "query": "1450 N DAMEN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.677432, 41.907649 ] } },
{ "type": "Feature", "properties": { "date": "5-Aug-14", "address": "150 E 47", "city": "Chicago", "state": "Illinois", "anov numbe": "P004495895", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "29", "latitude": 41.809382, "longitude": -87.621441, "coords": "41.809382, -87.621441", "geocoded_a": "150 E 47th St", "query": "150 E 47, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.621441, 41.809382 ] } },
{ "type": "Feature", "properties": { "date": "5-Aug-14", "address": "150 E 47 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004496320", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "39", "latitude": 41.809382, "longitude": -87.621441, "coords": "41.809382, -87.621441", "geocoded_a": "150 E 47th St", "query": "150 E 47 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.621441, 41.809382 ] } },
{ "type": "Feature", "properties": { "date": "5-Aug-14", "address": "2150 E 71ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004588921", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "40", "latitude": 41.766334, "longitude": -87.572298, "coords": "41.766334, -87.572298", "geocoded_a": "2150 E 71st St", "query": "2150 E 71ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.572298, 41.766334 ] } },
{ "type": "Feature", "properties": { "date": "5-Aug-14", "address": "2150 N DAMEN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004377533", "violation": "9-52-010 Rights and duties.", "age": "23", "latitude": 41.920945, "longitude": -87.677769, "coords": "41.920945, -87.677769", "geocoded_a": "2150 N Damen Ave", "query": "2150 N DAMEN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.677769, 41.920945 ] } },
{ "type": "Feature", "properties": { "date": "5-Aug-14", "address": "2250 E 71ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004588792", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "54", "latitude": 41.766349, "longitude": -87.570579, "coords": "41.766349, -87.570579", "geocoded_a": "2250 E 71st St", "query": "2250 E 71ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.570579, 41.766349 ] } },
{ "type": "Feature", "properties": { "date": "5-Aug-14", "address": "2250 E 71ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004588922", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "43", "latitude": 41.766349, "longitude": -87.570579, "coords": "41.766349, -87.570579", "geocoded_a": "2250 E 71st St", "query": "2250 E 71ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.570579, 41.766349 ] } },
{ "type": "Feature", "properties": { "date": "5-Aug-14", "address": "250 N PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507950", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "68", "latitude": 41.884843, "longitude": -87.725841, "coords": "41.884843, -87.725841", "geocoded_a": "250 N Pulaski Rd", "query": "250 N PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.725841, 41.884843 ] } },
{ "type": "Feature", "properties": { "date": "5-Aug-14", "address": "250 N PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520326", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.884843, "longitude": -87.725841, "coords": "41.884843, -87.725841", "geocoded_a": "250 N Pulaski Rd", "query": "250 N PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.725841, 41.884843 ] } },
{ "type": "Feature", "properties": { "date": "5-Aug-14", "address": "250 S WESTERN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004297886", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "53", "latitude": 41.878028, "longitude": -87.686413, "coords": "41.878028, -87.686413", "geocoded_a": "250 S Western Ave", "query": "250 S WESTERN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.686413, 41.878028 ] } },
{ "type": "Feature", "properties": { "date": "5-Aug-14", "address": "3650 W DIVISION", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520329", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "57", "latitude": 41.902786, "longitude": -87.718142, "coords": "41.902786, -87.718142", "geocoded_a": "3650 W Division St", "query": "3650 W DIVISION, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.718142, 41.902786 ] } },
{ "type": "Feature", "properties": { "date": "5-Aug-14", "address": "3750 W DIVISION", "city": "Chicago", "state": "Illinois", "anov numbe": "P004276998", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "57", "latitude": 41.902762, "longitude": -87.721109, "coords": "41.902762, -87.721109", "geocoded_a": "3750 W Division St", "query": "3750 W DIVISION, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.721109, 41.902762 ] } },
{ "type": "Feature", "properties": { "date": "5-Aug-14", "address": "350 E 58 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004449758", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "41", "latitude": 41.78939, "longitude": -87.617376, "coords": "41.789390, -87.617376", "geocoded_a": "350 E 58th St", "query": "350 E 58 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.617376, 41.78939 ] } },
{ "type": "Feature", "properties": { "date": "5-Aug-14", "address": "350 W 95TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004564389", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "59", "latitude": 41.721749, "longitude": -87.632794, "coords": "41.721749, -87.632794", "geocoded_a": "350 W 95th St", "query": "350 W 95TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.632794, 41.721749 ] } },
{ "type": "Feature", "properties": { "date": "5-Aug-14", "address": "4150 W MARQUETTE RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004324384", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.771389, "longitude": -87.726589, "coords": "41.771389, -87.726589", "geocoded_a": "4150 W Marquette Rd", "query": "4150 W MARQUETTE RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.726589, 41.771389 ] } },
{ "type": "Feature", "properties": { "date": "5-Aug-14", "address": "5550 S HALSTED", "city": "Chicago", "state": "Illinois", "anov numbe": "P004564362", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "45", "latitude": 41.792722, "longitude": -87.645177, "coords": "41.792722, -87.645177", "geocoded_a": "5550 S Halsted St", "query": "5550 S HALSTED, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.645177, 41.792722 ] } },
{ "type": "Feature", "properties": { "date": "5-Aug-14", "address": "5750 W GRAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004555816", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "37", "latitude": 41.919589, "longitude": -87.770236, "coords": "41.919589, -87.770236", "geocoded_a": "5750 W Grand Ave", "query": "5750 W GRAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.770236, 41.919589 ] } },
{ "type": "Feature", "properties": { "date": "5-Aug-14", "address": "550 E 47", "city": "Chicago", "state": "Illinois", "anov numbe": "P004495894", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "36", "latitude": 41.809531, "longitude": -87.612218, "coords": "41.809531, -87.612218", "geocoded_a": "550 E 47th St", "query": "550 E 47, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.612218, 41.809531 ] } },
{ "type": "Feature", "properties": { "date": "5-Aug-14", "address": "550 E 47 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004496319", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.809531, "longitude": -87.612218, "coords": "41.809531, -87.612218", "geocoded_a": "550 E 47th St", "query": "550 E 47 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.612218, 41.809531 ] } },
{ "type": "Feature", "properties": { "date": "5-Aug-14", "address": "6350 S WHIPPLE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004471935", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.777512, "longitude": -87.699466, "coords": "41.777512, -87.699466", "geocoded_a": "6350 S Whipple St", "query": "6350 S WHIPPLE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.699466, 41.777512 ] } },
{ "type": "Feature", "properties": { "date": "5-Aug-14", "address": "6750 S FAIRFIELD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004471936", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.771918, "longitude": -87.69204, "coords": "41.771918, -87.692040", "geocoded_a": "6750 S Fairfield Ave", "query": "6750 S FAIRFIELD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.69204, 41.771918 ] } },
{ "type": "Feature", "properties": { "date": "5-Aug-14", "address": "650 N CICERO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520328", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.892883, "longitude": -87.745767, "coords": "41.892883, -87.745767", "geocoded_a": "650 N Cicero Ave", "query": "650 N CICERO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.745767, 41.892883 ] } },
{ "type": "Feature", "properties": { "date": "5-Aug-14", "address": "650 W 57TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004564361", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.790793, "longitude": -87.641743, "coords": "41.790793, -87.641743", "geocoded_a": "650 W 57th St", "query": "650 W 57TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.641743, 41.790793 ] } },
{ "type": "Feature", "properties": { "date": "5-Aug-14", "address": "7150 S CRANDON ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004588790", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "53", "latitude": 41.764697, "longitude": -87.568929, "coords": "41.764697, -87.568929", "geocoded_a": "7150 S Crandon Ave", "query": "7150 S CRANDON ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.568929, 41.764697 ] } },
{ "type": "Feature", "properties": { "date": "5-Aug-14", "address": "750 N ST LOUIS", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520330", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.894723, "longitude": -87.713874, "coords": "41.894723, -87.713874", "geocoded_a": "750 N St Louis Ave", "query": "750 N ST LOUIS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.713874, 41.894723 ] } },
{ "type": "Feature", "properties": { "date": "5-Aug-14", "address": "8050 S HERMITAGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004446075", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.747547, "longitude": -87.667059, "coords": "41.747547, -87.667059", "geocoded_a": "8050 S Hermitage Ave", "query": "8050 S HERMITAGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.667059, 41.747547 ] } },
{ "type": "Feature", "properties": { "date": "5-Aug-14", "address": "8850 S VINCENNES ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004224804", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.733326, "longitude": -87.646312, "coords": "41.733326, -87.646312", "geocoded_a": "8850 S Vincennes Ave", "query": "8850 S VINCENNES ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.646312, 41.733326 ] } },
{ "type": "Feature", "properties": { "date": "5-Aug-14", "address": "850 E 63 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004563307", "violation": "9-52-040 Yielding right-of-way.", "age": "26", "latitude": 41.780457, "longitude": -87.603993, "coords": "41.780457, -87.603993", "geocoded_a": "850 E 63rd St", "query": "850 E 63 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.603993, 41.780457 ] } },
{ "type": "Feature", "properties": { "date": "5-Aug-14", "address": "850 E 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004563306", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.780457, "longitude": -87.603993, "coords": "41.780457, -87.603993", "geocoded_a": "850 E 63rd St", "query": "850 E 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.603993, 41.780457 ] } },
{ "type": "Feature", "properties": { "date": "5-Aug-14", "address": "50 N PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520327", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "27", "latitude": 41.881628, "longitude": -87.725742, "coords": "41.881628, -87.725742", "geocoded_a": "50 N Pulaski Rd", "query": "50 N PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.725742, 41.881628 ] } },
{ "type": "Feature", "properties": { "date": "6-Aug-14", "address": "1050 W ARGYLE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004343754", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.973334, "longitude": -87.657005, "coords": "41.973334, -87.657005", "geocoded_a": "1050 W Argyle St", "query": "1050 W ARGYLE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.657005, 41.973334 ] } },
{ "type": "Feature", "properties": { "date": "6-Aug-14", "address": "1250 N ORLEANS", "city": "Chicago", "state": "Illinois", "anov numbe": "P004236507", "violation": "9-52-010 Rights and duties.", "age": "25", "latitude": 41.904567, "longitude": -87.63757, "coords": "41.904567, -87.637570", "geocoded_a": "1250 N Orleans Ct", "query": "1250 N ORLEANS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.63757, 41.904567 ] } },
{ "type": "Feature", "properties": { "date": "6-Aug-14", "address": "1250 S INDEPENDENCE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004358009", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "36", "latitude": 41.864705, "longitude": -87.7201, "coords": "41.864705, -87.720100", "geocoded_a": "1250 S Independence Blvd", "query": "1250 S INDEPENDENCE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.7201, 41.864705 ] } },
{ "type": "Feature", "properties": { "date": "6-Aug-14", "address": "1450 N HUDSON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004543171", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.908516, "longitude": -87.639776, "coords": "41.908516, -87.639776", "geocoded_a": "1450 N Hudson Ave", "query": "1450 N HUDSON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.639776, 41.908516 ] } },
{ "type": "Feature", "properties": { "date": "6-Aug-14", "address": "1950 E 71ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004587299", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.76627, "longitude": -87.577011, "coords": "41.766270, -87.577011", "geocoded_a": "1950 E 71st St", "query": "1950 E 71ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.577011, 41.76627 ] } },
{ "type": "Feature", "properties": { "date": "6-Aug-14", "address": "1950 E 71ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004588928", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.76627, "longitude": -87.577011, "coords": "41.766270, -87.577011", "geocoded_a": "1950 E 71st St", "query": "1950 E 71ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.577011, 41.76627 ] } },
{ "type": "Feature", "properties": { "date": "6-Aug-14", "address": "2050 E 71ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004587298", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.766305, "longitude": -87.574655, "coords": "41.766305, -87.574655", "geocoded_a": "2050 E 71st St", "query": "2050 E 71ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.574655, 41.766305 ] } },
{ "type": "Feature", "properties": { "date": "6-Aug-14", "address": "2050 E 73RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004587296", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.762557, "longitude": -87.57423, "coords": "41.762557, -87.57423", "geocoded_a": "2050 E 73rd St", "query": "2050 E 73RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.57423, 41.762557 ] } },
{ "type": "Feature", "properties": { "date": "6-Aug-14", "address": "2050 E 73RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004588926", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.762557, "longitude": -87.57423, "coords": "41.762557, -87.57423", "geocoded_a": "2050 E 73rd St", "query": "2050 E 73RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.57423, 41.762557 ] } },
{ "type": "Feature", "properties": { "date": "6-Aug-14", "address": "2150 N CICERO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004277000", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.920289, "longitude": -87.746249, "coords": "41.920289, -87.746249", "geocoded_a": "2150 N Cicero Ave", "query": "2150 N CICERO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.746249, 41.920289 ] } },
{ "type": "Feature", "properties": { "date": "6-Aug-14", "address": "2550 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004358198", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "50", "latitude": 41.845404, "longitude": -87.705123, "coords": "41.845404, -87.705123", "geocoded_a": "2550 S Kedzie Ave", "query": "2550 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.705123, 41.845404 ] } },
{ "type": "Feature", "properties": { "date": "6-Aug-14", "address": "3150 W JACKSON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520334", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "45", "latitude": 41.877351, "longitude": -87.705553, "coords": "41.877351, -87.705553", "geocoded_a": "3150 W Jackson Blvd", "query": "3150 W JACKSON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.705553, 41.877351 ] } },
{ "type": "Feature", "properties": { "date": "6-Aug-14", "address": "3150 W JACKSON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520916", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.877351, "longitude": -87.705553, "coords": "41.877351, -87.705553", "geocoded_a": "3150 W Jackson Blvd", "query": "3150 W JACKSON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.705553, 41.877351 ] } },
{ "type": "Feature", "properties": { "date": "6-Aug-14", "address": "3350 W HURON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004191795", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "47", "latitude": 41.893748, "longitude": -87.71051, "coords": "41.893748, -87.710510", "geocoded_a": "3350 W Huron St", "query": "3350 W HURON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.71051, 41.893748 ] } },
{ "type": "Feature", "properties": { "date": "6-Aug-14", "address": "3750 S VINCENNES", "city": "Chicago", "state": "Illinois", "anov numbe": "P004496321", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "49", "latitude": 41.826342, "longitude": -87.611966, "coords": "41.826342, -87.611966", "geocoded_a": "3750 S Vincennes Ave", "query": "3750 S VINCENNES, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.611966, 41.826342 ] } },
{ "type": "Feature", "properties": { "date": "6-Aug-14", "address": "450 N HAMLIN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520333", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "55", "latitude": 41.889092, "longitude": -87.721053, "coords": "41.889092, -87.721053", "geocoded_a": "450 N Hamlin Ave", "query": "450 N HAMLIN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.721053, 41.889092 ] } },
{ "type": "Feature", "properties": { "date": "6-Aug-14", "address": "6250 S COTTAGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004546876", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "44", "latitude": 41.780682, "longitude": -87.605959, "coords": "41.780682, -87.605959", "geocoded_a": "6250 S Cottage Grove Ave", "query": "6250 S COTTAGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.605959, 41.780682 ] } },
{ "type": "Feature", "properties": { "date": "6-Aug-14", "address": "6350 S DREXEL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004549075", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.778935, "longitude": -87.602887, "coords": "41.778935, -87.602887", "geocoded_a": "6350 S Drexel Ave", "query": "6350 S DREXEL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.602887, 41.778935 ] } },
{ "type": "Feature", "properties": { "date": "6-Aug-14", "address": "7050 S JEFFERY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004588927", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "43", "latitude": 41.766583, "longitude": -87.576365, "coords": "41.766583, -87.576365", "geocoded_a": "7050 S Jeffery Blvd", "query": "7050 S JEFFERY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.576365, 41.766583 ] } },
{ "type": "Feature", "properties": { "date": "6-Aug-14", "address": "7050 S JEFFERY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004587297", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "54", "latitude": 41.766583, "longitude": -87.576365, "coords": "41.766583, -87.576365", "geocoded_a": "7050 S Jeffery Blvd", "query": "7050 S JEFFERY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.576365, 41.766583 ] } },
{ "type": "Feature", "properties": { "date": "6-Aug-14", "address": "7450 S CHAMPLAIN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004574632", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.758858, "longitude": -87.609106, "coords": "41.758858, -87.609106", "geocoded_a": "7450 S Champlain Ave", "query": "7450 S CHAMPLAIN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.609106, 41.758858 ] } },
{ "type": "Feature", "properties": { "date": "6-Aug-14", "address": "8850 S COMMERCIAL", "city": "Chicago", "state": "Illinois", "anov numbe": "P003853597", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.734008, "longitude": -87.551387, "coords": "41.734008, -87.551387", "geocoded_a": "8850 S Commercial Ave", "query": "8850 S COMMERCIAL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.551387, 41.734008 ] } },
{ "type": "Feature", "properties": { "date": "6-Aug-14", "address": "850 N WELLS", "city": "Chicago", "state": "Illinois", "anov numbe": "P004236508", "violation": "9-52-010 Rights and duties.", "age": "52", "latitude": 41.898108, "longitude": -87.634315, "coords": "41.898108, -87.634315", "geocoded_a": "850 N Wells St", "query": "850 N WELLS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.634315, 41.898108 ] } },
{ "type": "Feature", "properties": { "date": "6-Aug-14", "address": "950 E 40TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004243243", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "39", "latitude": 41.822368, "longitude": -87.602754, "coords": "41.822368, -87.602754", "geocoded_a": "950 E 40th St", "query": "950 E 40TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.602754, 41.822368 ] } },
{ "type": "Feature", "properties": { "date": "6-Aug-14", "address": "950 N MICHIGAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004310840", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 41.900508, "longitude": -87.624218, "coords": "41.900508, -87.624218", "geocoded_a": "950 N Michigan Ave", "query": "950 N MICHIGAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.624218, 41.900508 ] } },
{ "type": "Feature", "properties": { "date": "6-Aug-14", "address": "50 N KARLOV", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520914", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.881429, "longitude": -87.728179, "coords": "41.881429, -87.728179", "geocoded_a": "50 N Karlov Ave", "query": "50 N KARLOV, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.728179, 41.881429 ] } },
{ "type": "Feature", "properties": { "date": "6-Aug-14", "address": "50 S KARLOV", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520331", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "47", "latitude": 41.879986, "longitude": -87.728133, "coords": "41.879986, -87.728133", "geocoded_a": "50 S Karlov Ave", "query": "50 S KARLOV, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.728133, 41.879986 ] } },
{ "type": "Feature", "properties": { "date": "7-Aug-14", "address": "1150 W FOSTER", "city": "Chicago", "state": "Illinois", "anov numbe": "P004342259", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "39", "latitude": 41.976409, "longitude": -87.65933, "coords": "41.976409, -87.659330", "geocoded_a": "1150 W Foster Ave", "query": "1150 W FOSTER, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.65933, 41.976409 ] } },
{ "type": "Feature", "properties": { "date": "7-Aug-14", "address": "1450 W 87TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004564008", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.735908, "longitude": -87.659785, "coords": "41.735908, -87.659785", "geocoded_a": "1450 W 87th St", "query": "1450 W 87TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.659785, 41.735908 ] } },
{ "type": "Feature", "properties": { "date": "7-Aug-14", "address": "1450 W 87TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004564009", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.735908, "longitude": -87.659785, "coords": "41.735908, -87.659785", "geocoded_a": "1450 W 87th St", "query": "1450 W 87TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.659785, 41.735908 ] } },
{ "type": "Feature", "properties": { "date": "7-Aug-14", "address": "1550 S MILLARD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004358759", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.67593, "longitude": -87.711138, "coords": "41.675930, -87.711138", "geocoded_a": "S Millard St", "query": "1550 S MILLARD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.716486090006597, 41.860042294930288 ] } },
{ "type": "Feature", "properties": { "date": "7-Aug-14", "address": "1950 E 71ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004587252", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "50", "latitude": 41.76627, "longitude": -87.577011, "coords": "41.766270, -87.577011", "geocoded_a": "1950 E 71st St", "query": "1950 E 71ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.577011, 41.76627 ] } },
{ "type": "Feature", "properties": { "date": "7-Aug-14", "address": "2450 E 72ND ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004587302", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "32", "latitude": 41.764738, "longitude": -87.564476, "coords": "41.764738, -87.564476", "geocoded_a": "2450 E 72nd St", "query": "2450 E 72ND ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.564476, 41.764738 ] } },
{ "type": "Feature", "properties": { "date": "7-Aug-14", "address": "2550 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004471582", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.779213, "longitude": -87.688042, "coords": "41.779213, -87.688042", "geocoded_a": "2550 W 63rd St", "query": "2550 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.688042, 41.779213 ] } },
{ "type": "Feature", "properties": { "date": "7-Aug-14", "address": "2850 W CERMAK RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004357204", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "42", "latitude": 41.851899, "longitude": -87.697502, "coords": "41.851899, -87.697502", "geocoded_a": "2850 W Cermak Rd", "query": "2850 W CERMAK RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.697502, 41.851899 ] } },
{ "type": "Feature", "properties": { "date": "7-Aug-14", "address": "250 W 103RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004348299", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "33", "latitude": 41.707165, "longitude": -87.629888, "coords": "41.707165, -87.629888", "geocoded_a": "250 W 103rd St", "query": "250 W 103RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.629888, 41.707165 ] } },
{ "type": "Feature", "properties": { "date": "7-Aug-14", "address": "3050 W CERMAK RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004352593", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "50", "latitude": 41.851837, "longitude": -87.702263, "coords": "41.851837, -87.702263", "geocoded_a": "3050 W Cermak Rd", "query": "3050 W CERMAK RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.702263, 41.851837 ] } },
{ "type": "Feature", "properties": { "date": "7-Aug-14", "address": "3450 N HALSTED", "city": "Chicago", "state": "Illinois", "anov numbe": "P004434884", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "27", "latitude": 41.944842, "longitude": -87.649466, "coords": "41.944842, -87.649466", "geocoded_a": "3450 N Halsted St", "query": "3450 N HALSTED, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.649466, 41.944842 ] } },
{ "type": "Feature", "properties": { "date": "7-Aug-14", "address": "3550 S COTTAGE GROVE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004495898", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.829783, "longitude": -87.609971, "coords": "41.829783, -87.609971", "geocoded_a": "3550 S Cottage Grove Ave", "query": "3550 S COTTAGE GROVE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.609971, 41.829783 ] } },
{ "type": "Feature", "properties": { "date": "7-Aug-14", "address": "4250 S TALMAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004547482", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.816473, "longitude": -87.690838, "coords": "41.816473, -87.690838", "geocoded_a": "4250 S Talman Ave", "query": "4250 S TALMAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.690838, 41.816473 ] } },
{ "type": "Feature", "properties": { "date": "7-Aug-14", "address": "4850 W CHICAGO AVE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004475476", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "27", "latitude": 41.895051, "longitude": -87.747707, "coords": "41.895051, -87.747707", "geocoded_a": "4850 W Chicago Ave", "query": "4850 W CHICAGO AVE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.747707, 41.895051 ] } },
{ "type": "Feature", "properties": { "date": "7-Aug-14", "address": "4850 W JACKSON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004483614", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "39", "latitude": 41.876847, "longitude": -87.746496, "coords": "41.876847, -87.746496", "geocoded_a": "4850 W Jackson Blvd", "query": "4850 W JACKSON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.746496, 41.876847 ] } },
{ "type": "Feature", "properties": { "date": "7-Aug-14", "address": "5150 N BROADWAY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004343755", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.975954, "longitude": -87.659925, "coords": "41.975954, -87.659925", "geocoded_a": "5150 N Broadway St", "query": "5150 N BROADWAY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.659925, 41.975954 ] } },
{ "type": "Feature", "properties": { "date": "7-Aug-14", "address": "5550 W CORCORAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004402411", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.887349, "longitude": -87.764273, "coords": "41.887349, -87.764273", "geocoded_a": "5550 W Corcoran Pl", "query": "5550 W CORCORAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.764273, 41.887349 ] } },
{ "type": "Feature", "properties": { "date": "7-Aug-14", "address": "5950 S FAIRFIELD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004515574", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.784921, "longitude": -87.69238, "coords": "41.784921, -87.692380", "geocoded_a": "5950 S Fairfield Ave", "query": "5950 S FAIRFIELD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.69238, 41.784921 ] } },
{ "type": "Feature", "properties": { "date": "7-Aug-14", "address": "6250 S ST LOUIS", "city": "Chicago", "state": "Illinois", "anov numbe": "P003923261", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.779484, "longitude": -87.710475, "coords": "41.779484, -87.710475", "geocoded_a": "6250 S St Louis Ave", "query": "6250 S ST LOUIS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.710475, 41.779484 ] } },
{ "type": "Feature", "properties": { "date": "7-Aug-14", "address": "7150 S COTTAGE GROVE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004443265", "violation": "9-52-040 Yielding right-of-way.", "age": "26", "latitude": 41.764289, "longitude": -87.60558, "coords": "41.764289, -87.605580", "geocoded_a": "7150 S Cottage Grove Ave", "query": "7150 S COTTAGE GROVE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.60558, 41.764289 ] } },
{ "type": "Feature", "properties": { "date": "7-Aug-14", "address": "7350 S YATES", "city": "Chicago", "state": "Illinois", "anov numbe": "P004587300", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "36", "latitude": 41.761669, "longitude": -87.56647, "coords": "41.761669, -87.566470", "geocoded_a": "7350 S Yates Blvd", "query": "7350 S YATES, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.56647, 41.761669 ] } },
{ "type": "Feature", "properties": { "date": "7-Aug-14", "address": "7350 S YATES", "city": "Chicago", "state": "Illinois", "anov numbe": "P004588930", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "33", "latitude": 41.761669, "longitude": -87.56647, "coords": "41.761669, -87.566470", "geocoded_a": "7350 S Yates Blvd", "query": "7350 S YATES, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.56647, 41.761669 ] } },
{ "type": "Feature", "properties": { "date": "8-Aug-14", "address": "1050 W ARGYLE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004343756", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.973334, "longitude": -87.657005, "coords": "41.973334, -87.657005", "geocoded_a": "1050 W Argyle St", "query": "1050 W ARGYLE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.657005, 41.973334 ] } },
{ "type": "Feature", "properties": { "date": "8-Aug-14", "address": "1050 W IRVING PARK RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004551012", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "45", "latitude": 41.95514, "longitude": -87.92327, "coords": "41.955140, -87.923270", "geocoded_a": "1050 W Irving Park Rd", "query": "1050 W IRVING PARK RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.654826990523674, 41.954510165510328 ] } },
{ "type": "Feature", "properties": { "date": "8-Aug-14", "address": "1150 S MICHIGAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004515597", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 41.867332, "longitude": -87.62419, "coords": "41.867332, -87.624190", "geocoded_a": "1150 S Michigan Ave", "query": "1150 S MICHIGAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.62419, 41.867332 ] } },
{ "type": "Feature", "properties": { "date": "8-Aug-14", "address": "12250 S HALSTED", "city": "Chicago", "state": "Illinois", "anov numbe": "P004440667", "violation": "9-52-040 Yielding right-of-way.", "age": "43", "latitude": 41.670845, "longitude": -87.64178, "coords": "41.670845, -87.641780", "geocoded_a": "12250 S Halsted St", "query": "12250 S HALSTED, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.64178, 41.670845 ] } },
{ "type": "Feature", "properties": { "date": "8-Aug-14", "address": "12250 S HALSTED", "city": "Chicago", "state": "Illinois", "anov numbe": "P004440668", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.670845, "longitude": -87.64178, "coords": "41.670845, -87.641780", "geocoded_a": "12250 S Halsted St", "query": "12250 S HALSTED, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.64178, 41.670845 ] } },
{ "type": "Feature", "properties": { "date": "8-Aug-14", "address": "1250 N CENTRAL PK", "city": "Chicago", "state": "Illinois", "anov numbe": "P004267916", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "41", "latitude": 41.904304, "longitude": -87.716647, "coords": "41.904304, -87.716647", "geocoded_a": "1250 N Central Park Ave", "query": "1250 N CENTRAL PK, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.716647, 41.904304 ] } },
{ "type": "Feature", "properties": { "date": "8-Aug-14", "address": "1350 S ST LOUIS", "city": "Chicago", "state": "Illinois", "anov numbe": "P004357206", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.863431, "longitude": -87.712935, "coords": "41.863431, -87.712935", "geocoded_a": "1350 S St Louis Ave", "query": "1350 S ST LOUIS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.712935, 41.863431 ] } },
{ "type": "Feature", "properties": { "date": "8-Aug-14", "address": "1450 N LEAVITT", "city": "Chicago", "state": "Illinois", "anov numbe": "P004376488", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.908201, "longitude": -87.68231, "coords": "41.908201, -87.682310", "geocoded_a": "1450 N Leavitt St", "query": "1450 N LEAVITT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.68231, 41.908201 ] } },
{ "type": "Feature", "properties": { "date": "8-Aug-14", "address": "1650 S HOMAN ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004358087", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.858535, "longitude": -87.710354, "coords": "41.858535, -87.710354", "geocoded_a": "1650 S Homan Ave", "query": "1650 S HOMAN ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.710354, 41.858535 ] } },
{ "type": "Feature", "properties": { "date": "8-Aug-14", "address": "150 N CENTRAL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004541793", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "56", "latitude": 41.883694, "longitude": -87.765018, "coords": "41.883694, -87.765018", "geocoded_a": "150 N Central Ave", "query": "150 N CENTRAL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.765018, 41.883694 ] } },
{ "type": "Feature", "properties": { "date": "8-Aug-14", "address": "2250 W ARMITAGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004377535", "violation": "9-52-010 Rights and duties.", "age": "35", "latitude": 41.917705, "longitude": -87.684306, "coords": "41.917705, -87.684306", "geocoded_a": "2250 W Armitage Ave", "query": "2250 W ARMITAGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.684306, 41.917705 ] } },
{ "type": "Feature", "properties": { "date": "8-Aug-14", "address": "2550 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004357028", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.845404, "longitude": -87.705123, "coords": "41.845404, -87.705123", "geocoded_a": "2550 S Kedzie Ave", "query": "2550 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.705123, 41.845404 ] } },
{ "type": "Feature", "properties": { "date": "8-Aug-14", "address": "2950 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004568155", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "50", "latitude": 41.881105, "longitude": -87.700244, "coords": "41.881105, -87.700244", "geocoded_a": "2950 W Madison St", "query": "2950 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.700244, 41.881105 ] } },
{ "type": "Feature", "properties": { "date": "8-Aug-14", "address": "250 W 95", "city": "Chicago", "state": "Illinois", "anov numbe": "P004445322", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.721778, "longitude": -87.63044, "coords": "41.721778, -87.630440", "geocoded_a": "250 W 95th St", "query": "250 W 95, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.63044, 41.721778 ] } },
{ "type": "Feature", "properties": { "date": "8-Aug-14", "address": "4350 W CERMAK RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004358776", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.851527, "longitude": -87.734101, "coords": "41.851527, -87.734101", "geocoded_a": "4350 W Cermak Rd", "query": "4350 W CERMAK RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.734101, 41.851527 ] } },
{ "type": "Feature", "properties": { "date": "8-Aug-14", "address": "4350 W CERMAK RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004358777", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.851527, "longitude": -87.734101, "coords": "41.851527, -87.734101", "geocoded_a": "4350 W Cermak Rd", "query": "4350 W CERMAK RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.734101, 41.851527 ] } },
{ "type": "Feature", "properties": { "date": "8-Aug-14", "address": "5450 S JUSTINE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004545421", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "36", "latitude": 41.794474, "longitude": -87.663458, "coords": "41.794474, -87.663458", "geocoded_a": "5450 S Justine St", "query": "5450 S JUSTINE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.663458, 41.794474 ] } },
{ "type": "Feature", "properties": { "date": "8-Aug-14", "address": "6050 N CLARK", "city": "Chicago", "state": "Illinois", "anov numbe": "P004259644", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.992401, "longitude": -87.670248, "coords": "41.992401, -87.670248", "geocoded_a": "6050 N Clark St", "query": "6050 N CLARK, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.670248, 41.992401 ] } },
{ "type": "Feature", "properties": { "date": "8-Aug-14", "address": "6350 S COTTAGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004538622", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.778992, "longitude": -87.605917, "coords": "41.778992, -87.605917", "geocoded_a": "6350 S Cottage Grove Ave", "query": "6350 S COTTAGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.605917, 41.778992 ] } },
{ "type": "Feature", "properties": { "date": "8-Aug-14", "address": "6350 S WESTERN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004238949", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.778274, "longitude": -87.683672, "coords": "41.778274, -87.683672", "geocoded_a": "6350 S Western Ave", "query": "6350 S WESTERN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.683672, 41.778274 ] } },
{ "type": "Feature", "properties": { "date": "8-Aug-14", "address": "7050 S CHAPPEL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004587255", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "47", "latitude": 41.766442, "longitude": -87.575116, "coords": "41.766442, -87.575116", "geocoded_a": "7050 S Chappel Ave", "query": "7050 S CHAPPEL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.575116, 41.766442 ] } },
{ "type": "Feature", "properties": { "date": "9-Aug-14", "address": "10550 S MICHIGAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004518301", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.701953, "longitude": -87.620807, "coords": "41.701953, -87.620807", "geocoded_a": "10550 S Michigan Ave", "query": "10550 S MICHIGAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.620807, 41.701953 ] } },
{ "type": "Feature", "properties": { "date": "9-Aug-14", "address": "1050 N MONTICELLO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004384536", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.900578, "longitude": -87.717716, "coords": "41.900578, -87.717716", "geocoded_a": "1050 N Monticello Ave", "query": "1050 N MONTICELLO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.717716, 41.900578 ] } },
{ "type": "Feature", "properties": { "date": "9-Aug-14", "address": "1250 S INDEPENDENCE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004355776", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.864705, "longitude": -87.7201, "coords": "41.864705, -87.720100", "geocoded_a": "1250 S Independence Blvd", "query": "1250 S INDEPENDENCE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.7201, 41.864705 ] } },
{ "type": "Feature", "properties": { "date": "9-Aug-14", "address": "1250 W 71ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004564088", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.765101, "longitude": -87.655709, "coords": "41.765101, -87.655709", "geocoded_a": "1250 W 71st St", "query": "1250 W 71ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.655709, 41.765101 ] } },
{ "type": "Feature", "properties": { "date": "9-Aug-14", "address": "1750 W HOWARD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004568931", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 42.019456, "longitude": -87.672964, "coords": "42.019456, -87.672964", "geocoded_a": "1750 W Howard St", "query": "1750 W HOWARD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.672964, 42.019456 ] } },
{ "type": "Feature", "properties": { "date": "9-Aug-14", "address": "150 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004588835", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "53", "latitude": 41.878953, "longitude": -87.706117, "coords": "41.878953, -87.706117", "geocoded_a": "150 S Kedzie Ave", "query": "150 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.706117, 41.878953 ] } },
{ "type": "Feature", "properties": { "date": "9-Aug-14", "address": "2550 S WASHTENAW", "city": "Chicago", "state": "Illinois", "anov numbe": "P004385773", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.845548, "longitude": -87.692883, "coords": "41.845548, -87.692883", "geocoded_a": "2550 S Washtenaw Ave", "query": "2550 S WASHTENAW, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.692883, 41.845548 ] } },
{ "type": "Feature", "properties": { "date": "9-Aug-14", "address": "2850 W 63 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004471586", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.779114, "longitude": -87.695341, "coords": "41.779114, -87.695341", "geocoded_a": "2850 W 63rd St", "query": "2850 W 63 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.695341, 41.779114 ] } },
{ "type": "Feature", "properties": { "date": "9-Aug-14", "address": "3050 W 63 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004471794", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.779083, "longitude": -87.700335, "coords": "41.779083, -87.700335", "geocoded_a": "3050 W 63rd St", "query": "3050 W 63 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.700335, 41.779083 ] } },
{ "type": "Feature", "properties": { "date": "9-Aug-14", "address": "3950 W LAKE ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520918", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.885505, "longitude": -87.725368, "coords": "41.885505, -87.725368", "geocoded_a": "3950 W Lake St", "query": "3950 W LAKE ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.725368, 41.885505 ] } },
{ "type": "Feature", "properties": { "date": "9-Aug-14", "address": "350 E PERSHING", "city": "Chicago", "state": "Illinois", "anov numbe": "P004496485", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.823888, "longitude": -87.617631, "coords": "41.823888, -87.617631", "geocoded_a": "350 E Pershing Rd", "query": "350 E PERSHING, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.617631, 41.823888 ] } },
{ "type": "Feature", "properties": { "date": "9-Aug-14", "address": "350 N HAMLIN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520337", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "48", "latitude": 41.886948, "longitude": -87.721002, "coords": "41.886948, -87.721002", "geocoded_a": "350 N Hamlin Ave", "query": "350 N HAMLIN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.721002, 41.886948 ] } },
{ "type": "Feature", "properties": { "date": "9-Aug-14", "address": "350 N PULASKI ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520917", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "36", "latitude": 41.886917, "longitude": -87.72591, "coords": "41.886917, -87.725910", "geocoded_a": "350 N Pulaski Rd", "query": "350 N PULASKI ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.72591, 41.886917 ] } },
{ "type": "Feature", "properties": { "date": "9-Aug-14", "address": "4050 W LAKE ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520336", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "44", "latitude": 41.885583, "longitude": -87.727798, "coords": "41.885583, -87.727798", "geocoded_a": "4050 W Lake St", "query": "4050 W LAKE ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.727798, 41.885583 ] } },
{ "type": "Feature", "properties": { "date": "9-Aug-14", "address": "4750 S WESTERN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004176650", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.807174, "longitude": -87.684432, "coords": "41.807174, -87.684432", "geocoded_a": "4750 S Western Ave", "query": "4750 S WESTERN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.684432, 41.807174 ] } },
{ "type": "Feature", "properties": { "date": "9-Aug-14", "address": "4750 W MADISON ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520919", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "33", "latitude": 41.880595, "longitude": -87.74407, "coords": "41.880595, -87.744070", "geocoded_a": "4750 W Madison St", "query": "4750 W MADISON ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.74407, 41.880595 ] } },
{ "type": "Feature", "properties": { "date": "9-Aug-14", "address": "450 E 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004314973", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "60", "latitude": 41.780335, "longitude": -87.614025, "coords": "41.780335, -87.614025", "geocoded_a": "450 E 63rd St", "query": "450 E 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.614025, 41.780335 ] } },
{ "type": "Feature", "properties": { "date": "9-Aug-14", "address": "55350 W 111TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004368419", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.691186, "longitude": -87.726735, "coords": "41.691186, -87.726735", "geocoded_a": "W 111th St", "query": "55350 W 111TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.726735, 41.691186 ] } },
{ "type": "Feature", "properties": { "date": "9-Aug-14", "address": "550 E 63", "city": "Chicago", "state": "Illinois", "anov numbe": "P004587311", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.78038, "longitude": -87.611599, "coords": "41.780380, -87.611599", "geocoded_a": "550 E 63rd St", "query": "550 E 63, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.611599, 41.78038 ] } },
{ "type": "Feature", "properties": { "date": "9-Aug-14", "address": "6350 S KING", "city": "Chicago", "state": "Illinois", "anov numbe": "P004575228", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "52", "latitude": 41.779098, "longitude": -87.615665, "coords": "41.779098, -87.615665", "geocoded_a": "6350 S King Dr", "query": "6350 S KING, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.615665, 41.779098 ] } },
{ "type": "Feature", "properties": { "date": "9-Aug-14", "address": "6650 S CALIFORNIA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004318082", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "54", "latitude": 41.772304, "longitude": -87.693282, "coords": "41.772304, -87.693282", "geocoded_a": "6650 S California Ave", "query": "6650 S CALIFORNIA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.693282, 41.772304 ] } },
{ "type": "Feature", "properties": { "date": "9-Aug-14", "address": "750 E 47TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004496483", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.809542, "longitude": -87.60688, "coords": "41.809542, -87.606880", "geocoded_a": "750 E 47th St", "query": "750 E 47TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.60688, 41.809542 ] } },
{ "type": "Feature", "properties": { "date": "9-Aug-14", "address": "750 E 47TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004496484", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "52", "latitude": 41.809542, "longitude": -87.60688, "coords": "41.809542, -87.606880", "geocoded_a": "750 E 47th St", "query": "750 E 47TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.60688, 41.809542 ] } },
{ "type": "Feature", "properties": { "date": "9-Aug-14", "address": "850 E 46TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004496482", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "44", "latitude": 41.811443, "longitude": -87.605383, "coords": "41.811443, -87.605383", "geocoded_a": "850 E 46th St", "query": "850 E 46TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.605383, 41.811443 ] } },
{ "type": "Feature", "properties": { "date": "9-Aug-14", "address": "850 N HAMLIN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520338", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.896915, "longitude": -87.721288, "coords": "41.896915, -87.721288", "geocoded_a": "850 N Hamlin Ave", "query": "850 N HAMLIN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.721288, 41.896915 ] } },
{ "type": "Feature", "properties": { "date": "9-Aug-14", "address": "9450 S LAFAYETTE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004445323", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "52", "latitude": 41.722439, "longitude": -87.6251, "coords": "41.722439, -87.625100", "geocoded_a": "9450 S Lafayette Ave", "query": "9450 S LAFAYETTE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.6251, 41.722439 ] } },
{ "type": "Feature", "properties": { "date": "10-Aug-14", "address": "1550 W FARWELL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004258463", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 42.006691, "longitude": -87.669515, "coords": "42.006691, -87.669515", "geocoded_a": "1550 W Farwell Ave", "query": "1550 W FARWELL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.669515, 42.006691 ] } },
{ "type": "Feature", "properties": { "date": "10-Aug-14", "address": "1850 E 79TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004449011", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.751599, "longitude": -87.578901, "coords": "41.751599, -87.578901", "geocoded_a": "1850 E 79th St", "query": "1850 E 79TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.578901, 41.751599 ] } },
{ "type": "Feature", "properties": { "date": "10-Aug-14", "address": "150 S HAMLIN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520342", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.878375, "longitude": -87.720784, "coords": "41.878375, -87.720784", "geocoded_a": "150 S Hamlin Blvd", "query": "150 S HAMLIN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.720784, 41.878375 ] } },
{ "type": "Feature", "properties": { "date": "10-Aug-14", "address": "2050 W 51 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004536636", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.801221, "longitude": -87.676492, "coords": "41.801221, -87.676492", "geocoded_a": "2050 W 51st St", "query": "2050 W 51 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.676492, 41.801221 ] } },
{ "type": "Feature", "properties": { "date": "10-Aug-14", "address": "250 E 35TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004504251", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.831149, "longitude": -87.619702, "coords": "41.831149, -87.619702", "geocoded_a": "250 E 35th St", "query": "250 E 35TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.619702, 41.831149 ] } },
{ "type": "Feature", "properties": { "date": "10-Aug-14", "address": "250 E 35TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004504252", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.831149, "longitude": -87.619702, "coords": "41.831149, -87.619702", "geocoded_a": "250 E 35th St", "query": "250 E 35TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.619702, 41.831149 ] } },
{ "type": "Feature", "properties": { "date": "10-Aug-14", "address": "3050 W 64 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004471588", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "39", "latitude": 41.777248, "longitude": -87.69978, "coords": "41.777248, -87.699780", "geocoded_a": "3050 W 64th St", "query": "3050 W 64 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.69978, 41.777248 ] } },
{ "type": "Feature", "properties": { "date": "10-Aug-14", "address": "3950 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520339", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "43", "latitude": 41.880764, "longitude": -87.725123, "coords": "41.880764, -87.725123", "geocoded_a": "3950 W Madison St", "query": "3950 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.725123, 41.880764 ] } },
{ "type": "Feature", "properties": { "date": "10-Aug-14", "address": "350 S HAMLIN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520923", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.87593, "longitude": -87.720706, "coords": "41.875930, -87.720706", "geocoded_a": "350 S Hamlin Blvd", "query": "350 S HAMLIN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.720706, 41.87593 ] } },
{ "type": "Feature", "properties": { "date": "10-Aug-14", "address": "4050 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520340", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.880782, "longitude": -87.72719, "coords": "41.880782, -87.727190", "geocoded_a": "4050 W Madison St", "query": "4050 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.72719, 41.880782 ] } },
{ "type": "Feature", "properties": { "date": "10-Aug-14", "address": "4050 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520920", "violation": "9-52-021 Riding bicycle on sidewalks on North Sheridan Road", "age": "60", "latitude": 41.880782, "longitude": -87.72719, "coords": "41.880782, -87.727190", "geocoded_a": "4050 W Madison St", "query": "4050 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.72719, 41.880782 ] } },
{ "type": "Feature", "properties": { "date": "10-Aug-14", "address": "5550 S STATE ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004495899", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.793531, "longitude": -87.625733, "coords": "41.793531, -87.625733", "geocoded_a": "5550 S State St", "query": "5550 S STATE ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.625733, 41.793531 ] } },
{ "type": "Feature", "properties": { "date": "10-Aug-14", "address": "5550 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004541805", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "48", "latitude": 41.894923, "longitude": -87.764885, "coords": "41.894923, -87.764885", "geocoded_a": "5550 W Chicago Ave", "query": "5550 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.764885, 41.894923 ] } },
{ "type": "Feature", "properties": { "date": "10-Aug-14", "address": "750 N PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520343", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "32", "latitude": 41.89443, "longitude": -87.726104, "coords": "41.894430, -87.726104", "geocoded_a": "750 N Pulaski Rd", "query": "750 N PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.726104, 41.89443 ] } },
{ "type": "Feature", "properties": { "date": "10-Aug-14", "address": "9450 S WENTWORTH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004445324", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.722541, "longitude": -87.62873, "coords": "41.722541, -87.628730", "geocoded_a": "9450 S Wentworth Ave", "query": "9450 S WENTWORTH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.62873, 41.722541 ] } },
{ "type": "Feature", "properties": { "date": "10-Aug-14", "address": "50 N PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520922", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.881628, "longitude": -87.725742, "coords": "41.881628, -87.725742", "geocoded_a": "50 N Pulaski Rd", "query": "50 N PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.725742, 41.881628 ] } },
{ "type": "Feature", "properties": { "date": "11-Aug-14", "address": "1450 W 87 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004373756", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "42", "latitude": 41.735908, "longitude": -87.659785, "coords": "41.735908, -87.659785", "geocoded_a": "1450 W 87th St", "query": "1450 W 87 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.659785, 41.735908 ] } },
{ "type": "Feature", "properties": { "date": "11-Aug-14", "address": "1550 W 59TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004564021", "violation": "9-52-010 Rights and duties.", "age": "49", "latitude": 41.786821, "longitude": -87.663855, "coords": "41.786821, -87.663855", "geocoded_a": "1550 W 59th St", "query": "1550 W 59TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.663855, 41.786821 ] } },
{ "type": "Feature", "properties": { "date": "11-Aug-14", "address": "2250 N MELVINA ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004484625", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "58", "latitude": 41.921621, "longitude": -87.78058, "coords": "41.921621, -87.780580", "geocoded_a": "2250 N Melvina Ave", "query": "2250 N MELVINA ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.78058, 41.921621 ] } },
{ "type": "Feature", "properties": { "date": "11-Aug-14", "address": "2350 W GRAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P003897085", "violation": "9-52-080 Headlamps", "age": "20", "latitude": 41.890694, "longitude": -87.686271, "coords": "41.890694, -87.686271", "geocoded_a": "2350 W Grand Ave", "query": "2350 W GRAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.686271, 41.890694 ] } },
{ "type": "Feature", "properties": { "date": "11-Aug-14", "address": "2450 S SPAULDING", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356242", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 41.847182, "longitude": -87.707615, "coords": "41.847182, -87.707615", "geocoded_a": "2450 S Spaulding Ave", "query": "2450 S SPAULDING, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.707615, 41.847182 ] } },
{ "type": "Feature", "properties": { "date": "11-Aug-14", "address": "2450 S SPAULDING ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356243", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.847182, "longitude": -87.707615, "coords": "41.847182, -87.707615", "geocoded_a": "2450 S Spaulding Ave", "query": "2450 S SPAULDING ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.707615, 41.847182 ] } },
{ "type": "Feature", "properties": { "date": "11-Aug-14", "address": "2750 S STATE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004208031", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.843717, "longitude": -87.626961, "coords": "41.843717, -87.626961", "geocoded_a": "2750 S State St", "query": "2750 S STATE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.626961, 41.843717 ] } },
{ "type": "Feature", "properties": { "date": "11-Aug-14", "address": "2850 N CENTRAL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004541829", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.932346, "longitude": -87.766326, "coords": "41.932346, -87.766326", "geocoded_a": "2850 N Central Ave", "query": "2850 N CENTRAL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.766326, 41.932346 ] } },
{ "type": "Feature", "properties": { "date": "11-Aug-14", "address": "2850 W ROOSEVELT ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004358802", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "54", "latitude": 41.866523, "longitude": -87.697912, "coords": "41.866523, -87.697912", "geocoded_a": "2850 W Roosevelt Rd", "query": "2850 W ROOSEVELT ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.697912, 41.866523 ] } },
{ "type": "Feature", "properties": { "date": "11-Aug-14", "address": "3950 W THOMAS", "city": "Chicago", "state": "Illinois", "anov numbe": "P004488947", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.900921, "longitude": -87.725411, "coords": "41.900921, -87.725411", "geocoded_a": "3950 W Thomas St", "query": "3950 W THOMAS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.725411, 41.900921 ] } },
{ "type": "Feature", "properties": { "date": "11-Aug-14", "address": "350 E 47TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004503701", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "57", "latitude": 41.809406, "longitude": -87.617623, "coords": "41.809406, -87.617623", "geocoded_a": "350 E 47th St", "query": "350 E 47TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.617623, 41.809406 ] } },
{ "type": "Feature", "properties": { "date": "11-Aug-14", "address": "4150 W AUGUSTA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004475413", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.89902, "longitude": -87.730203, "coords": "41.899020, -87.730203", "geocoded_a": "4150 W Augusta Blvd", "query": "4150 W AUGUSTA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.730203, 41.89902 ] } },
{ "type": "Feature", "properties": { "date": "11-Aug-14", "address": "4150 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520579", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.895378, "longitude": -87.730448, "coords": "41.895378, -87.730448", "geocoded_a": "4150 W Chicago Ave", "query": "4150 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.730448, 41.895378 ] } },
{ "type": "Feature", "properties": { "date": "11-Aug-14", "address": "4150 W LAKE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520344", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "42", "latitude": 41.885711, "longitude": -87.730259, "coords": "41.885711, -87.730259", "geocoded_a": "4150 W Lake St", "query": "4150 W LAKE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.730259, 41.885711 ] } },
{ "type": "Feature", "properties": { "date": "11-Aug-14", "address": "4250 W MADISON ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520924", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "45", "latitude": 41.880677, "longitude": -87.732692, "coords": "41.880677, -87.732692", "geocoded_a": "4250 W Madison St", "query": "4250 W MADISON ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.732692, 41.880677 ] } },
{ "type": "Feature", "properties": { "date": "11-Aug-14", "address": "450 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520347", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.896573, "longitude": -87.640664, "coords": "41.896573, -87.640664", "geocoded_a": "450 W Chicago Ave", "query": "450 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.640664, 41.896573 ] } },
{ "type": "Feature", "properties": { "date": "11-Aug-14", "address": "5250 W ADAMS", "city": "Chicago", "state": "Illinois", "anov numbe": "P004386026", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.878477, "longitude": -87.757001, "coords": "41.878477, -87.757001", "geocoded_a": "5250 W Adams St", "query": "5250 W ADAMS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.757001, 41.878477 ] } },
{ "type": "Feature", "properties": { "date": "11-Aug-14", "address": "5750 W FULLERTON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004541831", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "44", "latitude": 41.924, "longitude": -87.770009, "coords": "41.924000, -87.770009", "geocoded_a": "5750 W Fullerton Ave", "query": "5750 W FULLERTON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.770009, 41.924 ] } },
{ "type": "Feature", "properties": { "date": "11-Aug-14", "address": "5850 W FULLERTON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004541830", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "47", "latitude": 41.923961, "longitude": -87.77245, "coords": "41.923961, -87.772450", "geocoded_a": "5850 W Fullerton Ave", "query": "5850 W FULLERTON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.77245, 41.923961 ] } },
{ "type": "Feature", "properties": { "date": "11-Aug-14", "address": "5950 W GRAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004541828", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "50", "latitude": 41.920512, "longitude": -87.774981, "coords": "41.920512, -87.774981", "geocoded_a": "5950 W Grand Ave", "query": "5950 W GRAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.774981, 41.920512 ] } },
{ "type": "Feature", "properties": { "date": "11-Aug-14", "address": "550 E 47TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004496323", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "47", "latitude": 41.809531, "longitude": -87.612218, "coords": "41.809531, -87.612218", "geocoded_a": "550 E 47th St", "query": "550 E 47TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.612218, 41.809531 ] } },
{ "type": "Feature", "properties": { "date": "11-Aug-14", "address": "550 N HOMAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520346", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.891062, "longitude": -87.711346, "coords": "41.891062, -87.711346", "geocoded_a": "550 N Homan Ave", "query": "550 N HOMAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.711346, 41.891062 ] } },
{ "type": "Feature", "properties": { "date": "11-Aug-14", "address": "6950 S MICHIGAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004500702", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.767721, "longitude": -87.62178, "coords": "41.767721, -87.621780", "geocoded_a": "6950 S Michigan Ave", "query": "6950 S MICHIGAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.62178, 41.767721 ] } },
{ "type": "Feature", "properties": { "date": "11-Aug-14", "address": "7250 S EXCHANGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004549127", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "47", "latitude": 41.763039, "longitude": -87.563894, "coords": "41.763039, -87.563894", "geocoded_a": "7250 S Exchange Ave", "query": "7250 S EXCHANGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.563894, 41.763039 ] } },
{ "type": "Feature", "properties": { "date": "11-Aug-14", "address": "7250 S INDIANA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004500703", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "50", "latitude": 41.762277, "longitude": -87.620047, "coords": "41.762277, -87.620047", "geocoded_a": "7250 S Indiana Ave", "query": "7250 S INDIANA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.620047, 41.762277 ] } },
{ "type": "Feature", "properties": { "date": "11-Aug-14", "address": "950 N WALLER", "city": "Chicago", "state": "Illinois", "anov numbe": "P004532959", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.897571, "longitude": -87.767943, "coords": "41.897571, -87.767943", "geocoded_a": "950 N Waller Ave", "query": "950 N WALLER, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.767943, 41.897571 ] } },
{ "type": "Feature", "properties": { "date": "11-Aug-14", "address": "50 N PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520577", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.881628, "longitude": -87.725742, "coords": "41.881628, -87.725742", "geocoded_a": "50 N Pulaski Rd", "query": "50 N PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.725742, 41.881628 ] } },
{ "type": "Feature", "properties": { "date": "12-Aug-14", "address": "1350 N LARAMIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004488949", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.905416, "longitude": -87.755893, "coords": "41.905416, -87.755893", "geocoded_a": "1350 N Laramie Ave", "query": "1350 N LARAMIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.755893, 41.905416 ] } },
{ "type": "Feature", "properties": { "date": "12-Aug-14", "address": "1545 W HOWARD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004568505", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": null, "longitude": null, "coords": null, "geocoded_a": null, "query": "1545 W HOWARD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.669863838200627, 42.019287087360944 ] } },
{ "type": "Feature", "properties": { "date": "12-Aug-14", "address": "1850 E 71ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004549130", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "33", "latitude": 41.766246, "longitude": -87.580582, "coords": "41.766246, -87.580582", "geocoded_a": "1850 E 71st St", "query": "1850 E 71ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.580582, 41.766246 ] } },
{ "type": "Feature", "properties": { "date": "12-Aug-14", "address": "150 E 47TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004496325", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.809382, "longitude": -87.621441, "coords": "41.809382, -87.621441", "geocoded_a": "150 E 47th St", "query": "150 E 47TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.621441, 41.809382 ] } },
{ "type": "Feature", "properties": { "date": "12-Aug-14", "address": "2050 N CLARK", "city": "Chicago", "state": "Illinois", "anov numbe": "P004236509", "violation": "9-52-010 Rights and duties.", "age": "23", "latitude": 41.919955, "longitude": -87.637128, "coords": "41.919955, -87.637128", "geocoded_a": "2050 N Clark St", "query": "2050 N CLARK, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.637128, 41.919955 ] } },
{ "type": "Feature", "properties": { "date": "12-Aug-14", "address": "2250 S PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004352985", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.850068, "longitude": -87.724775, "coords": "41.850068, -87.724775", "geocoded_a": "2250 S Pulaski Rd", "query": "2250 S PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.724775, 41.850068 ] } },
{ "type": "Feature", "properties": { "date": "12-Aug-14", "address": "2350 E 71ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004587257", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "43", "latitude": 41.766377, "longitude": -87.569064, "coords": "41.766377, -87.569064", "geocoded_a": "2350 E 71st St", "query": "2350 E 71ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.569064, 41.766377 ] } },
{ "type": "Feature", "properties": { "date": "12-Aug-14", "address": "2650 W 43RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004583487", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "29", "latitude": 41.815593, "longitude": -87.691571, "coords": "41.815593, -87.691571", "geocoded_a": "2650 W 43rd St", "query": "2650 W 43RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.691571, 41.815593 ] } },
{ "type": "Feature", "properties": { "date": "12-Aug-14", "address": "250 N CICERO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004561111", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.885213, "longitude": -87.745501, "coords": "41.885213, -87.745501", "geocoded_a": "250 N Cicero Ave", "query": "250 N CICERO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.745501, 41.885213 ] } },
{ "type": "Feature", "properties": { "date": "12-Aug-14", "address": "3250 N MILWAUKEE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004426474", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.940076, "longitude": -87.725588, "coords": "41.940076, -87.725588", "geocoded_a": "3250 N Milwaukee Ave", "query": "3250 N MILWAUKEE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.725588, 41.940076 ] } },
{ "type": "Feature", "properties": { "date": "12-Aug-14", "address": "350 E 47TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004496324", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.809406, "longitude": -87.617623, "coords": "41.809406, -87.617623", "geocoded_a": "350 E 47th St", "query": "350 E 47TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.617623, 41.809406 ] } },
{ "type": "Feature", "properties": { "date": "12-Aug-14", "address": "350 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520581", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "68", "latitude": 41.875799, "longitude": -87.706038, "coords": "41.875799, -87.706038", "geocoded_a": "350 S Kedzie Ave", "query": "350 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.706038, 41.875799 ] } },
{ "type": "Feature", "properties": { "date": "12-Aug-14", "address": "4350 S MICHIGAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004503704", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "52", "latitude": 41.815008, "longitude": -87.623037, "coords": "41.815008, -87.623037", "geocoded_a": "4350 S Michigan Ave", "query": "4350 S MICHIGAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.623037, 41.815008 ] } },
{ "type": "Feature", "properties": { "date": "12-Aug-14", "address": "4350 W MADISON ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520582", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "36", "latitude": 41.880631, "longitude": -87.735144, "coords": "41.880631, -87.735144", "geocoded_a": "4350 W Madison St", "query": "4350 W MADISON ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.735144, 41.880631 ] } },
{ "type": "Feature", "properties": { "date": "12-Aug-14", "address": "4550 S KING DR", "city": "Chicago", "state": "Illinois", "anov numbe": "P004503702", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "49", "latitude": 41.811578, "longitude": -87.61693, "coords": "41.811578, -87.616930", "geocoded_a": "4550 S King Dr", "query": "4550 S KING DR, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.61693, 41.811578 ] } },
{ "type": "Feature", "properties": { "date": "12-Aug-14", "address": "4750 S INDIANA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004503703", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "33", "latitude": 41.807763, "longitude": -87.621207, "coords": "41.807763, -87.621207", "geocoded_a": "4750 S Indiana Ave", "query": "4750 S INDIANA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.621207, 41.807763 ] } },
{ "type": "Feature", "properties": { "date": "12-Aug-14", "address": "4750 W LAKE ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520349", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.886562, "longitude": -87.745088, "coords": "41.886562, -87.745088", "geocoded_a": "4750 W Lake St", "query": "4750 W LAKE ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.745088, 41.886562 ] } },
{ "type": "Feature", "properties": { "date": "12-Aug-14", "address": "450 E 63RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004548035", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "37", "latitude": 41.780335, "longitude": -87.614025, "coords": "41.780335, -87.614025", "geocoded_a": "450 E 63rd St", "query": "450 E 63RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.614025, 41.780335 ] } },
{ "type": "Feature", "properties": { "date": "12-Aug-14", "address": "450 W MADISON ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520350", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "60", "latitude": 41.881952, "longitude": -87.63939, "coords": "41.881952, -87.639390", "geocoded_a": "450 W Madison St", "query": "450 W MADISON ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.63939, 41.881952 ] } },
{ "type": "Feature", "properties": { "date": "12-Aug-14", "address": "5150 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004542606", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "27", "latitude": 41.894971, "longitude": -87.755251, "coords": "41.894971, -87.755251", "geocoded_a": "5150 W Chicago Ave", "query": "5150 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.755251, 41.894971 ] } },
{ "type": "Feature", "properties": { "date": "12-Aug-14", "address": "550 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520348", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "65", "latitude": 41.873912, "longitude": -87.705986, "coords": "41.873912, -87.705986", "geocoded_a": "550 S Kedzie Ave", "query": "550 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.705986, 41.873912 ] } },
{ "type": "Feature", "properties": { "date": "12-Aug-14", "address": "550 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520580", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "42", "latitude": 41.873912, "longitude": -87.705986, "coords": "41.873912, -87.705986", "geocoded_a": "550 S Kedzie Ave", "query": "550 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.705986, 41.873912 ] } },
{ "type": "Feature", "properties": { "date": "12-Aug-14", "address": "6350 E COTTAGE GROV", "city": "Chicago", "state": "Illinois", "anov numbe": "P004575229", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.665449, "longitude": -87.599475, "coords": "41.665449, -87.599475", "geocoded_a": "S Cottage Grove Ave", "query": "6350 E COTTAGE GROV, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.599475, 41.665449 ] } },
{ "type": "Feature", "properties": { "date": "12-Aug-14", "address": "6950 N SHERIDAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004562335", "violation": "9-52-010 Rights and duties.", "age": "21", "latitude": 42.008196, "longitude": -87.661804, "coords": "42.008196, -87.661804", "geocoded_a": "6950 N Sheridan Rd", "query": "6950 N SHERIDAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.661804, 42.008196 ] } },
{ "type": "Feature", "properties": { "date": "12-Aug-14", "address": "6950 N SHERIDAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004562336", "violation": "9-52-040 Yielding right-of-way.", "age": "21", "latitude": 42.008196, "longitude": -87.661804, "coords": "42.008196, -87.661804", "geocoded_a": "6950 N Sheridan Rd", "query": "6950 N SHERIDAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.661804, 42.008196 ] } },
{ "type": "Feature", "properties": { "date": "12-Aug-14", "address": "7350 S EXCHANGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004587260", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.76145, "longitude": -87.562454, "coords": "41.761450, -87.562454", "geocoded_a": "7350 S Exchange Ave", "query": "7350 S EXCHANGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.562454, 41.76145 ] } },
{ "type": "Feature", "properties": { "date": "12-Aug-14", "address": "7350 S JEFFERY BLVD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004549131", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "56", "latitude": 41.761289, "longitude": -87.576242, "coords": "41.761289, -87.576242", "geocoded_a": "7350 S Jeffery Blvd", "query": "7350 S JEFFERY BLVD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.576242, 41.761289 ] } },
{ "type": "Feature", "properties": { "date": "12-Aug-14", "address": "750 W 103RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004564149", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.706954, "longitude": -87.642463, "coords": "41.706954, -87.642463", "geocoded_a": "750 W 103rd St", "query": "750 W 103RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.642463, 41.706954 ] } },
{ "type": "Feature", "properties": { "date": "12-Aug-14", "address": "50 S KILBOURN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004561340", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "49", "latitude": 41.880157, "longitude": -87.737963, "coords": "41.880157, -87.737963", "geocoded_a": "50 S Kilbourn Ave", "query": "50 S KILBOURN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.737963, 41.880157 ] } },
{ "type": "Feature", "properties": { "date": "13-Aug-14", "address": "13250 S LANGLEY ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004346620", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.655008, "longitude": -87.605173, "coords": "41.655008, -87.605173", "geocoded_a": "13250 S Langley Ave", "query": "13250 S LANGLEY ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.605173, 41.655008 ] } },
{ "type": "Feature", "properties": { "date": "13-Aug-14", "address": "1350 E MARQUETTE RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004575484", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.775135, "longitude": -87.592866, "coords": "41.775135, -87.592866", "geocoded_a": "1350 E Marquette Rd", "query": "1350 E MARQUETTE RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.592866, 41.775135 ] } },
{ "type": "Feature", "properties": { "date": "13-Aug-14", "address": "1650 W CALIFORNIA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004376133", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "41", "latitude": 41.938449, "longitude": -87.648666, "coords": "41.938449, -87.648666", "geocoded_a": "W California Ter", "query": "1650 W CALIFORNIA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.648666, 41.938449 ] } },
{ "type": "Feature", "properties": { "date": "13-Aug-14", "address": "1950 W NORTH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004377975", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.910484, "longitude": -87.677063, "coords": "41.910484, -87.677063", "geocoded_a": "1950 W North Ave", "query": "1950 W NORTH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.677063, 41.910484 ] } },
{ "type": "Feature", "properties": { "date": "13-Aug-14", "address": "2150 E 71ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004587356", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.766334, "longitude": -87.572298, "coords": "41.766334, -87.572298", "geocoded_a": "2150 E 71st St", "query": "2150 E 71ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.572298, 41.766334 ] } },
{ "type": "Feature", "properties": { "date": "13-Aug-14", "address": "2250 N CICERO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004270540", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.922089, "longitude": -87.74629, "coords": "41.922089, -87.746290", "geocoded_a": "2250 N Cicero Ave", "query": "2250 N CICERO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.74629, 41.922089 ] } },
{ "type": "Feature", "properties": { "date": "13-Aug-14", "address": "2350 W 63RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004547368", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.779255, "longitude": -87.682691, "coords": "41.779255, -87.682691", "geocoded_a": "2350 W 63rd St", "query": "2350 W 63RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.682691, 41.779255 ] } },
{ "type": "Feature", "properties": { "date": "13-Aug-14", "address": "2450 W 63RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004547369", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "33", "latitude": 41.779301, "longitude": -87.685678, "coords": "41.779301, -87.685678", "geocoded_a": "2450 W 63rd St", "query": "2450 W 63RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.685678, 41.779301 ] } },
{ "type": "Feature", "properties": { "date": "13-Aug-14", "address": "2650 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004471592", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "27", "latitude": 41.779177, "longitude": -87.690473, "coords": "41.779177, -87.690473", "geocoded_a": "2650 W 63rd St", "query": "2650 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.690473, 41.779177 ] } },
{ "type": "Feature", "properties": { "date": "13-Aug-14", "address": "2650 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004471596", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "42", "latitude": 41.779177, "longitude": -87.690473, "coords": "41.779177, -87.690473", "geocoded_a": "2650 W 63rd St", "query": "2650 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.690473, 41.779177 ] } },
{ "type": "Feature", "properties": { "date": "13-Aug-14", "address": "2850 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004547398", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.779114, "longitude": -87.695341, "coords": "41.779114, -87.695341", "geocoded_a": "2850 W 63rd St", "query": "2850 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.695341, 41.779114 ] } },
{ "type": "Feature", "properties": { "date": "13-Aug-14", "address": "250 E 47TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004546483", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "41", "latitude": 41.809413, "longitude": -87.620193, "coords": "41.809413, -87.620193", "geocoded_a": "250 E 47th St", "query": "250 E 47TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.620193, 41.809413 ] } },
{ "type": "Feature", "properties": { "date": "13-Aug-14", "address": "3350 W FLOURNOY ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004451162", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.872747, "longitude": -87.710282, "coords": "41.872747, -87.710282", "geocoded_a": "3350 W Flournoy St", "query": "3350 W FLOURNOY ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.710282, 41.872747 ] } },
{ "type": "Feature", "properties": { "date": "13-Aug-14", "address": "3650 W AUGUSTA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004561324", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.899159, "longitude": -87.718022, "coords": "41.899159, -87.718022", "geocoded_a": "3650 W Augusta Blvd", "query": "3650 W AUGUSTA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.718022, 41.899159 ] } },
{ "type": "Feature", "properties": { "date": "13-Aug-14", "address": "4750 S FORRESTVILLE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004546485", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.807844, "longitude": -87.61266, "coords": "41.807844, -87.612660", "geocoded_a": "4750 S Forrestville Ave", "query": "4750 S FORRESTVILLE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.61266, 41.807844 ] } },
{ "type": "Feature", "properties": { "date": "13-Aug-14", "address": "4850 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004386591", "violation": "9-52-110(b) Use of communication devices while operating a", "age": "18", "latitude": 41.880507, "longitude": -87.747443, "coords": "41.880507, -87.747443", "geocoded_a": "4850 W Madison St", "query": "4850 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.747443, 41.880507 ] } },
{ "type": "Feature", "properties": { "date": "13-Aug-14", "address": "5150 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004183044", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.894971, "longitude": -87.755251, "coords": "41.894971, -87.755251", "geocoded_a": "5150 W Chicago Ave", "query": "5150 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.755251, 41.894971 ] } },
{ "type": "Feature", "properties": { "date": "13-Aug-14", "address": "5150 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004542396", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "52", "latitude": 41.880463, "longitude": -87.754102, "coords": "41.880463, -87.754102", "geocoded_a": "5150 W Madison St", "query": "5150 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.754102, 41.880463 ] } },
{ "type": "Feature", "properties": { "date": "13-Aug-14", "address": "6350 S CALIFORNIA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004317522", "violation": "9-52-080 Headlamps", "age": "72", "latitude": 41.777576, "longitude": -87.693378, "coords": "41.777576, -87.693378", "geocoded_a": "6350 S California Ave", "query": "6350 S CALIFORNIA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.693378, 41.777576 ] } },
{ "type": "Feature", "properties": { "date": "13-Aug-14", "address": "6750 N SHERIDAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004568982", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "57", "latitude": 42.005062, "longitude": -87.660949, "coords": "42.005062, -87.660949", "geocoded_a": "6750 N Sheridan Rd", "query": "6750 N SHERIDAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.660949, 42.005062 ] } },
{ "type": "Feature", "properties": { "date": "13-Aug-14", "address": "6750 S STONY ISLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004549136", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "48", "latitude": 41.772111, "longitude": -87.58632, "coords": "41.772111, -87.586320", "geocoded_a": "6750 S Stony Island Ave", "query": "6750 S STONY ISLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.58632, 41.772111 ] } },
{ "type": "Feature", "properties": { "date": "13-Aug-14", "address": "7150 S BENNETT", "city": "Chicago", "state": "Illinois", "anov numbe": "P004549140", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "56", "latitude": 41.765144, "longitude": -87.579394, "coords": "41.765144, -87.579394", "geocoded_a": "7150 S Bennett Ave", "query": "7150 S BENNETT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.579394, 41.765144 ] } },
{ "type": "Feature", "properties": { "date": "13-Aug-14", "address": "7150 S EAST END", "city": "Chicago", "state": "Illinois", "anov numbe": "P004574636", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.765102, "longitude": -87.583694, "coords": "41.765102, -87.583694", "geocoded_a": "7150 S East End Ave", "query": "7150 S EAST END, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.583694, 41.765102 ] } },
{ "type": "Feature", "properties": { "date": "13-Aug-14", "address": "7250 S MORGAN ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004524210", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.761799, "longitude": -87.64921, "coords": "41.761799, -87.649210", "geocoded_a": "7250 S Morgan St", "query": "7250 S MORGAN ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.64921, 41.761799 ] } },
{ "type": "Feature", "properties": { "date": "13-Aug-14", "address": "7350 S EXCHANGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004549139", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "30", "latitude": 41.76145, "longitude": -87.562454, "coords": "41.761450, -87.562454", "geocoded_a": "7350 S Exchange Ave", "query": "7350 S EXCHANGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.562454, 41.76145 ] } },
{ "type": "Feature", "properties": { "date": "13-Aug-14", "address": "7350 S PERRY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507129", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "45", "latitude": 41.76089, "longitude": -87.628122, "coords": "41.760890, -87.628122", "geocoded_a": "7350 S Perry Ave", "query": "7350 S PERRY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.628122, 41.76089 ] } },
{ "type": "Feature", "properties": { "date": "13-Aug-14", "address": "750 N MICHIGAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004563543", "violation": "9-52-010 Rights and duties.", "age": "23", "latitude": 41.896094, "longitude": -87.624327, "coords": "41.896094, -87.624327", "geocoded_a": "750 N Michigan Ave", "query": "750 N MICHIGAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.624327, 41.896094 ] } },
{ "type": "Feature", "properties": { "date": "13-Aug-14", "address": "8050 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004459283", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.746472, "longitude": -87.70234, "coords": "41.746472, -87.702340", "geocoded_a": "8050 S Kedzie Ave", "query": "8050 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.70234, 41.746472 ] } },
{ "type": "Feature", "properties": { "date": "13-Aug-14", "address": "8250 S SOUTH SHORE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004314014", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.745592, "longitude": -87.547973, "coords": "41.745592, -87.547973", "geocoded_a": "8250 S South Shore Dr", "query": "8250 S SOUTH SHORE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.547973, 41.745592 ] } },
{ "type": "Feature", "properties": { "date": "13-Aug-14", "address": "8250 S SOUTH SHORE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004314015", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.745592, "longitude": -87.547973, "coords": "41.745592, -87.547973", "geocoded_a": "8250 S South Shore Dr", "query": "8250 S SOUTH SHORE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.547973, 41.745592 ] } },
{ "type": "Feature", "properties": { "date": "13-Aug-14", "address": "8450 S COMMERCIAL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004314016", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.742172, "longitude": -87.551572, "coords": "41.742172, -87.551572", "geocoded_a": "8450 S Commercial Ave", "query": "8450 S COMMERCIAL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.551572, 41.742172 ] } },
{ "type": "Feature", "properties": { "date": "13-Aug-14", "address": "8650 S COMMERCIAL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004533546", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "42", "latitude": 41.737661, "longitude": -87.551479, "coords": "41.737661, -87.551479", "geocoded_a": "8650 S Commercial Ave", "query": "8650 S COMMERCIAL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.551479, 41.737661 ] } },
{ "type": "Feature", "properties": { "date": "13-Aug-14", "address": "850 W BELMONT", "city": "Chicago", "state": "Illinois", "anov numbe": "P004562665", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.939987, "longitude": -87.651405, "coords": "41.939987, -87.651405", "geocoded_a": "850 W Belmont Ave", "query": "850 W BELMONT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.651405, 41.939987 ] } },
{ "type": "Feature", "properties": { "date": "14-Aug-14", "address": "1550 S CENTRAL PK", "city": "Chicago", "state": "Illinois", "anov numbe": "P004351795", "violation": "9-52-040 Yielding right-of-way.", "age": "33", "latitude": 41.859576, "longitude": -87.715255, "coords": "41.859576, -87.715255", "geocoded_a": "1550 S Central Park Ave", "query": "1550 S CENTRAL PK, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.715255, 41.859576 ] } },
{ "type": "Feature", "properties": { "date": "14-Aug-14", "address": "1550 S CENTRAL PK", "city": "Chicago", "state": "Illinois", "anov numbe": "P004351796", "violation": "9-52-040 Yielding right-of-way.", "age": "27", "latitude": 41.859576, "longitude": -87.715255, "coords": "41.859576, -87.715255", "geocoded_a": "1550 S Central Park Ave", "query": "1550 S CENTRAL PK, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.715255, 41.859576 ] } },
{ "type": "Feature", "properties": { "date": "14-Aug-14", "address": "1550 S CENTRAL PK", "city": "Chicago", "state": "Illinois", "anov numbe": "P004351797", "violation": "9-52-080 Headlamps", "age": "27", "latitude": 41.859576, "longitude": -87.715255, "coords": "41.859576, -87.715255", "geocoded_a": "1550 S Central Park Ave", "query": "1550 S CENTRAL PK, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.715255, 41.859576 ] } },
{ "type": "Feature", "properties": { "date": "14-Aug-14", "address": "1650 S HOMAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004355545", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "43", "latitude": 41.858535, "longitude": -87.710354, "coords": "41.858535, -87.710354", "geocoded_a": "1650 S Homan Ave", "query": "1650 S HOMAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.710354, 41.858535 ] } },
{ "type": "Feature", "properties": { "date": "14-Aug-14", "address": "2250 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004354523", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.850287, "longitude": -87.705226, "coords": "41.850287, -87.705226", "geocoded_a": "2250 S Kedzie Ave", "query": "2250 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.705226, 41.850287 ] } },
{ "type": "Feature", "properties": { "date": "14-Aug-14", "address": "2450 W GRANVILLE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004569027", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "38", "latitude": 41.994085, "longitude": -87.691832, "coords": "41.994085, -87.691832", "geocoded_a": "2450 W Granville Ave", "query": "2450 W GRANVILLE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.691832, 41.994085 ] } },
{ "type": "Feature", "properties": { "date": "14-Aug-14", "address": "2550 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004319622", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "37", "latitude": 41.779213, "longitude": -87.688042, "coords": "41.779213, -87.688042", "geocoded_a": "2550 W 63rd St", "query": "2550 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.688042, 41.779213 ] } },
{ "type": "Feature", "properties": { "date": "14-Aug-14", "address": "3350 W 23RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004357557", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.849961, "longitude": -87.709597, "coords": "41.849961, -87.709597", "geocoded_a": "3350 W 23rd St", "query": "3350 W 23RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.709597, 41.849961 ] } },
{ "type": "Feature", "properties": { "date": "14-Aug-14", "address": "3350 W MONROE ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004070787", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.879629, "longitude": -87.710421, "coords": "41.879629, -87.710421", "geocoded_a": "3350 W Monroe St", "query": "3350 W MONROE ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.710421, 41.879629 ] } },
{ "type": "Feature", "properties": { "date": "14-Aug-14", "address": "350 N CENTRAL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004541797", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.886658, "longitude": -87.765139, "coords": "41.886658, -87.765139", "geocoded_a": "350 N Central Ave", "query": "350 N CENTRAL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.765139, 41.886658 ] } },
{ "type": "Feature", "properties": { "date": "14-Aug-14", "address": "4750 W WEST END", "city": "Chicago", "state": "Illinois", "anov numbe": "P004482215", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "48", "latitude": 41.883215, "longitude": -87.744744, "coords": "41.883215, -87.744744", "geocoded_a": "4750 W West End Ave", "query": "4750 W WEST END, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.744744, 41.883215 ] } },
{ "type": "Feature", "properties": { "date": "14-Aug-14", "address": "5650 N BROADWAY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004208842", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.985025, "longitude": -87.660158, "coords": "41.985025, -87.660158", "geocoded_a": "5650 N Broadway St", "query": "5650 N BROADWAY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.660158, 41.985025 ] } },
{ "type": "Feature", "properties": { "date": "14-Aug-14", "address": "8350 S EXCHANGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004314017", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.743918, "longitude": -87.551844, "coords": "41.743918, -87.551844", "geocoded_a": "8350 S Exchange Ave", "query": "8350 S EXCHANGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.551844, 41.743918 ] } },
{ "type": "Feature", "properties": { "date": "15-Aug-14", "address": "1050 N ORLEANS", "city": "Chicago", "state": "Illinois", "anov numbe": "P004236510", "violation": "9-52-010 Rights and duties.", "age": "37", "latitude": 41.901672, "longitude": -87.637413, "coords": "41.901672, -87.637413", "geocoded_a": "1050 N Orleans St", "query": "1050 N ORLEANS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.637413, 41.901672 ] } },
{ "type": "Feature", "properties": { "date": "15-Aug-14", "address": "11250 S MICHIGAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004348682", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.689241, "longitude": -87.621038, "coords": "41.689241, -87.621038", "geocoded_a": "11250 S Michigan Ave", "query": "11250 S MICHIGAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.621038, 41.689241 ] } },
{ "type": "Feature", "properties": { "date": "15-Aug-14", "address": "1450 S RACINE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004294195", "violation": "9-52-010 Rights and duties.", "age": "25", "latitude": 41.862184, "longitude": -87.656605, "coords": "41.862184, -87.656605", "geocoded_a": "1450 S Racine Ave", "query": "1450 S RACINE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.656605, 41.862184 ] } },
{ "type": "Feature", "properties": { "date": "15-Aug-14", "address": "1550 S HARDING", "city": "Chicago", "state": "Illinois", "anov numbe": "P004355562", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 41.859274, "longitude": -87.723807, "coords": "41.859274, -87.723807", "geocoded_a": "1550 S Harding Ave", "query": "1550 S HARDING, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.723807, 41.859274 ] } },
{ "type": "Feature", "properties": { "date": "15-Aug-14", "address": "150 S KOSTNER", "city": "Chicago", "state": "Illinois", "anov numbe": "P004561325", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.878464, "longitude": -87.735435, "coords": "41.878464, -87.735435", "geocoded_a": "150 S Kostner Ave", "query": "150 S KOSTNER, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.735435, 41.878464 ] } },
{ "type": "Feature", "properties": { "date": "15-Aug-14", "address": "2150 E 71ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004547484", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.766334, "longitude": -87.572298, "coords": "41.766334, -87.572298", "geocoded_a": "2150 E 71st St", "query": "2150 E 71ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.572298, 41.766334 ] } },
{ "type": "Feature", "properties": { "date": "15-Aug-14", "address": "2150 E 99TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004494206", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.715335, "longitude": -87.571403, "coords": "41.715335, -87.571403", "geocoded_a": "2150 E 99th St", "query": "2150 E 99TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.571403, 41.715335 ] } },
{ "type": "Feature", "properties": { "date": "15-Aug-14", "address": "2450 W 47TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004583217", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "38", "latitude": 41.808419, "longitude": -87.68654, "coords": "41.808419, -87.686540", "geocoded_a": "2450 W 47th St", "query": "2450 W 47TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.68654, 41.808419 ] } },
{ "type": "Feature", "properties": { "date": "15-Aug-14", "address": "250 N CENTRAL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004542397", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 41.885477, "longitude": -87.765107, "coords": "41.885477, -87.765107", "geocoded_a": "250 N Central Ave", "query": "250 N CENTRAL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.765107, 41.885477 ] } },
{ "type": "Feature", "properties": { "date": "15-Aug-14", "address": "3050 W 62ND ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004471795", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "27", "latitude": 41.780897, "longitude": -87.699894, "coords": "41.780897, -87.699894", "geocoded_a": "3050 W 62nd St", "query": "3050 W 62ND ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.699894, 41.780897 ] } },
{ "type": "Feature", "properties": { "date": "15-Aug-14", "address": "3350 W 26TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004257888", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.844496, "longitude": -87.709611, "coords": "41.844496, -87.709611", "geocoded_a": "3350 W 26th St", "query": "3350 W 26TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.709611, 41.844496 ] } },
{ "type": "Feature", "properties": { "date": "15-Aug-14", "address": "3450 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004424528", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.77894, "longitude": -87.709855, "coords": "41.778940, -87.709855", "geocoded_a": "3450 W 63rd St", "query": "3450 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.709855, 41.77894 ] } },
{ "type": "Feature", "properties": { "date": "15-Aug-14", "address": "3950 W GRAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004276362", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "30", "latitude": 41.905919, "longitude": -87.72574, "coords": "41.905919, -87.725740", "geocoded_a": "3950 W Grand Ave", "query": "3950 W GRAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.72574, 41.905919 ] } },
{ "type": "Feature", "properties": { "date": "15-Aug-14", "address": "350 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520583", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "65", "latitude": 41.875799, "longitude": -87.706038, "coords": "41.875799, -87.706038", "geocoded_a": "350 S Kedzie Ave", "query": "350 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.706038, 41.875799 ] } },
{ "type": "Feature", "properties": { "date": "15-Aug-14", "address": "4250 W 26TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004385775", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.844253, "longitude": -87.730776, "coords": "41.844253, -87.730776", "geocoded_a": "4250 W 26th St", "query": "4250 W 26TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.730776, 41.844253 ] } },
{ "type": "Feature", "properties": { "date": "15-Aug-14", "address": "4350 W CERMAK", "city": "Chicago", "state": "Illinois", "anov numbe": "9-76-030", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.851527, "longitude": -87.734101, "coords": "41.851527, -87.734101", "geocoded_a": "4350 W Cermak Rd", "query": "4350 W CERMAK, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.734101, 41.851527 ] } },
{ "type": "Feature", "properties": { "date": "15-Aug-14", "address": "6150 N WESTERN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004569028", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "33", "latitude": 41.993836, "longitude": -87.689799, "coords": "41.993836, -87.689799", "geocoded_a": "6150 N Western Ave", "query": "6150 N WESTERN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.689799, 41.993836 ] } },
{ "type": "Feature", "properties": { "date": "15-Aug-14", "address": "6250 S INDIANA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004563174", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "42", "latitude": 41.780801, "longitude": -87.620634, "coords": "41.780801, -87.620634", "geocoded_a": "6250 S Indiana Ave", "query": "6250 S INDIANA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.620634, 41.780801 ] } },
{ "type": "Feature", "properties": { "date": "15-Aug-14", "address": "6250 S INDIANA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004563312", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "43", "latitude": 41.780801, "longitude": -87.620634, "coords": "41.780801, -87.620634", "geocoded_a": "6250 S Indiana Ave", "query": "6250 S INDIANA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.620634, 41.780801 ] } },
{ "type": "Feature", "properties": { "date": "15-Aug-14", "address": "650 N LARAMIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004400211", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.892676, "longitude": -87.75556, "coords": "41.892676, -87.755560", "geocoded_a": "650 N Laramie Ave", "query": "650 N LARAMIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.75556, 41.892676 ] } },
{ "type": "Feature", "properties": { "date": "15-Aug-14", "address": "650 S DAMEN", "city": "Chicago", "state": "Illinois", "anov numbe": "P003897087", "violation": "9-52-080 Headlamps", "age": "23", "latitude": 41.873393, "longitude": -87.676503, "coords": "41.873393, -87.676503", "geocoded_a": "650 S Damen Ave", "query": "650 S DAMEN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.676503, 41.873393 ] } },
{ "type": "Feature", "properties": { "date": "15-Aug-14", "address": "7650 S COLES", "city": "Chicago", "state": "Illinois", "anov numbe": "P004447703", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.757126, "longitude": -87.555822, "coords": "41.757126, -87.555822", "geocoded_a": "7650 S Coles Ave", "query": "7650 S COLES, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.555822, 41.757126 ] } },
{ "type": "Feature", "properties": { "date": "15-Aug-14", "address": "7750 S ASHLAND ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004358803", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "39", "latitude": 41.752529, "longitude": -87.663526, "coords": "41.752529, -87.663526", "geocoded_a": "7750 S Ashland Ave", "query": "7750 S ASHLAND ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.663526, 41.752529 ] } },
{ "type": "Feature", "properties": { "date": "15-Aug-14", "address": "750 E 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004563177", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.780458, "longitude": -87.606772, "coords": "41.780458, -87.606772", "geocoded_a": "750 E 63rd St", "query": "750 E 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.606772, 41.780458 ] } },
{ "type": "Feature", "properties": { "date": "15-Aug-14", "address": "750 E 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004563178", "violation": "9-52-040 Yielding right-of-way.", "age": "25", "latitude": 41.780458, "longitude": -87.606772, "coords": "41.780458, -87.606772", "geocoded_a": "750 E 63rd St", "query": "750 E 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.606772, 41.780458 ] } },
{ "type": "Feature", "properties": { "date": "15-Aug-14", "address": "750 E 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004563314", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.780458, "longitude": -87.606772, "coords": "41.780458, -87.606772", "geocoded_a": "750 E 63rd St", "query": "750 E 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.606772, 41.780458 ] } },
{ "type": "Feature", "properties": { "date": "15-Aug-14", "address": "750 N SAWYER", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520584", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.895179, "longitude": -87.707792, "coords": "41.895179, -87.707792", "geocoded_a": "750 N Sawyer Ave", "query": "750 N SAWYER, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.707792, 41.895179 ] } },
{ "type": "Feature", "properties": { "date": "15-Aug-14", "address": "8750 S BALTIMORE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004373780", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.735789, "longitude": -87.548659, "coords": "41.735789, -87.548659", "geocoded_a": "8750 S Baltimore Ave", "query": "8750 S BALTIMORE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.548659, 41.735789 ] } },
{ "type": "Feature", "properties": { "date": "15-Aug-14", "address": "950 N MICHIGAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004558022", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.900508, "longitude": -87.624218, "coords": "41.900508, -87.624218", "geocoded_a": "950 N Michigan Ave", "query": "950 N MICHIGAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.624218, 41.900508 ] } },
{ "type": "Feature", "properties": { "date": "16-Aug-14", "address": "1650 W NORTH SHORE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004568623", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 42.003584, "longitude": -87.672073, "coords": "42.003584, -87.672073", "geocoded_a": "1650 W North Shore Ave", "query": "1650 W NORTH SHORE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.672073, 42.003584 ] } },
{ "type": "Feature", "properties": { "date": "16-Aug-14", "address": "2350 S WESTERN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356246", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.848704, "longitude": -87.685597, "coords": "41.848704, -87.685597", "geocoded_a": "2350 S Western Ave", "query": "2350 S WESTERN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.685597, 41.848704 ] } },
{ "type": "Feature", "properties": { "date": "16-Aug-14", "address": "2350 S WESTERN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356247", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.848704, "longitude": -87.685597, "coords": "41.848704, -87.685597", "geocoded_a": "2350 S Western Ave", "query": "2350 S WESTERN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.685597, 41.848704 ] } },
{ "type": "Feature", "properties": { "date": "16-Aug-14", "address": "2750 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004471937", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "30", "latitude": 41.779151, "longitude": -87.692912, "coords": "41.779151, -87.692912", "geocoded_a": "2750 W 63rd St", "query": "2750 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.692912, 41.779151 ] } },
{ "type": "Feature", "properties": { "date": "16-Aug-14", "address": "2750 W 79TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004541539", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "36", "latitude": 41.750071, "longitude": -87.691814, "coords": "41.750071, -87.691814", "geocoded_a": "2750 W 79th St", "query": "2750 W 79TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.691814, 41.750071 ] } },
{ "type": "Feature", "properties": { "date": "16-Aug-14", "address": "3050 S HARDING", "city": "Chicago", "state": "Illinois", "anov numbe": "P004358156", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.837789, "longitude": -87.723202, "coords": "41.837789, -87.723202", "geocoded_a": "3050 S Harding Ave", "query": "3050 S HARDING, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.723202, 41.837789 ] } },
{ "type": "Feature", "properties": { "date": "16-Aug-14", "address": "3050 S HARDING", "city": "Chicago", "state": "Illinois", "anov numbe": "P004358157", "violation": "9-52-080 Headlamps", "age": "31", "latitude": 41.837789, "longitude": -87.723202, "coords": "41.837789, -87.723202", "geocoded_a": "3050 S Harding Ave", "query": "3050 S HARDING, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.723202, 41.837789 ] } },
{ "type": "Feature", "properties": { "date": "16-Aug-14", "address": "3650 N PAULINA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004550636", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.948422, "longitude": -87.671329, "coords": "41.948422, -87.671329", "geocoded_a": "3650 N Paulina St", "query": "3650 N PAULINA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.671329, 41.948422 ] } },
{ "type": "Feature", "properties": { "date": "16-Aug-14", "address": "3950 W LAKE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004561116", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "33", "latitude": 41.885505, "longitude": -87.725368, "coords": "41.885505, -87.725368", "geocoded_a": "3950 W Lake St", "query": "3950 W LAKE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.725368, 41.885505 ] } },
{ "type": "Feature", "properties": { "date": "16-Aug-14", "address": "350 E 35TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004504256", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.831179, "longitude": -87.617794, "coords": "41.831179, -87.617794", "geocoded_a": "350 E 35th St", "query": "350 E 35TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.617794, 41.831179 ] } },
{ "type": "Feature", "properties": { "date": "16-Aug-14", "address": "4150 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004561114", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.880748, "longitude": -87.729364, "coords": "41.880748, -87.729364", "geocoded_a": "4150 W Madison St", "query": "4150 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.729364, 41.880748 ] } },
{ "type": "Feature", "properties": { "date": "16-Aug-14", "address": "4350 S STATE ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004504301", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "55", "latitude": 41.815543, "longitude": -87.626288, "coords": "41.815543, -87.626288", "geocoded_a": "4350 S State St", "query": "4350 S STATE ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.626288, 41.815543 ] } },
{ "type": "Feature", "properties": { "date": "16-Aug-14", "address": "4350 S STATE ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004503705", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "52", "latitude": 41.815543, "longitude": -87.626288, "coords": "41.815543, -87.626288", "geocoded_a": "4350 S State St", "query": "4350 S STATE ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.626288, 41.815543 ] } },
{ "type": "Feature", "properties": { "date": "16-Aug-14", "address": "4550 S WASHTENAW", "city": "Chicago", "state": "Illinois", "anov numbe": "P004523142", "violation": "9-52-080 Headlamps", "age": "34", "latitude": 41.810454, "longitude": -87.69187, "coords": "41.810454, -87.691870", "geocoded_a": "4550 S Washtenaw Ave", "query": "4550 S WASHTENAW, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.69187, 41.810454 ] } },
{ "type": "Feature", "properties": { "date": "16-Aug-14", "address": "5550 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004183045", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.880343, "longitude": -87.763959, "coords": "41.880343, -87.763959", "geocoded_a": "5550 W Madison St", "query": "5550 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.763959, 41.880343 ] } },
{ "type": "Feature", "properties": { "date": "16-Aug-14", "address": "6450 S ALBANY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004318083", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.776239, "longitude": -87.700656, "coords": "41.776239, -87.700656", "geocoded_a": "6450 S Albany Ave", "query": "6450 S ALBANY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.700656, 41.776239 ] } },
{ "type": "Feature", "properties": { "date": "17-Aug-14", "address": "1450 E 75", "city": "Chicago", "state": "Illinois", "anov numbe": "P004301642", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.758805, "longitude": -87.589039, "coords": "41.758805, -87.589039", "geocoded_a": "1450 E 75th St", "query": "1450 E 75, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.589039, 41.758805 ] } },
{ "type": "Feature", "properties": { "date": "17-Aug-14", "address": "1850 W DIVISION", "city": "Chicago", "state": "Illinois", "anov numbe": "P004377540", "violation": "9-52-010 Rights and duties.", "age": "54", "latitude": 41.903239, "longitude": -87.674511, "coords": "41.903239, -87.674511", "geocoded_a": "1850 W Division St", "query": "1850 W DIVISION, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.674511, 41.903239 ] } },
{ "type": "Feature", "properties": { "date": "17-Aug-14", "address": "250 E 35TH STREET", "city": "Chicago", "state": "Illinois", "anov numbe": "P004503708", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 41.831149, "longitude": -87.619702, "coords": "41.831149, -87.619702", "geocoded_a": "250 E 35th St", "query": "250 E 35TH STREET, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.619702, 41.831149 ] } },
{ "type": "Feature", "properties": { "date": "17-Aug-14", "address": "250 E 43RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004504302", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "48", "latitude": 41.816651, "longitude": -87.62047, "coords": "41.816651, -87.620470", "geocoded_a": "250 E 43rd St", "query": "250 E 43RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.62047, 41.816651 ] } },
{ "type": "Feature", "properties": { "date": "17-Aug-14", "address": "250 E 43RD STREET", "city": "Chicago", "state": "Illinois", "anov numbe": "P004503706", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.816651, "longitude": -87.62047, "coords": "41.816651, -87.620470", "geocoded_a": "250 E 43rd St", "query": "250 E 43RD STREET, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.62047, 41.816651 ] } },
{ "type": "Feature", "properties": { "date": "17-Aug-14", "address": "3150 W JACKSON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520589", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.877351, "longitude": -87.705553, "coords": "41.877351, -87.705553", "geocoded_a": "3150 W Jackson Blvd", "query": "3150 W JACKSON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.705553, 41.877351 ] } },
{ "type": "Feature", "properties": { "date": "17-Aug-14", "address": "3250 W OHIO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004561120", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "47", "latitude": 41.891948, "longitude": -87.708004, "coords": "41.891948, -87.708004", "geocoded_a": "3250 W Ohio St", "query": "3250 W OHIO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.708004, 41.891948 ] } },
{ "type": "Feature", "properties": { "date": "17-Aug-14", "address": "3750 W FULLERTON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004277582", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "45", "latitude": 41.924623, "longitude": -87.721032, "coords": "41.924623, -87.721032", "geocoded_a": "3750 W Fullerton Ave", "query": "3750 W FULLERTON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.721032, 41.924623 ] } },
{ "type": "Feature", "properties": { "date": "17-Aug-14", "address": "3950 W ROOSEVELT RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004353948", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "55", "latitude": 41.866197, "longitude": -87.724641, "coords": "41.866197, -87.724641", "geocoded_a": "3950 W Roosevelt Rd", "query": "3950 W ROOSEVELT RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.724641, 41.866197 ] } },
{ "type": "Feature", "properties": { "date": "17-Aug-14", "address": "3950 W ROOSEVELT RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004353949", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "33", "latitude": 41.866197, "longitude": -87.724641, "coords": "41.866197, -87.724641", "geocoded_a": "3950 W Roosevelt Rd", "query": "3950 W ROOSEVELT RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.724641, 41.866197 ] } },
{ "type": "Feature", "properties": { "date": "17-Aug-14", "address": "350 E PERSHING", "city": "Chicago", "state": "Illinois", "anov numbe": "P004503707", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.823888, "longitude": -87.617631, "coords": "41.823888, -87.617631", "geocoded_a": "350 E Pershing Rd", "query": "350 E PERSHING, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.617631, 41.823888 ] } },
{ "type": "Feature", "properties": { "date": "17-Aug-14", "address": "4050 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520591", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.895423, "longitude": -87.727939, "coords": "41.895423, -87.727939", "geocoded_a": "4050 W Chicago Ave", "query": "4050 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.727939, 41.895423 ] } },
{ "type": "Feature", "properties": { "date": "17-Aug-14", "address": "4150 S ARCHER", "city": "Chicago", "state": "Illinois", "anov numbe": "P004523143", "violation": "9-52-080 Headlamps", "age": "35", "latitude": 41.818132, "longitude": -87.697785, "coords": "41.818132, -87.697785", "geocoded_a": "4150 S Archer Ave", "query": "4150 S ARCHER, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.697785, 41.818132 ] } },
{ "type": "Feature", "properties": { "date": "17-Aug-14", "address": "4150 S ARCHER", "city": "Chicago", "state": "Illinois", "anov numbe": "P004523144", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.818132, "longitude": -87.697785, "coords": "41.818132, -87.697785", "geocoded_a": "4150 S Archer Ave", "query": "4150 S ARCHER, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.697785, 41.818132 ] } },
{ "type": "Feature", "properties": { "date": "17-Aug-14", "address": "4150 W CERMAK", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356161", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "32", "latitude": 41.85159, "longitude": -87.729213, "coords": "41.851590, -87.729213", "geocoded_a": "4150 W Cermak Rd", "query": "4150 W CERMAK, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.729213, 41.85159 ] } },
{ "type": "Feature", "properties": { "date": "17-Aug-14", "address": "4150 W MONROE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507912", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 41.87979, "longitude": -87.729328, "coords": "41.879790, -87.729328", "geocoded_a": "4150 W Monroe St", "query": "4150 W MONROE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.729328, 41.87979 ] } },
{ "type": "Feature", "properties": { "date": "17-Aug-14", "address": "4250 S KING DR", "city": "Chicago", "state": "Illinois", "anov numbe": "P004586291", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.81696, "longitude": -87.61706, "coords": "41.816960, -87.617060", "geocoded_a": "4250 S King Dr", "query": "4250 S KING DR, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.61706, 41.81696 ] } },
{ "type": "Feature", "properties": { "date": "17-Aug-14", "address": "4250 W MADISON ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520590", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "53", "latitude": 41.880677, "longitude": -87.732692, "coords": "41.880677, -87.732692", "geocoded_a": "4250 W Madison St", "query": "4250 W MADISON ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.732692, 41.880677 ] } },
{ "type": "Feature", "properties": { "date": "17-Aug-14", "address": "4550 S HALSTED ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004545809", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.811358, "longitude": -87.64566, "coords": "41.811358, -87.645660", "geocoded_a": "4550 S Halsted St", "query": "4550 S HALSTED ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.64566, 41.811358 ] } },
{ "type": "Feature", "properties": { "date": "17-Aug-14", "address": "5150 W LAKE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004542346", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "40", "latitude": 41.88715, "longitude": -87.754401, "coords": "41.887150, -87.754401", "geocoded_a": "5150 W Lake St", "query": "5150 W LAKE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.754401, 41.88715 ] } },
{ "type": "Feature", "properties": { "date": "17-Aug-14", "address": "6850 S WESTERN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004459118", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.768648, "longitude": -87.683378, "coords": "41.768648, -87.683378", "geocoded_a": "6850 S Western Ave", "query": "6850 S WESTERN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.683378, 41.768648 ] } },
{ "type": "Feature", "properties": { "date": "17-Aug-14", "address": "6850 S WESTERN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004464228", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "46", "latitude": 41.768648, "longitude": -87.683378, "coords": "41.768648, -87.683378", "geocoded_a": "6850 S Western Ave", "query": "6850 S WESTERN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.683378, 41.768648 ] } },
{ "type": "Feature", "properties": { "date": "17-Aug-14", "address": "650 W CERMAK", "city": "Chicago", "state": "Illinois", "anov numbe": "P004227269", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.852781, "longitude": -87.643628, "coords": "41.852781, -87.643628", "geocoded_a": "650 W Cermak Rd", "query": "650 W CERMAK, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.643628, 41.852781 ] } },
{ "type": "Feature", "properties": { "date": "17-Aug-14", "address": "7050 N CLARK ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004568416", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 42.010547, "longitude": -87.674336, "coords": "42.010547, -87.674336", "geocoded_a": "7050 N Clark St", "query": "7050 N CLARK ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.674336, 42.010547 ] } },
{ "type": "Feature", "properties": { "date": "17-Aug-14", "address": "7450 S JEFFERY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004587447", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "48", "latitude": 41.759648, "longitude": -87.576206, "coords": "41.759648, -87.576206", "geocoded_a": "7450 S Jeffery Blvd", "query": "7450 S JEFFERY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.576206, 41.759648 ] } },
{ "type": "Feature", "properties": { "date": "17-Aug-14", "address": "7650 S HALSTED", "city": "Chicago", "state": "Illinois", "anov numbe": "P004483403", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.754566, "longitude": -87.644188, "coords": "41.754566, -87.644188", "geocoded_a": "7650 S Halsted St", "query": "7650 S HALSTED, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.644188, 41.754566 ] } },
{ "type": "Feature", "properties": { "date": "17-Aug-14", "address": "950 N PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004561118", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "44", "latitude": 41.898632, "longitude": -87.726213, "coords": "41.898632, -87.726213", "geocoded_a": "950 N Pulaski Rd", "query": "950 N PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.726213, 41.898632 ] } },
{ "type": "Feature", "properties": { "date": "17-Aug-14", "address": "950 S PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004340780", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.869441, "longitude": -87.725347, "coords": "41.869441, -87.725347", "geocoded_a": "950 S Pulaski Rd", "query": "950 S PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.725347, 41.869441 ] } },
{ "type": "Feature", "properties": { "date": "17-Aug-14", "address": "50 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004561119", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "58", "latitude": 41.880161, "longitude": -87.706143, "coords": "41.880161, -87.706143", "geocoded_a": "50 S Kedzie Ave", "query": "50 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.706143, 41.880161 ] } },
{ "type": "Feature", "properties": { "date": "18-Aug-14", "address": "11050 S MICHIGAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004564022", "violation": "9-52-010 Rights and duties.", "age": "47", "latitude": 41.692904, "longitude": -87.62108, "coords": "41.692904, -87.621080", "geocoded_a": "11050 S Michigan Ave", "query": "11050 S MICHIGAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.62108, 41.692904 ] } },
{ "type": "Feature", "properties": { "date": "18-Aug-14", "address": "11850 S MICHIGAN ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004563936", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.678388, "longitude": -87.620556, "coords": "41.678388, -87.620556", "geocoded_a": "11850 S Michigan Ave", "query": "11850 S MICHIGAN ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.620556, 41.678388 ] } },
{ "type": "Feature", "properties": { "date": "18-Aug-14", "address": "1150 N KILDARE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004437454", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.901937, "longitude": -87.733714, "coords": "41.901937, -87.733714", "geocoded_a": "1150 N Kildare Ave", "query": "1150 N KILDARE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.733714, 41.901937 ] } },
{ "type": "Feature", "properties": { "date": "18-Aug-14", "address": "1250 S INDEPENDENCE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004355546", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "65", "latitude": 41.864705, "longitude": -87.7201, "coords": "41.864705, -87.720100", "geocoded_a": "1250 S Independence Blvd", "query": "1250 S INDEPENDENCE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.7201, 41.864705 ] } },
{ "type": "Feature", "properties": { "date": "18-Aug-14", "address": "1250 S INDEPENDENCE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004355547", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "52", "latitude": 41.864705, "longitude": -87.7201, "coords": "41.864705, -87.720100", "geocoded_a": "1250 S Independence Blvd", "query": "1250 S INDEPENDENCE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.7201, 41.864705 ] } },
{ "type": "Feature", "properties": { "date": "18-Aug-14", "address": "1350 S INDEPENDENCE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004358011", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "46", "latitude": 41.86282, "longitude": -87.720373, "coords": "41.862820, -87.720373", "geocoded_a": "1350 S Independence Blvd", "query": "1350 S INDEPENDENCE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.720373, 41.86282 ] } },
{ "type": "Feature", "properties": { "date": "18-Aug-14", "address": "1550 E 66TH PL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004587948", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "50", "latitude": 41.774309, "longitude": -87.587426, "coords": "41.774309, -87.587426", "geocoded_a": "1550 E 66th Pl", "query": "1550 E 66TH PL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.587426, 41.774309 ] } },
{ "type": "Feature", "properties": { "date": "18-Aug-14", "address": "1550 E 66TH PL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004587949", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "48", "latitude": 41.774309, "longitude": -87.587426, "coords": "41.774309, -87.587426", "geocoded_a": "1550 E 66th Pl", "query": "1550 E 66TH PL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.587426, 41.774309 ] } },
{ "type": "Feature", "properties": { "date": "18-Aug-14", "address": "150 E GARFIELD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004586292", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "39", "latitude": 41.794776, "longitude": -87.621637, "coords": "41.794776, -87.621637", "geocoded_a": "150 E Garfield Blvd", "query": "150 E GARFIELD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.621637, 41.794776 ] } },
{ "type": "Feature", "properties": { "date": "18-Aug-14", "address": "150 S SACRAMENTO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004561123", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "39", "latitude": 41.878587, "longitude": -87.701193, "coords": "41.878587, -87.701193", "geocoded_a": "150 S Sacramento Blvd", "query": "150 S SACRAMENTO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.701193, 41.878587 ] } },
{ "type": "Feature", "properties": { "date": "18-Aug-14", "address": "2050 E 79TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004541541", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "42", "latitude": 41.751718, "longitude": -87.574357, "coords": "41.751718, -87.574357", "geocoded_a": "2050 E 79th St", "query": "2050 E 79TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.574357, 41.751718 ] } },
{ "type": "Feature", "properties": { "date": "18-Aug-14", "address": "2450 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004471599", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.779301, "longitude": -87.685678, "coords": "41.779301, -87.685678", "geocoded_a": "2450 W 63rd St", "query": "2450 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.685678, 41.779301 ] } },
{ "type": "Feature", "properties": { "date": "18-Aug-14", "address": "2450 W 63RD STREET", "city": "Chicago", "state": "Illinois", "anov numbe": "P003921446", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.779301, "longitude": -87.685678, "coords": "41.779301, -87.685678", "geocoded_a": "2450 W 63rd St", "query": "2450 W 63RD STREET, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.685678, 41.779301 ] } },
{ "type": "Feature", "properties": { "date": "18-Aug-14", "address": "2650 E 75TH STREET", "city": "Chicago", "state": "Illinois", "anov numbe": "P004500379", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.759355, "longitude": -87.559768, "coords": "41.759355, -87.559768", "geocoded_a": "2650 E 75th St", "query": "2650 E 75TH STREET, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.559768, 41.759355 ] } },
{ "type": "Feature", "properties": { "date": "18-Aug-14", "address": "2850 W HARRISON ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004488087", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "48", "latitude": 41.87386, "longitude": -87.69772, "coords": "41.873860, -87.697720", "geocoded_a": "2850 W Harrison St", "query": "2850 W HARRISON ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.69772, 41.87386 ] } },
{ "type": "Feature", "properties": { "date": "18-Aug-14", "address": "250 N PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004475311", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.884843, "longitude": -87.725841, "coords": "41.884843, -87.725841", "geocoded_a": "250 N Pulaski Rd", "query": "250 N PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.725841, 41.884843 ] } },
{ "type": "Feature", "properties": { "date": "18-Aug-14", "address": "3150 W MADISON ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520925", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "72", "latitude": 41.881072, "longitude": -87.704907, "coords": "41.881072, -87.704907", "geocoded_a": "3150 W Madison St", "query": "3150 W MADISON ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.704907, 41.881072 ] } },
{ "type": "Feature", "properties": { "date": "18-Aug-14", "address": "3550 W 76TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004357816", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.755225, "longitude": -87.710988, "coords": "41.755225, -87.710988", "geocoded_a": "3550 W 76th St", "query": "3550 W 76TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.710988, 41.755225 ] } },
{ "type": "Feature", "properties": { "date": "18-Aug-14", "address": "3750 W 16TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004355548", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.859004, "longitude": -87.71926, "coords": "41.859004, -87.719260", "geocoded_a": "3750 W 16th St", "query": "3750 W 16TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.71926, 41.859004 ] } },
{ "type": "Feature", "properties": { "date": "18-Aug-14", "address": "350 E 47TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004586293", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "41", "latitude": 41.809406, "longitude": -87.617623, "coords": "41.809406, -87.617623", "geocoded_a": "350 E 47th St", "query": "350 E 47TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.617623, 41.809406 ] } },
{ "type": "Feature", "properties": { "date": "18-Aug-14", "address": "4450 N DRAKE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004281588", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "38", "latitude": 41.962606, "longitude": -87.716869, "coords": "41.962606, -87.716869", "geocoded_a": "4450 N Drake Ave", "query": "4450 N DRAKE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.716869, 41.962606 ] } },
{ "type": "Feature", "properties": { "date": "18-Aug-14", "address": "4950 S ASHLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P003826080", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.803425, "longitude": -87.664887, "coords": "41.803425, -87.664887", "geocoded_a": "4950 S Ashland Ave", "query": "4950 S ASHLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.664887, 41.803425 ] } },
{ "type": "Feature", "properties": { "date": "18-Aug-14", "address": "5850 W DIVISION", "city": "Chicago", "state": "Illinois", "anov numbe": "P004555583", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.902076, "longitude": -87.772382, "coords": "41.902076, -87.772382", "geocoded_a": "5850 W Division St", "query": "5850 W DIVISION, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.772382, 41.902076 ] } },
{ "type": "Feature", "properties": { "date": "18-Aug-14", "address": "6050 S KING DR", "city": "Chicago", "state": "Illinois", "anov numbe": "P004587359", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "27", "latitude": 41.784737, "longitude": -87.615801, "coords": "41.784737, -87.615801", "geocoded_a": "6050 S King Dr", "query": "6050 S KING DR, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.615801, 41.784737 ] } },
{ "type": "Feature", "properties": { "date": "18-Aug-14", "address": "6150 W GRAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004270491", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.921387, "longitude": -87.779986, "coords": "41.921387, -87.779986", "geocoded_a": "6150 W Grand Ave", "query": "6150 W GRAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.779986, 41.921387 ] } },
{ "type": "Feature", "properties": { "date": "18-Aug-14", "address": "6750 S INGLESIDE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004587451", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "50", "latitude": 41.773222, "longitude": -87.602171, "coords": "41.773222, -87.602171", "geocoded_a": "6750 S Ingleside Ave", "query": "6750 S INGLESIDE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.602171, 41.773222 ] } },
{ "type": "Feature", "properties": { "date": "18-Aug-14", "address": "6750 S STONY ISLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004476218", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.772111, "longitude": -87.58632, "coords": "41.772111, -87.586320", "geocoded_a": "6750 S Stony Island Ave", "query": "6750 S STONY ISLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.58632, 41.772111 ] } },
{ "type": "Feature", "properties": { "date": "18-Aug-14", "address": "6950 S PAULINA ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004565301", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "38", "latitude": 41.767028, "longitude": -87.66633, "coords": "41.767028, -87.666330", "geocoded_a": "6950 S Paulina St", "query": "6950 S PAULINA ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.66633, 41.767028 ] } },
{ "type": "Feature", "properties": { "date": "18-Aug-14", "address": "650 E 71ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004587709", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "37", "latitude": 41.765893, "longitude": -87.609012, "coords": "41.765893, -87.609012", "geocoded_a": "650 E 71st St", "query": "650 E 71ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.609012, 41.765893 ] } },
{ "type": "Feature", "properties": { "date": "18-Aug-14", "address": "650 E 71ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004587710", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "37", "latitude": 41.765893, "longitude": -87.609012, "coords": "41.765893, -87.609012", "geocoded_a": "650 E 71st St", "query": "650 E 71ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.609012, 41.765893 ] } },
{ "type": "Feature", "properties": { "date": "18-Aug-14", "address": "7150 S ROCKWELL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004318084", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.763095, "longitude": -87.688156, "coords": "41.763095, -87.688156", "geocoded_a": "7150 S Rockwell St", "query": "7150 S ROCKWELL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.688156, 41.763095 ] } },
{ "type": "Feature", "properties": { "date": "18-Aug-14", "address": "7150 S WESTERN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004435196", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "41", "latitude": 41.763185, "longitude": -87.68324, "coords": "41.763185, -87.683240", "geocoded_a": "7150 S Western Ave", "query": "7150 S WESTERN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.68324, 41.763185 ] } },
{ "type": "Feature", "properties": { "date": "18-Aug-14", "address": "7250 S KING", "city": "Chicago", "state": "Illinois", "anov numbe": "P004587708", "violation": "9-52-010 Rights and duties.", "age": "18", "latitude": 41.762366, "longitude": -87.615249, "coords": "41.762366, -87.615249", "geocoded_a": "7250 S King Dr", "query": "7250 S KING, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.615249, 41.762366 ] } },
{ "type": "Feature", "properties": { "date": "18-Aug-14", "address": "7250 S KING", "city": "Chicago", "state": "Illinois", "anov numbe": "P004587854", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.762366, "longitude": -87.615249, "coords": "41.762366, -87.615249", "geocoded_a": "7250 S King Dr", "query": "7250 S KING, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.615249, 41.762366 ] } },
{ "type": "Feature", "properties": { "date": "18-Aug-14", "address": "7950 S COTTAGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004448842", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.750232, "longitude": -87.605269, "coords": "41.750232, -87.605269", "geocoded_a": "7950 S Cottage Grove Ave", "query": "7950 S COTTAGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.605269, 41.750232 ] } },
{ "type": "Feature", "properties": { "date": "18-Aug-14", "address": "750 S CENTRAL PARK", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508419", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.871452, "longitude": -87.715655, "coords": "41.871452, -87.715655", "geocoded_a": "750 S Central Park Ave", "query": "750 S CENTRAL PARK, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.715655, 41.871452 ] } },
{ "type": "Feature", "properties": { "date": "18-Aug-14", "address": "50 N CICERO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520592", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "48", "latitude": 41.881157, "longitude": -87.745345, "coords": "41.881157, -87.745345", "geocoded_a": "50 N Cicero Ave", "query": "50 N CICERO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.745345, 41.881157 ] } },
{ "type": "Feature", "properties": { "date": "18-Aug-14", "address": "50 N CICERO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004561122", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "50", "latitude": 41.881157, "longitude": -87.745345, "coords": "41.881157, -87.745345", "geocoded_a": "50 N Cicero Ave", "query": "50 N CICERO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.745345, 41.881157 ] } },
{ "type": "Feature", "properties": { "date": "18-Aug-14", "address": "50 N FRANCISCO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520594", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.882323, "longitude": -87.698805, "coords": "41.882323, -87.698805", "geocoded_a": "50 N Francisco Ave", "query": "50 N FRANCISCO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.698805, 41.882323 ] } },
{ "type": "Feature", "properties": { "date": "19-Aug-14", "address": "1050 E 87TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004564023", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.736813, "longitude": -87.598623, "coords": "41.736813, -87.598623", "geocoded_a": "1050 E 87th St", "query": "1050 E 87TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.598623, 41.736813 ] } },
{ "type": "Feature", "properties": { "date": "19-Aug-14", "address": "1050 W WILSON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004585663", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.965473, "longitude": -87.656838, "coords": "41.965473, -87.656838", "geocoded_a": "1050 W Wilson Ave", "query": "1050 W WILSON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.656838, 41.965473 ] } },
{ "type": "Feature", "properties": { "date": "19-Aug-14", "address": "1850 W DEVON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004569030", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "41", "latitude": 41.998058, "longitude": -87.676304, "coords": "41.998058, -87.676304", "geocoded_a": "1850 W Devon Ave", "query": "1850 W DEVON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.676304, 41.998058 ] } },
{ "type": "Feature", "properties": { "date": "19-Aug-14", "address": "2150 E 80TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004564243", "violation": "9-52-010 Rights and duties.", "age": "48", "latitude": 41.749927, "longitude": -87.571907, "coords": "41.749927, -87.571907", "geocoded_a": "2150 E 80th St", "query": "2150 E 80TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.571907, 41.749927 ] } },
{ "type": "Feature", "properties": { "date": "19-Aug-14", "address": "2150 E 80TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004564244", "violation": "9-52-110(b) Use of communication devices while operating a", "age": "48", "latitude": 41.749927, "longitude": -87.571907, "coords": "41.749927, -87.571907", "geocoded_a": "2150 E 80th St", "query": "2150 E 80TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.571907, 41.749927 ] } },
{ "type": "Feature", "properties": { "date": "19-Aug-14", "address": "2250 W 71ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004318086", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "36", "latitude": 41.764825, "longitude": -87.679941, "coords": "41.764825, -87.679941", "geocoded_a": "2250 W 71st St", "query": "2250 W 71ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.679941, 41.764825 ] } },
{ "type": "Feature", "properties": { "date": "19-Aug-14", "address": "2450 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004321574", "violation": "9-52-080 Headlamps", "age": "19", "latitude": 41.779301, "longitude": -87.685678, "coords": "41.779301, -87.685678", "geocoded_a": "2450 W 63rd St", "query": "2450 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.685678, 41.779301 ] } },
{ "type": "Feature", "properties": { "date": "19-Aug-14", "address": "2550 E 87TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004314019", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.73732, "longitude": -87.562029, "coords": "41.737320, -87.562029", "geocoded_a": "2550 E 87th St", "query": "2550 E 87TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.562029, 41.73732 ] } },
{ "type": "Feature", "properties": { "date": "19-Aug-14", "address": "2550 E 87TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004314020", "violation": "9-52-010 Rights and duties.", "age": "18", "latitude": 41.73732, "longitude": -87.562029, "coords": "41.737320, -87.562029", "geocoded_a": "2550 E 87th St", "query": "2550 E 87TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.562029, 41.73732 ] } },
{ "type": "Feature", "properties": { "date": "19-Aug-14", "address": "2550 E 87TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004314021", "violation": "9-52-010 Rights and duties.", "age": "18", "latitude": 41.73732, "longitude": -87.562029, "coords": "41.737320, -87.562029", "geocoded_a": "2550 E 87th St", "query": "2550 E 87TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.562029, 41.73732 ] } },
{ "type": "Feature", "properties": { "date": "19-Aug-14", "address": "2550 W NORTH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004387532", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "44", "latitude": 41.910306, "longitude": -87.691683, "coords": "41.910306, -87.691683", "geocoded_a": "2550 W North Ave", "query": "2550 W NORTH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.691683, 41.910306 ] } },
{ "type": "Feature", "properties": { "date": "19-Aug-14", "address": "2650 W 63RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004318087", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 41.779177, "longitude": -87.690473, "coords": "41.779177, -87.690473", "geocoded_a": "2650 W 63rd St", "query": "2650 W 63RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.690473, 41.779177 ] } },
{ "type": "Feature", "properties": { "date": "19-Aug-14", "address": "250 E 35 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004504304", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.831149, "longitude": -87.619702, "coords": "41.831149, -87.619702", "geocoded_a": "250 E 35th St", "query": "250 E 35 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.619702, 41.831149 ] } },
{ "type": "Feature", "properties": { "date": "19-Aug-14", "address": "4650 W ADAMS", "city": "Chicago", "state": "Illinois", "anov numbe": "P003767433", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.878109, "longitude": -87.74238, "coords": "41.878109, -87.742380", "geocoded_a": "4650 W Adams St", "query": "4650 W ADAMS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.74238, 41.878109 ] } },
{ "type": "Feature", "properties": { "date": "19-Aug-14", "address": "4850 S DAMEN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004546051", "violation": "9-52-110(b) Use of communication devices while operating a", "age": "23", "latitude": 41.805179, "longitude": -87.67466, "coords": "41.805179, -87.674660", "geocoded_a": "4850 S Damen Ave", "query": "4850 S DAMEN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.67466, 41.805179 ] } },
{ "type": "Feature", "properties": { "date": "19-Aug-14", "address": "4950 N SHERIDAN RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P003952155", "violation": "9-52-010 Rights and duties.", "age": "28", "latitude": 41.972749, "longitude": -87.654976, "coords": "41.972749, -87.654976", "geocoded_a": "4950 N Sheridan Rd", "query": "4950 N SHERIDAN RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.654976, 41.972749 ] } },
{ "type": "Feature", "properties": { "date": "19-Aug-14", "address": "5450 W HIRSCH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004555584", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "45", "latitude": 41.905866, "longitude": -87.762789, "coords": "41.905866, -87.762789", "geocoded_a": "5450 W Hirsch St", "query": "5450 W HIRSCH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.762789, 41.905866 ] } },
{ "type": "Feature", "properties": { "date": "19-Aug-14", "address": "6050 W BELMONT", "city": "Chicago", "state": "Illinois", "anov numbe": "P003939965", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "29", "latitude": 41.938489, "longitude": -87.77756, "coords": "41.938489, -87.777560", "geocoded_a": "6050 W Belmont Ave", "query": "6050 W BELMONT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.77756, 41.938489 ] } },
{ "type": "Feature", "properties": { "date": "19-Aug-14", "address": "6250 S SACRAMENTO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004424853", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 41.77945, "longitude": -87.69834, "coords": "41.779450, -87.698340", "geocoded_a": "6250 S Sacramento Ave", "query": "6250 S SACRAMENTO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.69834, 41.77945 ] } },
{ "type": "Feature", "properties": { "date": "19-Aug-14", "address": "6350 S ROCKWELL", "city": "Chicago", "state": "Illinois", "anov numbe": "P003923900", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.777648, "longitude": -87.688529, "coords": "41.777648, -87.688529", "geocoded_a": "6350 S Rockwell St", "query": "6350 S ROCKWELL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.688529, 41.777648 ] } },
{ "type": "Feature", "properties": { "date": "19-Aug-14", "address": "6750 S WESTERN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004317524", "violation": "9-52-080 Headlamps", "age": "20", "latitude": 41.770475, "longitude": -87.683437, "coords": "41.770475, -87.683437", "geocoded_a": "6750 S Western Ave", "query": "6750 S WESTERN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.683437, 41.770475 ] } },
{ "type": "Feature", "properties": { "date": "19-Aug-14", "address": "50 E 119TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004564095", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "44", "latitude": 41.678116, "longitude": -87.620959, "coords": "41.678116, -87.620959", "geocoded_a": "50 E 119th St", "query": "50 E 119TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.620959, 41.678116 ] } },
{ "type": "Feature", "properties": { "date": "20-Aug-14", "address": "10050 S HOXIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004564522", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "36", "latitude": 41.711984, "longitude": -87.560968, "coords": "41.711984, -87.560968", "geocoded_a": "10050 S Hoxie Ave", "query": "10050 S HOXIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.560968, 41.711984 ] } },
{ "type": "Feature", "properties": { "date": "20-Aug-14", "address": "10650 S STATE ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004348686", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.700175, "longitude": -87.62336, "coords": "41.700175, -87.623360", "geocoded_a": "10650 S State St", "query": "10650 S STATE ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.62336, 41.700175 ] } },
{ "type": "Feature", "properties": { "date": "20-Aug-14", "address": "11350 S STATE ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004347802", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "45", "latitude": 41.687732, "longitude": -87.623017, "coords": "41.687732, -87.623017", "geocoded_a": "11350 S State St", "query": "11350 S STATE ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.623017, 41.687732 ] } },
{ "type": "Feature", "properties": { "date": "20-Aug-14", "address": "11850 S STATE ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004348685", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.678342, "longitude": -87.622699, "coords": "41.678342, -87.622699", "geocoded_a": "11850 S State St", "query": "11850 S STATE ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.622699, 41.678342 ] } },
{ "type": "Feature", "properties": { "date": "20-Aug-14", "address": "1550 S CALIFORNIA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356163", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "48", "latitude": 41.859835, "longitude": -87.69575, "coords": "41.859835, -87.695750", "geocoded_a": "1550 S California Ave", "query": "1550 S CALIFORNIA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.69575, 41.859835 ] } },
{ "type": "Feature", "properties": { "date": "20-Aug-14", "address": "1550 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004547486", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.779505, "longitude": -87.663852, "coords": "41.779505, -87.663852", "geocoded_a": "1550 W 63rd St", "query": "1550 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.663852, 41.779505 ] } },
{ "type": "Feature", "properties": { "date": "20-Aug-14", "address": "1750 W 79TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004183320", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.75031, "longitude": -87.667843, "coords": "41.750310, -87.667843", "geocoded_a": "1750 W 79th St", "query": "1750 W 79TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.667843, 41.75031 ] } },
{ "type": "Feature", "properties": { "date": "20-Aug-14", "address": "150 S LARAMIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004402412", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "32", "latitude": 41.878692, "longitude": -87.755053, "coords": "41.878692, -87.755053", "geocoded_a": "150 S Laramie Ave", "query": "150 S LARAMIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.755053, 41.878692 ] } },
{ "type": "Feature", "properties": { "date": "20-Aug-14", "address": "2250 S KOSTNER", "city": "Chicago", "state": "Illinois", "anov numbe": "P004357912", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.849773, "longitude": -87.734468, "coords": "41.849773, -87.734468", "geocoded_a": "2250 S Kostner Ave", "query": "2250 S KOSTNER, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.734468, 41.849773 ] } },
{ "type": "Feature", "properties": { "date": "20-Aug-14", "address": "2550 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004547487", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.779213, "longitude": -87.688042, "coords": "41.779213, -87.688042", "geocoded_a": "2550 W 63rd St", "query": "2550 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.688042, 41.779213 ] } },
{ "type": "Feature", "properties": { "date": "20-Aug-14", "address": "2550 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004547503", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.779213, "longitude": -87.688042, "coords": "41.779213, -87.688042", "geocoded_a": "2550 W 63rd St", "query": "2550 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.688042, 41.779213 ] } },
{ "type": "Feature", "properties": { "date": "20-Aug-14", "address": "2550 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004583113", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.779213, "longitude": -87.688042, "coords": "41.779213, -87.688042", "geocoded_a": "2550 W 63rd St", "query": "2550 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.688042, 41.779213 ] } },
{ "type": "Feature", "properties": { "date": "20-Aug-14", "address": "250 E 111TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004347803", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "32", "latitude": 41.692745, "longitude": -87.617069, "coords": "41.692745, -87.617069", "geocoded_a": "250 E 111th St", "query": "250 E 111TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.617069, 41.692745 ] } },
{ "type": "Feature", "properties": { "date": "20-Aug-14", "address": "3550 N CLARK", "city": "Chicago", "state": "Illinois", "anov numbe": "P004550601", "violation": "9-52-080 Headlamps", "age": "31", "latitude": 41.946899, "longitude": -87.656278, "coords": "41.946899, -87.656278", "geocoded_a": "3550 N Clark St", "query": "3550 N CLARK, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.656278, 41.946899 ] } },
{ "type": "Feature", "properties": { "date": "20-Aug-14", "address": "3750 W 16TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004355550", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "27", "latitude": 41.859004, "longitude": -87.71926, "coords": "41.859004, -87.719260", "geocoded_a": "3750 W 16th St", "query": "3750 W 16TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.71926, 41.859004 ] } },
{ "type": "Feature", "properties": { "date": "20-Aug-14", "address": "350 N CENTRAL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004386414", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.886658, "longitude": -87.765139, "coords": "41.886658, -87.765139", "geocoded_a": "350 N Central Ave", "query": "350 N CENTRAL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.765139, 41.886658 ] } },
{ "type": "Feature", "properties": { "date": "20-Aug-14", "address": "4850 W SHAKESPEARE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004271602", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.919736, "longitude": -87.747945, "coords": "41.919736, -87.747945", "geocoded_a": "4850 W Shakespeare Ave", "query": "4850 W SHAKESPEARE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.747945, 41.919736 ] } },
{ "type": "Feature", "properties": { "date": "20-Aug-14", "address": "5350 W GRAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004272932", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.917799, "longitude": -87.760406, "coords": "41.917799, -87.760406", "geocoded_a": "5350 W Grand Ave", "query": "5350 W GRAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.760406, 41.917799 ] } },
{ "type": "Feature", "properties": { "date": "20-Aug-14", "address": "6350 S ALBANY ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004472602", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.777926, "longitude": -87.700706, "coords": "41.777926, -87.700706", "geocoded_a": "6350 S Albany Ave", "query": "6350 S ALBANY ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.700706, 41.777926 ] } },
{ "type": "Feature", "properties": { "date": "20-Aug-14", "address": "6450 S COTTAGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004485530", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "36", "latitude": 41.777091, "longitude": -87.605887, "coords": "41.777091, -87.605887", "geocoded_a": "6450 S Cottage Grove Ave", "query": "6450 S COTTAGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.605887, 41.777091 ] } },
{ "type": "Feature", "properties": { "date": "20-Aug-14", "address": "6450 S COTTAGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004485531", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.777091, "longitude": -87.605887, "coords": "41.777091, -87.605887", "geocoded_a": "6450 S Cottage Grove Ave", "query": "6450 S COTTAGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.605887, 41.777091 ] } },
{ "type": "Feature", "properties": { "date": "20-Aug-14", "address": "6450 S COTTAGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004485532", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "60", "latitude": 41.777091, "longitude": -87.605887, "coords": "41.777091, -87.605887", "geocoded_a": "6450 S Cottage Grove Ave", "query": "6450 S COTTAGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.605887, 41.777091 ] } },
{ "type": "Feature", "properties": { "date": "20-Aug-14", "address": "650 E 79 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004588122", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.751247, "longitude": -87.608132, "coords": "41.751247, -87.608132", "geocoded_a": "650 E 79th St", "query": "650 E 79 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.608132, 41.751247 ] } },
{ "type": "Feature", "properties": { "date": "20-Aug-14", "address": "7250 S WOODLAWN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004548485", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.762936, "longitude": -87.595832, "coords": "41.762936, -87.595832", "geocoded_a": "7250 S Woodlawn Ave", "query": "7250 S WOODLAWN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.595832, 41.762936 ] } },
{ "type": "Feature", "properties": { "date": "20-Aug-14", "address": "7950 S COTTAGE GROV", "city": "Chicago", "state": "Illinois", "anov numbe": "P004588121", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.750232, "longitude": -87.605269, "coords": "41.750232, -87.605269", "geocoded_a": "7950 S Cottage Grove Ave", "query": "7950 S COTTAGE GROV, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.605269, 41.750232 ] } },
{ "type": "Feature", "properties": { "date": "20-Aug-14", "address": "9050 S HALSTED", "city": "Chicago", "state": "Illinois", "anov numbe": "P004373309", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "30", "latitude": 41.729418, "longitude": -87.643557, "coords": "41.729418, -87.643557", "geocoded_a": "9050 S Halsted St", "query": "9050 S HALSTED, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.643557, 41.729418 ] } },
{ "type": "Feature", "properties": { "date": "20-Aug-14", "address": "9050 S MUSKEGON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004533473", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.730903, "longitude": -87.555466, "coords": "41.730903, -87.555466", "geocoded_a": "9050 S Muskegon Ave", "query": "9050 S MUSKEGON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.555466, 41.730903 ] } },
{ "type": "Feature", "properties": { "date": "21-Aug-14", "address": "1250 W 112TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004223232", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.690393, "longitude": -87.654081, "coords": "41.690393, -87.654081", "geocoded_a": "1250 W 112th St", "query": "1250 W 112TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.654081, 41.690393 ] } },
{ "type": "Feature", "properties": { "date": "21-Aug-14", "address": "13350 S LANGLEY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004348693", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "40", "latitude": 41.653409, "longitude": -87.604938, "coords": "41.653409, -87.604938", "geocoded_a": "13350 S Langley Ave", "query": "13350 S LANGLEY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.604938, 41.653409 ] } },
{ "type": "Feature", "properties": { "date": "21-Aug-14", "address": "1650 W JONQUIL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004580561", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 42.021226, "longitude": -87.672218, "coords": "42.021226, -87.672218", "geocoded_a": "1650 W Jonquil Ter", "query": "1650 W JONQUIL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.672218, 42.021226 ] } },
{ "type": "Feature", "properties": { "date": "21-Aug-14", "address": "1850 S KOMENSKY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356164", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.855981, "longitude": -87.72615, "coords": "41.855981, -87.726150", "geocoded_a": "1850 S Komensky Ave", "query": "1850 S KOMENSKY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.72615, 41.855981 ] } },
{ "type": "Feature", "properties": { "date": "21-Aug-14", "address": "1850 S PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356165", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "53", "latitude": 41.85599, "longitude": -87.72494, "coords": "41.855990, -87.724940", "geocoded_a": "1850 S Pulaski Rd", "query": "1850 S PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.72494, 41.85599 ] } },
{ "type": "Feature", "properties": { "date": "21-Aug-14", "address": "2350 E 79TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004510208", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.751743, "longitude": -87.56714, "coords": "41.751743, -87.567140", "geocoded_a": "2350 E 79th St", "query": "2350 E 79TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.56714, 41.751743 ] } },
{ "type": "Feature", "properties": { "date": "21-Aug-14", "address": "2350 E 79TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004510209", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.751743, "longitude": -87.56714, "coords": "41.751743, -87.567140", "geocoded_a": "2350 E 79th St", "query": "2350 E 79TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.56714, 41.751743 ] } },
{ "type": "Feature", "properties": { "date": "21-Aug-14", "address": "3350 W 26", "city": "Chicago", "state": "Illinois", "anov numbe": "P004357427", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.844496, "longitude": -87.709611, "coords": "41.844496, -87.709611", "geocoded_a": "3350 W 26th St", "query": "3350 W 26, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.709611, 41.844496 ] } },
{ "type": "Feature", "properties": { "date": "21-Aug-14", "address": "3750 W ROOSEVELT RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356698", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.866331, "longitude": -87.719013, "coords": "41.866331, -87.719013", "geocoded_a": "3750 W Roosevelt Rd", "query": "3750 W ROOSEVELT RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.719013, 41.866331 ] } },
{ "type": "Feature", "properties": { "date": "21-Aug-14", "address": "3850 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004561125", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.895441, "longitude": -87.723224, "coords": "41.895441, -87.723224", "geocoded_a": "3850 W Chicago Ave", "query": "3850 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.723224, 41.895441 ] } },
{ "type": "Feature", "properties": { "date": "21-Aug-14", "address": "4250 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004561124", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "53", "latitude": 41.880677, "longitude": -87.732692, "coords": "41.880677, -87.732692", "geocoded_a": "4250 W Madison St", "query": "4250 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.732692, 41.880677 ] } },
{ "type": "Feature", "properties": { "date": "21-Aug-14", "address": "4850 S LECLAIRE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004317707", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.804612, "longitude": -87.750432, "coords": "41.804612, -87.750432", "geocoded_a": "4850 S Leclaire Ave", "query": "4850 S LECLAIRE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.750432, 41.804612 ] } },
{ "type": "Feature", "properties": { "date": "21-Aug-14", "address": "5450 S HALSTED", "city": "Chicago", "state": "Illinois", "anov numbe": "P004607802", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "37", "latitude": 41.794689, "longitude": -87.645229, "coords": "41.794689, -87.645229", "geocoded_a": "5450 S Halsted St", "query": "5450 S HALSTED, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.645229, 41.794689 ] } },
{ "type": "Feature", "properties": { "date": "21-Aug-14", "address": "6350 S DREXEL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004575488", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "39", "latitude": 41.778935, "longitude": -87.602887, "coords": "41.778935, -87.602887", "geocoded_a": "6350 S Drexel Ave", "query": "6350 S DREXEL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.602887, 41.778935 ] } },
{ "type": "Feature", "properties": { "date": "21-Aug-14", "address": "6750 N CLARK", "city": "Chicago", "state": "Illinois", "anov numbe": "P004568822", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "45", "latitude": 42.004945, "longitude": -87.673014, "coords": "42.004945, -87.673014", "geocoded_a": "6750 N Clark St", "query": "6750 N CLARK, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.673014, 42.004945 ] } },
{ "type": "Feature", "properties": { "date": "21-Aug-14", "address": "6850 S STONY ISLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004583114", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "33", "latitude": 41.770013, "longitude": -87.586286, "coords": "41.770013, -87.586286", "geocoded_a": "6850 S Stony Island Ave", "query": "6850 S STONY ISLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.586286, 41.770013 ] } },
{ "type": "Feature", "properties": { "date": "21-Aug-14", "address": "7250 S YATES", "city": "Chicago", "state": "Illinois", "anov numbe": "P004547407", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "39", "latitude": 41.762854, "longitude": -87.566479, "coords": "41.762854, -87.566479", "geocoded_a": "7250 S Yates Blvd", "query": "7250 S YATES, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.566479, 41.762854 ] } },
{ "type": "Feature", "properties": { "date": "21-Aug-14", "address": "8750 S ESCANABA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004564156", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.736419, "longitude": -87.554217, "coords": "41.736419, -87.554217", "geocoded_a": "8750 S Escanaba Ave", "query": "8750 S ESCANABA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.554217, 41.736419 ] } },
{ "type": "Feature", "properties": { "date": "21-Aug-14", "address": "8750 S STONY ISLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004582961", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.735849, "longitude": -87.585672, "coords": "41.735849, -87.585672", "geocoded_a": "8750 S Stony Island Ave", "query": "8750 S STONY ISLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.585672, 41.735849 ] } },
{ "type": "Feature", "properties": { "date": "22-Aug-14", "address": "1150 N PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004561415", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.902333, "longitude": -87.7263, "coords": "41.902333, -87.726300", "geocoded_a": "1150 N Pulaski Rd", "query": "1150 N PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.7263, 41.902333 ] } },
{ "type": "Feature", "properties": { "date": "22-Aug-14", "address": "1550 W 69TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004565456", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.768567, "longitude": -87.663442, "coords": "41.768567, -87.663442", "geocoded_a": "1550 W 69th St", "query": "1550 W 69TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.663442, 41.768567 ] } },
{ "type": "Feature", "properties": { "date": "22-Aug-14", "address": "2150 N CLARK", "city": "Chicago", "state": "Illinois", "anov numbe": "P004236512", "violation": "9-52-010 Rights and duties.", "age": "27", "latitude": 41.921225, "longitude": -87.637912, "coords": "41.921225, -87.637912", "geocoded_a": "2150 N Clark St", "query": "2150 N CLARK, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.637912, 41.921225 ] } },
{ "type": "Feature", "properties": { "date": "22-Aug-14", "address": "2550 W DEVON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004568824", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.997758, "longitude": -87.693935, "coords": "41.997758, -87.693935", "geocoded_a": "2550 W Devon Ave", "query": "2550 W DEVON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.693935, 41.997758 ] } },
{ "type": "Feature", "properties": { "date": "22-Aug-14", "address": "250 S HALSTED ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004297892", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "58", "latitude": 41.878361, "longitude": -87.647312, "coords": "41.878361, -87.647312", "geocoded_a": "250 S Halsted St", "query": "250 S HALSTED ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.647312, 41.878361 ] } },
{ "type": "Feature", "properties": { "date": "22-Aug-14", "address": "3150 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004318088", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.778997, "longitude": -87.702673, "coords": "41.778997, -87.702673", "geocoded_a": "3150 W 63rd St", "query": "3150 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.702673, 41.778997 ] } },
{ "type": "Feature", "properties": { "date": "22-Aug-14", "address": "3250 W WASHINGTON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004259956", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.882795, "longitude": -87.708221, "coords": "41.882795, -87.708221", "geocoded_a": "3250 W Washington Blvd", "query": "3250 W WASHINGTON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.708221, 41.882795 ] } },
{ "type": "Feature", "properties": { "date": "22-Aug-14", "address": "3650 W OGDEN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004352575", "violation": "9-52-010 Rights and duties.", "age": "18", "latitude": 41.853999, "longitude": -87.717062, "coords": "41.853999, -87.717062", "geocoded_a": "3650 W Ogden Ave", "query": "3650 W OGDEN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.717062, 41.853999 ] } },
{ "type": "Feature", "properties": { "date": "22-Aug-14", "address": "3950 W 26 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004352594", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "32", "latitude": 41.844352, "longitude": -87.723985, "coords": "41.844352, -87.723985", "geocoded_a": "3950 W 26th St", "query": "3950 W 26 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.723985, 41.844352 ] } },
{ "type": "Feature", "properties": { "date": "22-Aug-14", "address": "4150 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004561414", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "41", "latitude": 41.880748, "longitude": -87.729364, "coords": "41.880748, -87.729364", "geocoded_a": "4150 W Madison St", "query": "4150 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.729364, 41.880748 ] } },
{ "type": "Feature", "properties": { "date": "22-Aug-14", "address": "4350 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004561412", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "50", "latitude": 41.880631, "longitude": -87.735144, "coords": "41.880631, -87.735144", "geocoded_a": "4350 W Madison St", "query": "4350 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.735144, 41.880631 ] } },
{ "type": "Feature", "properties": { "date": "22-Aug-14", "address": "4350 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004561413", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "49", "latitude": 41.880631, "longitude": -87.735144, "coords": "41.880631, -87.735144", "geocoded_a": "4350 W Madison St", "query": "4350 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.735144, 41.880631 ] } },
{ "type": "Feature", "properties": { "date": "22-Aug-14", "address": "4450 S TALMAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004547504", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.812271, "longitude": -87.690698, "coords": "41.812271, -87.690698", "geocoded_a": "4450 S Talman Ave", "query": "4450 S TALMAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.690698, 41.812271 ] } },
{ "type": "Feature", "properties": { "date": "22-Aug-14", "address": "5250 S PRAIRIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004526841", "violation": "9-52-080 Headlamps", "age": "51", "latitude": 41.799312, "longitude": -87.61939, "coords": "41.799312, -87.619390", "geocoded_a": "5250 S Prairie Ave", "query": "5250 S PRAIRIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.61939, 41.799312 ] } },
{ "type": "Feature", "properties": { "date": "22-Aug-14", "address": "5250 W WASHINGTON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004405779", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.882426, "longitude": -87.756691, "coords": "41.882426, -87.756691", "geocoded_a": "5250 W Washington Blvd", "query": "5250 W WASHINGTON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.756691, 41.882426 ] } },
{ "type": "Feature", "properties": { "date": "22-Aug-14", "address": "5550 S ASHLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004565453", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.792906, "longitude": -87.664615, "coords": "41.792906, -87.664615", "geocoded_a": "5550 S Ashland Ave", "query": "5550 S ASHLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.664615, 41.792906 ] } },
{ "type": "Feature", "properties": { "date": "22-Aug-14", "address": "5650 S HALSTED", "city": "Chicago", "state": "Illinois", "anov numbe": "P004565450", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.790941, "longitude": -87.645119, "coords": "41.790941, -87.645119", "geocoded_a": "5650 S Halsted St", "query": "5650 S HALSTED, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.645119, 41.790941 ] } },
{ "type": "Feature", "properties": { "date": "22-Aug-14", "address": "5950 S MORGAN ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004565447", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.785477, "longitude": -87.649797, "coords": "41.785477, -87.649797", "geocoded_a": "5950 S Morgan St", "query": "5950 S MORGAN ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.649797, 41.785477 ] } },
{ "type": "Feature", "properties": { "date": "22-Aug-14", "address": "6350 S ASHLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004565448", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.777989, "longitude": -87.664245, "coords": "41.777989, -87.664245", "geocoded_a": "6350 S Ashland Ave", "query": "6350 S ASHLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.664245, 41.777989 ] } },
{ "type": "Feature", "properties": { "date": "22-Aug-14", "address": "6350 S ROCKWELL", "city": "Chicago", "state": "Illinois", "anov numbe": "P003921447", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.777648, "longitude": -87.688529, "coords": "41.777648, -87.688529", "geocoded_a": "6350 S Rockwell St", "query": "6350 S ROCKWELL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.688529, 41.777648 ] } },
{ "type": "Feature", "properties": { "date": "22-Aug-14", "address": "6950 S WOOD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004565457", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.766947, "longitude": -87.668778, "coords": "41.766947, -87.668778", "geocoded_a": "6950 S Wood St", "query": "6950 S WOOD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.668778, 41.766947 ] } },
{ "type": "Feature", "properties": { "date": "22-Aug-14", "address": "750 W 95", "city": "Chicago", "state": "Illinois", "anov numbe": "P004372823", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.721608, "longitude": -87.642732, "coords": "41.721608, -87.642732", "geocoded_a": "750 W 95th St", "query": "750 W 95, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.642732, 41.721608 ] } },
{ "type": "Feature", "properties": { "date": "22-Aug-14", "address": "8150 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004425131", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "30", "latitude": 41.744654, "longitude": -87.702279, "coords": "41.744654, -87.702279", "geocoded_a": "8150 S Kedzie Ave", "query": "8150 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.702279, 41.744654 ] } },
{ "type": "Feature", "properties": { "date": "22-Aug-14", "address": "8250 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004425130", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.7428, "longitude": -87.70223, "coords": "41.742800, -87.702230", "geocoded_a": "8250 S Kedzie Ave", "query": "8250 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.70223, 41.7428 ] } },
{ "type": "Feature", "properties": { "date": "22-Aug-14", "address": "950 W 59TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004565449", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "54", "latitude": 41.787031, "longitude": -87.648982, "coords": "41.787031, -87.648982", "geocoded_a": "950 W 59th St", "query": "950 W 59TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.648982, 41.787031 ] } },
{ "type": "Feature", "properties": { "date": "23-Aug-14", "address": "10350 S HALSTED", "city": "Chicago", "state": "Illinois", "anov numbe": "P004373310", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 41.705502, "longitude": -87.642922, "coords": "41.705502, -87.642922", "geocoded_a": "10350 S Halsted St", "query": "10350 S HALSTED, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.642922, 41.705502 ] } },
{ "type": "Feature", "properties": { "date": "23-Aug-14", "address": "1050 W BELMONT", "city": "Chicago", "state": "Illinois", "anov numbe": "P004434917", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.939913, "longitude": -87.656039, "coords": "41.939913, -87.656039", "geocoded_a": "1050 W Belmont Ave", "query": "1050 W BELMONT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.656039, 41.939913 ] } },
{ "type": "Feature", "properties": { "date": "23-Aug-14", "address": "11150 S MICHIGAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004172202", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.691133, "longitude": -87.621059, "coords": "41.691133, -87.621059", "geocoded_a": "11150 S Michigan Ave", "query": "11150 S MICHIGAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.621059, 41.691133 ] } },
{ "type": "Feature", "properties": { "date": "23-Aug-14", "address": "11150 S MICHIGAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004518302", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.691133, "longitude": -87.621059, "coords": "41.691133, -87.621059", "geocoded_a": "11150 S Michigan Ave", "query": "11150 S MICHIGAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.621059, 41.691133 ] } },
{ "type": "Feature", "properties": { "date": "23-Aug-14", "address": "11650 S YALE ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004564315", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.681969, "longitude": -87.628816, "coords": "41.681969, -87.628816", "geocoded_a": "11650 S Yale Ave", "query": "11650 S YALE ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.628816, 41.681969 ] } },
{ "type": "Feature", "properties": { "date": "23-Aug-14", "address": "1350 S SPRINGFIELD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356169", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.863118, "longitude": -87.722682, "coords": "41.863118, -87.722682", "geocoded_a": "1350 S Springfield Ave", "query": "1350 S SPRINGFIELD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.722682, 41.863118 ] } },
{ "type": "Feature", "properties": { "date": "23-Aug-14", "address": "1550 S HARDING", "city": "Chicago", "state": "Illinois", "anov numbe": "P004358055", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "57", "latitude": 41.859274, "longitude": -87.723807, "coords": "41.859274, -87.723807", "geocoded_a": "1550 S Harding Ave", "query": "1550 S HARDING, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.723807, 41.859274 ] } },
{ "type": "Feature", "properties": { "date": "23-Aug-14", "address": "2450 W ROOSEVELT RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356168", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "38", "latitude": 41.866675, "longitude": -87.687446, "coords": "41.866675, -87.687446", "geocoded_a": "2450 W Roosevelt Rd", "query": "2450 W ROOSEVELT RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.687446, 41.866675 ] } },
{ "type": "Feature", "properties": { "date": "23-Aug-14", "address": "3250 S HALSTED ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004522081", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "59", "latitude": 41.834924, "longitude": -87.646248, "coords": "41.834924, -87.646248", "geocoded_a": "3250 S Halsted St", "query": "3250 S HALSTED ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.646248, 41.834924 ] } },
{ "type": "Feature", "properties": { "date": "23-Aug-14", "address": "3250 W 23RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004262239", "violation": "9-52-010 Rights and duties.", "age": "26", "latitude": 41.84995, "longitude": -87.707172, "coords": "41.849950, -87.707172", "geocoded_a": "3250 W 23rd St", "query": "3250 W 23RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.707172, 41.84995 ] } },
{ "type": "Feature", "properties": { "date": "23-Aug-14", "address": "3650 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004561264", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.895497, "longitude": -87.718364, "coords": "41.895497, -87.718364", "geocoded_a": "3650 W Chicago Ave", "query": "3650 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.718364, 41.895497 ] } },
{ "type": "Feature", "properties": { "date": "23-Aug-14", "address": "4050 W LAKE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004561417", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.885583, "longitude": -87.727798, "coords": "41.885583, -87.727798", "geocoded_a": "4050 W Lake St", "query": "4050 W LAKE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.727798, 41.885583 ] } },
{ "type": "Feature", "properties": { "date": "23-Aug-14", "address": "4050 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004561418", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.880782, "longitude": -87.72719, "coords": "41.880782, -87.727190", "geocoded_a": "4050 W Madison St", "query": "4050 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.72719, 41.880782 ] } },
{ "type": "Feature", "properties": { "date": "23-Aug-14", "address": "4150 W 26", "city": "Chicago", "state": "Illinois", "anov numbe": "P004354407", "violation": "9-52-010 Rights and duties.", "age": "18", "latitude": 41.844223, "longitude": -87.729043, "coords": "41.844223, -87.729043", "geocoded_a": "4150 W 26th St", "query": "4150 W 26, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.729043, 41.844223 ] } },
{ "type": "Feature", "properties": { "date": "23-Aug-14", "address": "4150 W MONROE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004561276", "violation": "9-52-010 Rights and duties.", "age": "18", "latitude": 41.87979, "longitude": -87.729328, "coords": "41.879790, -87.729328", "geocoded_a": "4150 W Monroe St", "query": "4150 W MONROE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.729328, 41.87979 ] } },
{ "type": "Feature", "properties": { "date": "23-Aug-14", "address": "450 E 63 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004501142", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.780335, "longitude": -87.614025, "coords": "41.780335, -87.614025", "geocoded_a": "450 E 63rd St", "query": "450 E 63 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.614025, 41.780335 ] } },
{ "type": "Feature", "properties": { "date": "23-Aug-14", "address": "5650 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004472344", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.790506, "longitude": -87.703523, "coords": "41.790506, -87.703523", "geocoded_a": "5650 S Kedzie Ave", "query": "5650 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.703523, 41.790506 ] } },
{ "type": "Feature", "properties": { "date": "23-Aug-14", "address": "5650 W WASHINGTON ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004402413", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "33", "latitude": 41.883228, "longitude": -87.63684, "coords": "41.883228, -87.636840", "geocoded_a": "W Washington St", "query": "5650 W WASHINGTON ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.63684, 41.883228 ] } },
{ "type": "Feature", "properties": { "date": "23-Aug-14", "address": "5850 W DIVISION ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004532758", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "52", "latitude": 41.902076, "longitude": -87.772382, "coords": "41.902076, -87.772382", "geocoded_a": "5850 W Division St", "query": "5850 W DIVISION ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.772382, 41.902076 ] } },
{ "type": "Feature", "properties": { "date": "23-Aug-14", "address": "8450 S EXCHANGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004607112", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "47", "latitude": 41.741314, "longitude": -87.552739, "coords": "41.741314, -87.552739", "geocoded_a": "8450 S Exchange Ave", "query": "8450 S EXCHANGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.552739, 41.741314 ] } },
{ "type": "Feature", "properties": { "date": "24-Aug-14", "address": "1150 N CICERO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004483676", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.901725, "longitude": -87.745987, "coords": "41.901725, -87.745987", "geocoded_a": "1150 N Cicero Ave", "query": "1150 N CICERO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.745987, 41.901725 ] } },
{ "type": "Feature", "properties": { "date": "24-Aug-14", "address": "1350 E 67 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004588133", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "55", "latitude": 41.773335, "longitude": -87.592825, "coords": "41.773335, -87.592825", "geocoded_a": "1350 E 67th St", "query": "1350 E 67 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.592825, 41.773335 ] } },
{ "type": "Feature", "properties": { "date": "24-Aug-14", "address": "1350 E 67 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004588134", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.773335, "longitude": -87.592825, "coords": "41.773335, -87.592825", "geocoded_a": "1350 E 67th St", "query": "1350 E 67 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.592825, 41.773335 ] } },
{ "type": "Feature", "properties": { "date": "24-Aug-14", "address": "150 S LARAMIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004542110", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.878692, "longitude": -87.755053, "coords": "41.878692, -87.755053", "geocoded_a": "150 S Laramie Ave", "query": "150 S LARAMIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.755053, 41.878692 ] } },
{ "type": "Feature", "properties": { "date": "24-Aug-14", "address": "150 W DIVISION ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004543034", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "27", "latitude": 41.903926, "longitude": -87.633224, "coords": "41.903926, -87.633224", "geocoded_a": "150 W Division St", "query": "150 W DIVISION ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.633224, 41.903926 ] } },
{ "type": "Feature", "properties": { "date": "24-Aug-14", "address": "150 W DIVISION ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004543035", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "29", "latitude": 41.903926, "longitude": -87.633224, "coords": "41.903926, -87.633224", "geocoded_a": "150 W Division St", "query": "150 W DIVISION ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.633224, 41.903926 ] } },
{ "type": "Feature", "properties": { "date": "24-Aug-14", "address": "2550 S TROY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004262007", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.844816, "longitude": -87.703857, "coords": "41.844816, -87.703857", "geocoded_a": "2550 S Troy St", "query": "2550 S TROY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.703857, 41.844816 ] } },
{ "type": "Feature", "properties": { "date": "24-Aug-14", "address": "2750 E 79 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004588166", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "32", "latitude": 41.751926, "longitude": -87.55738, "coords": "41.751926, -87.557380", "geocoded_a": "2750 E 79th St", "query": "2750 E 79 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.55738, 41.751926 ] } },
{ "type": "Feature", "properties": { "date": "24-Aug-14", "address": "3950 W ROOSEVELT", "city": "Chicago", "state": "Illinois", "anov numbe": "P004358012", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "55", "latitude": 41.866197, "longitude": -87.724641, "coords": "41.866197, -87.724641", "geocoded_a": "3950 W Roosevelt Rd", "query": "3950 W ROOSEVELT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.724641, 41.866197 ] } },
{ "type": "Feature", "properties": { "date": "24-Aug-14", "address": "350 E 71ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004548733", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.76571, "longitude": -87.61634, "coords": "41.765710, -87.616340", "geocoded_a": "350 E 71st St", "query": "350 E 71ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.61634, 41.76571 ] } },
{ "type": "Feature", "properties": { "date": "24-Aug-14", "address": "450 E 79TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004582496", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.751199, "longitude": -87.613355, "coords": "41.751199, -87.613355", "geocoded_a": "450 E 79th St", "query": "450 E 79TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.613355, 41.751199 ] } },
{ "type": "Feature", "properties": { "date": "24-Aug-14", "address": "550 E 63", "city": "Chicago", "state": "Illinois", "anov numbe": "P004587791", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "41", "latitude": 41.78038, "longitude": -87.611599, "coords": "41.780380, -87.611599", "geocoded_a": "550 E 63rd St", "query": "550 E 63, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.611599, 41.78038 ] } },
{ "type": "Feature", "properties": { "date": "24-Aug-14", "address": "6250 S CALIFORNIA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004424907", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.779511, "longitude": -87.693454, "coords": "41.779511, -87.693454", "geocoded_a": "6250 S California Ave", "query": "6250 S CALIFORNIA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.693454, 41.779511 ] } },
{ "type": "Feature", "properties": { "date": "24-Aug-14", "address": "6350 S ALBANY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004424908", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.777926, "longitude": -87.700706, "coords": "41.777926, -87.700706", "geocoded_a": "6350 S Albany Ave", "query": "6350 S ALBANY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.700706, 41.777926 ] } },
{ "type": "Feature", "properties": { "date": "24-Aug-14", "address": "6750 S COTTAGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004501153", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "57", "latitude": 41.771616, "longitude": -87.605777, "coords": "41.771616, -87.605777", "geocoded_a": "6750 S Cottage Grove Ave", "query": "6750 S COTTAGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.605777, 41.771616 ] } },
{ "type": "Feature", "properties": { "date": "24-Aug-14", "address": "6750 S COTTAGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004548795", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "55", "latitude": 41.771616, "longitude": -87.605777, "coords": "41.771616, -87.605777", "geocoded_a": "6750 S Cottage Grove Ave", "query": "6750 S COTTAGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.605777, 41.771616 ] } },
{ "type": "Feature", "properties": { "date": "24-Aug-14", "address": "6750 S COTTAGE GROVE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004501154", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "50", "latitude": 41.771616, "longitude": -87.605777, "coords": "41.771616, -87.605777", "geocoded_a": "6750 S Cottage Grove Ave", "query": "6750 S COTTAGE GROVE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.605777, 41.771616 ] } },
{ "type": "Feature", "properties": { "date": "24-Aug-14", "address": "7150 S MERRILL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004162079", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.765727, "longitude": -87.572673, "coords": "41.765727, -87.572673", "geocoded_a": "7150 S Merrill Ave", "query": "7150 S MERRILL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.572673, 41.765727 ] } },
{ "type": "Feature", "properties": { "date": "24-Aug-14", "address": "9650 S JEFFERY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004454876", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.719104, "longitude": -87.5753, "coords": "41.719104, -87.575300", "geocoded_a": "9650 S Jeffery Ave", "query": "9650 S JEFFERY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.5753, 41.719104 ] } },
{ "type": "Feature", "properties": { "date": "25-Aug-14", "address": "11850 S HALSTED", "city": "Chicago", "state": "Illinois", "anov numbe": "P004348691", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.678644, "longitude": -87.642056, "coords": "41.678644, -87.642056", "geocoded_a": "11850 S Halsted St", "query": "11850 S HALSTED, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.642056, 41.678644 ] } },
{ "type": "Feature", "properties": { "date": "25-Aug-14", "address": "1450 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004565524", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.779541, "longitude": -87.661322, "coords": "41.779541, -87.661322", "geocoded_a": "1450 W 63rd St", "query": "1450 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.661322, 41.779541 ] } },
{ "type": "Feature", "properties": { "date": "25-Aug-14", "address": "1650 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004358058", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "30", "latitude": 41.858571, "longitude": -87.705501, "coords": "41.858571, -87.705501", "geocoded_a": "1650 S Kedzie Ave", "query": "1650 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.705501, 41.858571 ] } },
{ "type": "Feature", "properties": { "date": "25-Aug-14", "address": "2050 E 81ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004510210", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.748049, "longitude": -87.574279, "coords": "41.748049, -87.574279", "geocoded_a": "2050 E 81st St", "query": "2050 E 81ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.574279, 41.748049 ] } },
{ "type": "Feature", "properties": { "date": "25-Aug-14", "address": "2450 W LITHUANIAN PLAZA CT", "city": "Chicago", "state": "Illinois", "anov numbe": "P003921450", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.768368, "longitude": -87.684975, "coords": "41.768368, -87.684975", "geocoded_a": "2450 W Lithuanian Plaza Ct", "query": "2450 W LITHUANIAN PLAZA CT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.684975, 41.768368 ] } },
{ "type": "Feature", "properties": { "date": "25-Aug-14", "address": "2550 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004471941", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.779213, "longitude": -87.688042, "coords": "41.779213, -87.688042", "geocoded_a": "2550 W 63rd St", "query": "2550 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.688042, 41.779213 ] } },
{ "type": "Feature", "properties": { "date": "25-Aug-14", "address": "3550 W MONTROSE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004281594", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.961116, "longitude": -87.71769, "coords": "41.961116, -87.717690", "geocoded_a": "3550 W Montrose Ave", "query": "3550 W MONTROSE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.71769, 41.961116 ] } },
{ "type": "Feature", "properties": { "date": "25-Aug-14", "address": "4950 N SHERIDAN RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004343759", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.972749, "longitude": -87.654976, "coords": "41.972749, -87.654976", "geocoded_a": "4950 N Sheridan Rd", "query": "4950 N SHERIDAN RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.654976, 41.972749 ] } },
{ "type": "Feature", "properties": { "date": "25-Aug-14", "address": "5350 W FULLERTON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004542816", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "27", "latitude": 41.924158, "longitude": -87.760163, "coords": "41.924158, -87.760163", "geocoded_a": "5350 W Fullerton Ave", "query": "5350 W FULLERTON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.760163, 41.924158 ] } },
{ "type": "Feature", "properties": { "date": "25-Aug-14", "address": "5950 S HERMITAGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004565522", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.785217, "longitude": -87.668028, "coords": "41.785217, -87.668028", "geocoded_a": "5950 S Hermitage Ave", "query": "5950 S HERMITAGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.668028, 41.785217 ] } },
{ "type": "Feature", "properties": { "date": "25-Aug-14", "address": "5950 S HERMITAGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004565523", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "27", "latitude": 41.785217, "longitude": -87.668028, "coords": "41.785217, -87.668028", "geocoded_a": "5950 S Hermitage Ave", "query": "5950 S HERMITAGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.668028, 41.785217 ] } },
{ "type": "Feature", "properties": { "date": "25-Aug-14", "address": "550 N LARAMIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004542197", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.890454, "longitude": -87.755479, "coords": "41.890454, -87.755479", "geocoded_a": "550 N Laramie Ave", "query": "550 N LARAMIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.755479, 41.890454 ] } },
{ "type": "Feature", "properties": { "date": "25-Aug-14", "address": "6050 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004471940", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.783075, "longitude": -87.703314, "coords": "41.783075, -87.703314", "geocoded_a": "6050 S Kedzie Ave", "query": "6050 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.703314, 41.783075 ] } },
{ "type": "Feature", "properties": { "date": "25-Aug-14", "address": "6050 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004472801", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "32", "latitude": 41.783075, "longitude": -87.703314, "coords": "41.783075, -87.703314", "geocoded_a": "6050 S Kedzie Ave", "query": "6050 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.703314, 41.783075 ] } },
{ "type": "Feature", "properties": { "date": "25-Aug-14", "address": "6450 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004473626", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.775925, "longitude": -87.703127, "coords": "41.775925, -87.703127", "geocoded_a": "6450 S Kedzie Ave", "query": "6450 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.703127, 41.775925 ] } },
{ "type": "Feature", "properties": { "date": "25-Aug-14", "address": "6550 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P003924400", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.77413, "longitude": -87.703093, "coords": "41.774130, -87.703093", "geocoded_a": "6550 S Kedzie Ave", "query": "6550 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.703093, 41.77413 ] } },
{ "type": "Feature", "properties": { "date": "25-Aug-14", "address": "6550 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004424910", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "41", "latitude": 41.77413, "longitude": -87.703093, "coords": "41.774130, -87.703093", "geocoded_a": "6550 S Kedzie Ave", "query": "6550 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.703093, 41.77413 ] } },
{ "type": "Feature", "properties": { "date": "25-Aug-14", "address": "6950 N CALIFORNIA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004568825", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 42.007803, "longitude": -87.699846, "coords": "42.007803, -87.699846", "geocoded_a": "6950 N California Ave", "query": "6950 N CALIFORNIA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.699846, 42.007803 ] } },
{ "type": "Feature", "properties": { "date": "25-Aug-14", "address": "7050 S WESTERN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004473058", "violation": "9-52-110(b) Use of communication devices while operating a", "age": "54", "latitude": 41.765106, "longitude": -87.683315, "coords": "41.765106, -87.683315", "geocoded_a": "7050 S Western Ave", "query": "7050 S WESTERN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.683315, 41.765106 ] } },
{ "type": "Feature", "properties": { "date": "25-Aug-14", "address": "7150 S JEFFERY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004536171", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "39", "latitude": 41.764552, "longitude": -87.576307, "coords": "41.764552, -87.576307", "geocoded_a": "7150 S Jeffery Blvd", "query": "7150 S JEFFERY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.576307, 41.764552 ] } },
{ "type": "Feature", "properties": { "date": "25-Aug-14", "address": "7850 S HERMITAGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004482652", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.750759, "longitude": -87.667132, "coords": "41.750759, -87.667132", "geocoded_a": "7850 S Hermitage Ave", "query": "7850 S HERMITAGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.667132, 41.750759 ] } },
{ "type": "Feature", "properties": { "date": "25-Aug-14", "address": "9050 S COMMERCIAL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004314024", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 41.730463, "longitude": -87.551294, "coords": "41.730463, -87.551294", "geocoded_a": "9050 S Commercial Ave", "query": "9050 S COMMERCIAL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.551294, 41.730463 ] } },
{ "type": "Feature", "properties": { "date": "25-Aug-14", "address": "9050 S COMMERCIAL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004314025", "violation": "9-52-010 Rights and duties.", "age": "34", "latitude": 41.730463, "longitude": -87.551294, "coords": "41.730463, -87.551294", "geocoded_a": "9050 S Commercial Ave", "query": "9050 S COMMERCIAL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.551294, 41.730463 ] } },
{ "type": "Feature", "properties": { "date": "25-Aug-14", "address": "50 E ROOSEVELT RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004522083", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "47", "latitude": 41.867574, "longitude": -87.625756, "coords": "41.867574, -87.625756", "geocoded_a": "50 E Roosevelt Rd", "query": "50 E ROOSEVELT RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.625756, 41.867574 ] } },
{ "type": "Feature", "properties": { "date": "25-Aug-14", "address": "50 S CICERO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004555139", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "36", "latitude": 41.879755, "longitude": -87.745307, "coords": "41.879755, -87.745307", "geocoded_a": "50 S Cicero Ave", "query": "50 S CICERO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.745307, 41.879755 ] } },
{ "type": "Feature", "properties": { "date": "26-Aug-14", "address": "1050 W 87 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004373757", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.735994, "longitude": -87.650504, "coords": "41.735994, -87.650504", "geocoded_a": "1050 W 87th St", "query": "1050 W 87 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.650504, 41.735994 ] } },
{ "type": "Feature", "properties": { "date": "26-Aug-14", "address": "1250 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004513885", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.779603, "longitude": -87.656404, "coords": "41.779603, -87.656404", "geocoded_a": "1250 W 63rd St", "query": "1250 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.656404, 41.779603 ] } },
{ "type": "Feature", "properties": { "date": "26-Aug-14", "address": "1350 N PARKSIDE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004272933", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "50", "latitude": 41.90543, "longitude": -87.767008, "coords": "41.905430, -87.767008", "geocoded_a": "1350 N Parkside Ave", "query": "1350 N PARKSIDE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.767008, 41.90543 ] } },
{ "type": "Feature", "properties": { "date": "26-Aug-14", "address": "1650 E 71ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P003773573", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.766223, "longitude": -87.584233, "coords": "41.766223, -87.584233", "geocoded_a": "1650 E 71st St", "query": "1650 E 71ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.584233, 41.766223 ] } },
{ "type": "Feature", "properties": { "date": "26-Aug-14", "address": "2250 S CENTRAL PARK", "city": "Chicago", "state": "Illinois", "anov numbe": "P004262288", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "61", "latitude": 41.85017, "longitude": -87.714968, "coords": "41.850170, -87.714968", "geocoded_a": "2250 S Central Park Ave", "query": "2250 S CENTRAL PARK, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.714968, 41.85017 ] } },
{ "type": "Feature", "properties": { "date": "26-Aug-14", "address": "2350 E 71 STREET", "city": "Chicago", "state": "Illinois", "anov numbe": "P004162080", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "43", "latitude": 41.766377, "longitude": -87.569064, "coords": "41.766377, -87.569064", "geocoded_a": "2350 E 71st St", "query": "2350 E 71 STREET, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.569064, 41.766377 ] } },
{ "type": "Feature", "properties": { "date": "26-Aug-14", "address": "2450 S ST LOUIS", "city": "Chicago", "state": "Illinois", "anov numbe": "P004355909", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.846597, "longitude": -87.71243, "coords": "41.846597, -87.712430", "geocoded_a": "2450 S St Louis Ave", "query": "2450 S ST LOUIS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.71243, 41.846597 ] } },
{ "type": "Feature", "properties": { "date": "26-Aug-14", "address": "2650 N CLARK", "city": "Chicago", "state": "Illinois", "anov numbe": "P004585666", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.931282, "longitude": -87.6443, "coords": "41.931282, -87.644300", "geocoded_a": "2650 N Clark St", "query": "2650 N CLARK, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.6443, 41.931282 ] } },
{ "type": "Feature", "properties": { "date": "26-Aug-14", "address": "2650 S TRUMBULL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356334", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.842915, "longitude": -87.711108, "coords": "41.842915, -87.711108", "geocoded_a": "2650 S Trumbull Ave", "query": "2650 S TRUMBULL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.711108, 41.842915 ] } },
{ "type": "Feature", "properties": { "date": "26-Aug-14", "address": "3350 W ROOSEVELT", "city": "Chicago", "state": "Illinois", "anov numbe": "P004357510", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "53", "latitude": 41.866385, "longitude": -87.71009, "coords": "41.866385, -87.710090", "geocoded_a": "3350 W Roosevelt Rd", "query": "3350 W ROOSEVELT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.71009, 41.866385 ] } },
{ "type": "Feature", "properties": { "date": "26-Aug-14", "address": "4350 W CERMAK RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004357210", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "33", "latitude": 41.851527, "longitude": -87.734101, "coords": "41.851527, -87.734101", "geocoded_a": "4350 W Cermak Rd", "query": "4350 W CERMAK RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.734101, 41.851527 ] } },
{ "type": "Feature", "properties": { "date": "26-Aug-14", "address": "4850 W HENDERSON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004489601", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "40", "latitude": 41.941592, "longitude": -87.748373, "coords": "41.941592, -87.748373", "geocoded_a": "4850 W Henderson St", "query": "4850 W HENDERSON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.748373, 41.941592 ] } },
{ "type": "Feature", "properties": { "date": "26-Aug-14", "address": "5650 S ASHLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004513882", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "56", "latitude": 41.790698, "longitude": -87.66453, "coords": "41.790698, -87.664530", "geocoded_a": "5650 S Ashland Ave", "query": "5650 S ASHLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.66453, 41.790698 ] } },
{ "type": "Feature", "properties": { "date": "26-Aug-14", "address": "5650 S LOOMIS", "city": "Chicago", "state": "Illinois", "anov numbe": "P004565530", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "42", "latitude": 41.790761, "longitude": -87.659688, "coords": "41.790761, -87.659688", "geocoded_a": "5650 S Loomis Blvd", "query": "5650 S LOOMIS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.659688, 41.790761 ] } },
{ "type": "Feature", "properties": { "date": "26-Aug-14", "address": "5650 S MARSHFIELD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004565529", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "30", "latitude": 41.790688, "longitude": -87.66576, "coords": "41.790688, -87.665760", "geocoded_a": "5650 S Marshfield Ave", "query": "5650 S MARSHFIELD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.66576, 41.790688 ] } },
{ "type": "Feature", "properties": { "date": "26-Aug-14", "address": "5750 S ASHLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004565532", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "42", "latitude": 41.788871, "longitude": -87.66449, "coords": "41.788871, -87.664490", "geocoded_a": "5750 S Ashland Ave", "query": "5750 S ASHLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.66449, 41.788871 ] } },
{ "type": "Feature", "properties": { "date": "26-Aug-14", "address": "6050 S ASHLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004513883", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.783477, "longitude": -87.664375, "coords": "41.783477, -87.664375", "geocoded_a": "6050 S Ashland Ave", "query": "6050 S ASHLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.664375, 41.783477 ] } },
{ "type": "Feature", "properties": { "date": "26-Aug-14", "address": "6250 S ASHLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004513881", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "49", "latitude": 41.780333, "longitude": -87.664308, "coords": "41.780333, -87.664308", "geocoded_a": "6250 S Ashland Ave", "query": "6250 S ASHLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.664308, 41.780333 ] } },
{ "type": "Feature", "properties": { "date": "26-Aug-14", "address": "6250 S ASHLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004565528", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "61", "latitude": 41.780333, "longitude": -87.664308, "coords": "41.780333, -87.664308", "geocoded_a": "6250 S Ashland Ave", "query": "6250 S ASHLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.664308, 41.780333 ] } },
{ "type": "Feature", "properties": { "date": "26-Aug-14", "address": "6350 S HAMILTON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004565525", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "45", "latitude": 41.77778, "longitude": -87.67758, "coords": "41.777780, -87.677580", "geocoded_a": "6350 S Hamilton Ave", "query": "6350 S HAMILTON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.67758, 41.77778 ] } },
{ "type": "Feature", "properties": { "date": "26-Aug-14", "address": "6350 S HAMILTON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004565526", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "58", "latitude": 41.77778, "longitude": -87.67758, "coords": "41.777780, -87.677580", "geocoded_a": "6350 S Hamilton Ave", "query": "6350 S HAMILTON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.67758, 41.77778 ] } },
{ "type": "Feature", "properties": { "date": "26-Aug-14", "address": "6350 S RACINE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004565533", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.778572, "longitude": -87.654519, "coords": "41.778572, -87.654519", "geocoded_a": "6350 S Racine Ave", "query": "6350 S RACINE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.654519, 41.778572 ] } },
{ "type": "Feature", "properties": { "date": "26-Aug-14", "address": "8950 S EXCHANGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004540936", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.732162, "longitude": -87.5527, "coords": "41.732162, -87.552700", "geocoded_a": "8950 S Exchange Ave", "query": "8950 S EXCHANGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.5527, 41.732162 ] } },
{ "type": "Feature", "properties": { "date": "26-Aug-14", "address": "8950 S EXCHANGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004540937", "violation": "9-52-010 Rights and duties.", "age": "20", "latitude": 41.732162, "longitude": -87.5527, "coords": "41.732162, -87.552700", "geocoded_a": "8950 S Exchange Ave", "query": "8950 S EXCHANGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.5527, 41.732162 ] } },
{ "type": "Feature", "properties": { "date": "26-Aug-14", "address": "8950 S EXCHANGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004540938", "violation": "9-52-040 Yielding right-of-way.", "age": "20", "latitude": 41.732162, "longitude": -87.5527, "coords": "41.732162, -87.552700", "geocoded_a": "8950 S Exchange Ave", "query": "8950 S EXCHANGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.5527, 41.732162 ] } },
{ "type": "Feature", "properties": { "date": "26-Aug-14", "address": "850 N CENTRAL PARK", "city": "Chicago", "state": "Illinois", "anov numbe": "P004568125", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.896933, "longitude": -87.71638, "coords": "41.896933, -87.716380", "geocoded_a": "850 N Central Park Ave", "query": "850 N CENTRAL PARK, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.71638, 41.896933 ] } },
{ "type": "Feature", "properties": { "date": "26-Aug-14", "address": "50 E 7100 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004587523", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 41.88425, "longitude": -87.63245, "coords": "41.88425, -87.63245", "geocoded_a": "Chicago", "query": "50 E 7100 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.63245, 41.88425 ] } },
{ "type": "Feature", "properties": { "date": "27-Aug-14", "address": "1050 W 59TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004564879", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.786957, "longitude": -87.651791, "coords": "41.786957, -87.651791", "geocoded_a": "1050 W 59th St", "query": "1050 W 59TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.651791, 41.786957 ] } },
{ "type": "Feature", "properties": { "date": "27-Aug-14", "address": "1150 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004513895", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.779629, "longitude": -87.654074, "coords": "41.779629, -87.654074", "geocoded_a": "1150 W 63rd St", "query": "1150 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.654074, 41.779629 ] } },
{ "type": "Feature", "properties": { "date": "27-Aug-14", "address": "1150 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004564876", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.779629, "longitude": -87.654074, "coords": "41.779629, -87.654074", "geocoded_a": "1150 W 63rd St", "query": "1150 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.654074, 41.779629 ] } },
{ "type": "Feature", "properties": { "date": "27-Aug-14", "address": "1150 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004564887", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.779629, "longitude": -87.654074, "coords": "41.779629, -87.654074", "geocoded_a": "1150 W 63rd St", "query": "1150 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.654074, 41.779629 ] } },
{ "type": "Feature", "properties": { "date": "27-Aug-14", "address": "1250 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004564888", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.779603, "longitude": -87.656404, "coords": "41.779603, -87.656404", "geocoded_a": "1250 W 63rd St", "query": "1250 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.656404, 41.779603 ] } },
{ "type": "Feature", "properties": { "date": "27-Aug-14", "address": "1250 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004565770", "violation": "9-52-050 Riding in single file required--Exceptions.", "age": "26", "latitude": 41.779603, "longitude": -87.656404, "coords": "41.779603, -87.656404", "geocoded_a": "1250 W 63rd St", "query": "1250 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.656404, 41.779603 ] } },
{ "type": "Feature", "properties": { "date": "27-Aug-14", "address": "1350 W GARFIELD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004513894", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.794205, "longitude": -87.658497, "coords": "41.794205, -87.658497", "geocoded_a": "1350 W Garfield Blvd", "query": "1350 W GARFIELD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.658497, 41.794205 ] } },
{ "type": "Feature", "properties": { "date": "27-Aug-14", "address": "1550 W 67TH STREET", "city": "Chicago", "state": "Illinois", "anov numbe": "P004460788", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.772271, "longitude": -87.663222, "coords": "41.772271, -87.663222", "geocoded_a": "1550 W 67th St", "query": "1550 W 67TH STREET, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.663222, 41.772271 ] } },
{ "type": "Feature", "properties": { "date": "27-Aug-14", "address": "1550 W 69TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004513900", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "59", "latitude": 41.768567, "longitude": -87.663442, "coords": "41.768567, -87.663442", "geocoded_a": "1550 W 69th St", "query": "1550 W 69TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.663442, 41.768567 ] } },
{ "type": "Feature", "properties": { "date": "27-Aug-14", "address": "1550 W 69TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004513891", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "29", "latitude": 41.768567, "longitude": -87.663442, "coords": "41.768567, -87.663442", "geocoded_a": "1550 W 69th St", "query": "1550 W 69TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.663442, 41.768567 ] } },
{ "type": "Feature", "properties": { "date": "27-Aug-14", "address": "1650 N MONITOR", "city": "Chicago", "state": "Illinois", "anov numbe": "P004272934", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "48", "latitude": 41.91082, "longitude": -87.771528, "coords": "41.910820, -87.771528", "geocoded_a": "1650 N Monitor Ave", "query": "1650 N MONITOR, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.771528, 41.91082 ] } },
{ "type": "Feature", "properties": { "date": "27-Aug-14", "address": "2750 S TRIPP ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004357514", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "27", "latitude": 41.840818, "longitude": -87.730557, "coords": "41.840818, -87.730557", "geocoded_a": "2750 S Tripp Ave", "query": "2750 S TRIPP ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.730557, 41.840818 ] } },
{ "type": "Feature", "properties": { "date": "27-Aug-14", "address": "3350 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004473583", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.778936, "longitude": -87.707624, "coords": "41.778936, -87.707624", "geocoded_a": "3350 W 63rd St", "query": "3350 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.707624, 41.778936 ] } },
{ "type": "Feature", "properties": { "date": "27-Aug-14", "address": "3550 W 26TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356172", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.844467, "longitude": -87.714385, "coords": "41.844467, -87.714385", "geocoded_a": "3550 W 26th St", "query": "3550 W 26TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.714385, 41.844467 ] } },
{ "type": "Feature", "properties": { "date": "27-Aug-14", "address": "3650 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004561268", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "52", "latitude": 41.895497, "longitude": -87.718364, "coords": "41.895497, -87.718364", "geocoded_a": "3650 W Chicago Ave", "query": "3650 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.718364, 41.895497 ] } },
{ "type": "Feature", "properties": { "date": "27-Aug-14", "address": "3750 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004561420", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.89547, "longitude": -87.720762, "coords": "41.895470, -87.720762", "geocoded_a": "3750 W Chicago Ave", "query": "3750 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.720762, 41.89547 ] } },
{ "type": "Feature", "properties": { "date": "27-Aug-14", "address": "4550 N SHERIDAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004585708", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "45", "latitude": 41.964777, "longitude": -87.654813, "coords": "41.964777, -87.654813", "geocoded_a": "4550 N Sheridan Rd", "query": "4550 N SHERIDAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.654813, 41.964777 ] } },
{ "type": "Feature", "properties": { "date": "27-Aug-14", "address": "5150 N SHERIDAN RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004434705", "violation": "9-52-010 Rights and duties.", "age": "28", "latitude": 41.976188, "longitude": -87.655057, "coords": "41.976188, -87.655057", "geocoded_a": "5150 N Sheridan Rd", "query": "5150 N SHERIDAN RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.655057, 41.976188 ] } },
{ "type": "Feature", "properties": { "date": "27-Aug-14", "address": "5350 W LAKE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004405780", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.887386, "longitude": -87.759407, "coords": "41.887386, -87.759407", "geocoded_a": "5350 W Lake St", "query": "5350 W LAKE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.759407, 41.887386 ] } },
{ "type": "Feature", "properties": { "date": "27-Aug-14", "address": "5550 S HALSTED ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004564878", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "57", "latitude": 41.792722, "longitude": -87.645177, "coords": "41.792722, -87.645177", "geocoded_a": "5550 S Halsted St", "query": "5550 S HALSTED ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.645177, 41.792722 ] } },
{ "type": "Feature", "properties": { "date": "27-Aug-14", "address": "5950 S MORGAN ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004564884", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.785477, "longitude": -87.649797, "coords": "41.785477, -87.649797", "geocoded_a": "5950 S Morgan St", "query": "5950 S MORGAN ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.649797, 41.785477 ] } },
{ "type": "Feature", "properties": { "date": "27-Aug-14", "address": "6050 S MORGAN ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004513899", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.783633, "longitude": -87.649758, "coords": "41.783633, -87.649758", "geocoded_a": "6050 S Morgan St", "query": "6050 S MORGAN ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.649758, 41.783633 ] } },
{ "type": "Feature", "properties": { "date": "27-Aug-14", "address": "6250 S MORGAN ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004564877", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.780074, "longitude": -87.649697, "coords": "41.780074, -87.649697", "geocoded_a": "6250 S Morgan St", "query": "6250 S MORGAN ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.649697, 41.780074 ] } },
{ "type": "Feature", "properties": { "date": "27-Aug-14", "address": "6550 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004471800", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.77413, "longitude": -87.703093, "coords": "41.774130, -87.703093", "geocoded_a": "6550 S Kedzie Ave", "query": "6550 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.703093, 41.77413 ] } },
{ "type": "Feature", "properties": { "date": "27-Aug-14", "address": "6950 S HALSTED", "city": "Chicago", "state": "Illinois", "anov numbe": "P004513890", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.767342, "longitude": -87.644526, "coords": "41.767342, -87.644526", "geocoded_a": "6950 S Halsted St", "query": "6950 S HALSTED, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.644526, 41.767342 ] } },
{ "type": "Feature", "properties": { "date": "27-Aug-14", "address": "7150 S WOODLAWN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004588864", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.764517, "longitude": -87.595858, "coords": "41.764517, -87.595858", "geocoded_a": "7150 S Woodlawn Ave", "query": "7150 S WOODLAWN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.595858, 41.764517 ] } },
{ "type": "Feature", "properties": { "date": "27-Aug-14", "address": "750 W 59TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004513889", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "46", "latitude": 41.787036, "longitude": -87.644271, "coords": "41.787036, -87.644271", "geocoded_a": "750 W 59th St", "query": "750 W 59TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.644271, 41.787036 ] } },
{ "type": "Feature", "properties": { "date": "27-Aug-14", "address": "750 W 59TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004564880", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "50", "latitude": 41.787036, "longitude": -87.644271, "coords": "41.787036, -87.644271", "geocoded_a": "750 W 59th St", "query": "750 W 59TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.644271, 41.787036 ] } },
{ "type": "Feature", "properties": { "date": "27-Aug-14", "address": "850 W 59TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004564882", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "33", "latitude": 41.787011, "longitude": -87.647062, "coords": "41.787011, -87.647062", "geocoded_a": "850 W 59th St", "query": "850 W 59TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.647062, 41.787011 ] } },
{ "type": "Feature", "properties": { "date": "27-Aug-14", "address": "850 W 59TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004564883", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 41.787011, "longitude": -87.647062, "coords": "41.787011, -87.647062", "geocoded_a": "850 W 59th St", "query": "850 W 59TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.647062, 41.787011 ] } },
{ "type": "Feature", "properties": { "date": "27-Aug-14", "address": "950 E 63RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004587191", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.780534, "longitude": -87.601595, "coords": "41.780534, -87.601595", "geocoded_a": "950 E 63rd St", "query": "950 E 63RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.601595, 41.780534 ] } },
{ "type": "Feature", "properties": { "date": "27-Aug-14", "address": "950 E 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004587857", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.780534, "longitude": -87.601595, "coords": "41.780534, -87.601595", "geocoded_a": "950 E 63rd St", "query": "950 E 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.601595, 41.780534 ] } },
{ "type": "Feature", "properties": { "date": "27-Aug-14", "address": "50 N PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004561421", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "55", "latitude": 41.881628, "longitude": -87.725742, "coords": "41.881628, -87.725742", "geocoded_a": "50 N Pulaski Rd", "query": "50 N PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.725742, 41.881628 ] } },
{ "type": "Feature", "properties": { "date": "28-Aug-14", "address": "11150 S MICHIGAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004533309", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.691133, "longitude": -87.621059, "coords": "41.691133, -87.621059", "geocoded_a": "11150 S Michigan Ave", "query": "11150 S MICHIGAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.621059, 41.691133 ] } },
{ "type": "Feature", "properties": { "date": "28-Aug-14", "address": "1250 W 59TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004564907", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.786896, "longitude": -87.656953, "coords": "41.786896, -87.656953", "geocoded_a": "1250 W 59th St", "query": "1250 W 59TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.656953, 41.786896 ] } },
{ "type": "Feature", "properties": { "date": "28-Aug-14", "address": "1350 W 71ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004565416", "violation": "9-52-010 Rights and duties.", "age": "30", "latitude": 41.765076, "longitude": -87.658075, "coords": "41.765076, -87.658075", "geocoded_a": "1350 W 71st St", "query": "1350 W 71ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.658075, 41.765076 ] } },
{ "type": "Feature", "properties": { "date": "28-Aug-14", "address": "1350 W 71ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004565417", "violation": "9-52-080 Headlamps", "age": "30", "latitude": 41.765076, "longitude": -87.658075, "coords": "41.765076, -87.658075", "geocoded_a": "1350 W 71st St", "query": "1350 W 71ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.658075, 41.765076 ] } },
{ "type": "Feature", "properties": { "date": "28-Aug-14", "address": "1550 W HOWARD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004580562", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "37", "latitude": 42.019436, "longitude": -87.669961, "coords": "42.019436, -87.669961", "geocoded_a": "1550 W Howard St", "query": "1550 W HOWARD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.669961, 42.019436 ] } },
{ "type": "Feature", "properties": { "date": "28-Aug-14", "address": "1750 E 79", "city": "Chicago", "state": "Illinois", "anov numbe": "P004410849", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.751602, "longitude": -87.581487, "coords": "41.751602, -87.581487", "geocoded_a": "1750 E 79th St", "query": "1750 E 79, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.581487, 41.751602 ] } },
{ "type": "Feature", "properties": { "date": "28-Aug-14", "address": "1950 W 69TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004564906", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.768461, "longitude": -87.673332, "coords": "41.768461, -87.673332", "geocoded_a": "1950 W 69th St", "query": "1950 W 69TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.673332, 41.768461 ] } },
{ "type": "Feature", "properties": { "date": "28-Aug-14", "address": "2150 S ROCKWELL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004257259", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "29", "latitude": 41.852584, "longitude": -87.690626, "coords": "41.852584, -87.690626", "geocoded_a": "2150 S Rockwell St", "query": "2150 S ROCKWELL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.690626, 41.852584 ] } },
{ "type": "Feature", "properties": { "date": "28-Aug-14", "address": "2450 S MARSHALL BLVD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004357429", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "29", "latitude": 41.84807, "longitude": -87.699038, "coords": "41.848070, -87.699038", "geocoded_a": "2450 S Marshall Blvd", "query": "2450 S MARSHALL BLVD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.699038, 41.84807 ] } },
{ "type": "Feature", "properties": { "date": "28-Aug-14", "address": "2450 S MARSHALL BLVD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004357430", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.84807, "longitude": -87.699038, "coords": "41.848070, -87.699038", "geocoded_a": "2450 S Marshall Blvd", "query": "2450 S MARSHALL BLVD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.699038, 41.84807 ] } },
{ "type": "Feature", "properties": { "date": "28-Aug-14", "address": "2850 W PRATT", "city": "Chicago", "state": "Illinois", "anov numbe": "P004439001", "violation": "9-52-010 Rights and duties.", "age": "19", "latitude": 42.004847, "longitude": -87.701965, "coords": "42.004847, -87.701965", "geocoded_a": "2850 W Pratt Blvd", "query": "2850 W PRATT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.701965, 42.004847 ] } },
{ "type": "Feature", "properties": { "date": "28-Aug-14", "address": "2950 W 59TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004424857", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.786404, "longitude": -87.697642, "coords": "41.786404, -87.697642", "geocoded_a": "2950 W 59th St", "query": "2950 W 59TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.697642, 41.786404 ] } },
{ "type": "Feature", "properties": { "date": "28-Aug-14", "address": "3150 W HARRISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507827", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "45", "latitude": 41.873703, "longitude": -87.70544, "coords": "41.873703, -87.705440", "geocoded_a": "3150 W Harrison St", "query": "3150 W HARRISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.70544, 41.873703 ] } },
{ "type": "Feature", "properties": { "date": "28-Aug-14", "address": "3450 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004561425", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.880975, "longitude": -87.712256, "coords": "41.880975, -87.712256", "geocoded_a": "3450 W Madison St", "query": "3450 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.712256, 41.880975 ] } },
{ "type": "Feature", "properties": { "date": "28-Aug-14", "address": "3550 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520408", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.895525, "longitude": -87.715862, "coords": "41.895525, -87.715862", "geocoded_a": "3550 W Chicago Ave", "query": "3550 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.715862, 41.895525 ] } },
{ "type": "Feature", "properties": { "date": "28-Aug-14", "address": "3850 W DIVISION", "city": "Chicago", "state": "Illinois", "anov numbe": "P004532862", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.902704, "longitude": -87.723453, "coords": "41.902704, -87.723453", "geocoded_a": "3850 W Division St", "query": "3850 W DIVISION, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.723453, 41.902704 ] } },
{ "type": "Feature", "properties": { "date": "28-Aug-14", "address": "4350 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004590686", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "59", "latitude": 41.880631, "longitude": -87.735144, "coords": "41.880631, -87.735144", "geocoded_a": "4350 W Madison St", "query": "4350 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.735144, 41.880631 ] } },
{ "type": "Feature", "properties": { "date": "28-Aug-14", "address": "5050 N BROADWAY", "city": "Chicago", "state": "Illinois", "anov numbe": "P003789691", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.973395, "longitude": -87.659859, "coords": "41.973395, -87.659859", "geocoded_a": "5050 N Broadway", "query": "5050 N BROADWAY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.659859, 41.973395 ] } },
{ "type": "Feature", "properties": { "date": "28-Aug-14", "address": "5250 W MONROE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004181420", "violation": "9-52-080 Headlamps", "age": "39", "latitude": 41.879434, "longitude": -87.756352, "coords": "41.879434, -87.756352", "geocoded_a": "5250 W Monroe St", "query": "5250 W MONROE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.756352, 41.879434 ] } },
{ "type": "Feature", "properties": { "date": "28-Aug-14", "address": "5550 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004402415", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.894923, "longitude": -87.764885, "coords": "41.894923, -87.764885", "geocoded_a": "5550 W Chicago Ave", "query": "5550 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.764885, 41.894923 ] } },
{ "type": "Feature", "properties": { "date": "28-Aug-14", "address": "5950 W BLOOMINGDALE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004560185", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.912972, "longitude": -87.774464, "coords": "41.912972, -87.774464", "geocoded_a": "5950 W Bloomingdale Ave", "query": "5950 W BLOOMINGDALE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.774464, 41.912972 ] } },
{ "type": "Feature", "properties": { "date": "28-Aug-14", "address": "550 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507826", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "44", "latitude": 41.873912, "longitude": -87.705986, "coords": "41.873912, -87.705986", "geocoded_a": "550 S Kedzie Ave", "query": "550 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.705986, 41.873912 ] } },
{ "type": "Feature", "properties": { "date": "28-Aug-14", "address": "6450 N WESTERN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004265655", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.999165, "longitude": -87.689947, "coords": "41.999165, -87.689947", "geocoded_a": "6450 N Western Ave", "query": "6450 N WESTERN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.689947, 41.999165 ] } },
{ "type": "Feature", "properties": { "date": "28-Aug-14", "address": "6550 S COTTAGE GROVE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004535884", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.775335, "longitude": -87.605847, "coords": "41.775335, -87.605847", "geocoded_a": "6550 S Cottage Grove Ave", "query": "6550 S COTTAGE GROVE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.605847, 41.775335 ] } },
{ "type": "Feature", "properties": { "date": "28-Aug-14", "address": "7050 S ARTESIAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004472802", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.765062, "longitude": -87.684527, "coords": "41.765062, -87.684527", "geocoded_a": "7050 S Artesian Ave", "query": "7050 S ARTESIAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.684527, 41.765062 ] } },
{ "type": "Feature", "properties": { "date": "28-Aug-14", "address": "8050 S ASHLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004541656", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.747038, "longitude": -87.663377, "coords": "41.747038, -87.663377", "geocoded_a": "8050 S Ashland Ave", "query": "8050 S ASHLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.663377, 41.747038 ] } },
{ "type": "Feature", "properties": { "date": "28-Aug-14", "address": "8250 S EXCHANGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004396489", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.744906, "longitude": -87.552777, "coords": "41.744906, -87.552777", "geocoded_a": "8250 S Exchange Ave", "query": "8250 S EXCHANGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.552777, 41.744906 ] } },
{ "type": "Feature", "properties": { "date": "28-Aug-14", "address": "50 S OGDEN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004295465", "violation": "9-52-010 Rights and duties.", "age": "72", "latitude": 41.879689, "longitude": -87.668119, "coords": "41.879689, -87.668119", "geocoded_a": "1659 The Ogden", "query": "50 S OGDEN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.668119, 41.879689 ] } },
{ "type": "Feature", "properties": { "date": "29-Aug-14", "address": "10150 S EWING", "city": "Chicago", "state": "Illinois", "anov numbe": "P004395922", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.710972, "longitude": -87.535335, "coords": "41.710972, -87.535335", "geocoded_a": "10150 S Ewing Ave", "query": "10150 S EWING, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.535335, 41.710972 ] } },
{ "type": "Feature", "properties": { "date": "29-Aug-14", "address": "1650 N TRIPP", "city": "Chicago", "state": "Illinois", "anov numbe": "P004359626", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "54", "latitude": 41.911398, "longitude": -87.732519, "coords": "41.911398, -87.732519", "geocoded_a": "1650 N Tripp Ave", "query": "1650 N TRIPP, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.732519, 41.911398 ] } },
{ "type": "Feature", "properties": { "date": "29-Aug-14", "address": "1650 S HAMLIN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004595322", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 41.857423, "longitude": -87.720048, "coords": "41.857423, -87.720048", "geocoded_a": "1650 S Hamlin Ave", "query": "1650 S HAMLIN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.720048, 41.857423 ] } },
{ "type": "Feature", "properties": { "date": "29-Aug-14", "address": "2450 S WESTERN AVE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004252085", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "36", "latitude": 41.846891, "longitude": -87.685556, "coords": "41.846891, -87.685556", "geocoded_a": "2450 S Western Ave", "query": "2450 S WESTERN AVE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.685556, 41.846891 ] } },
{ "type": "Feature", "properties": { "date": "29-Aug-14", "address": "2650 E 92ND ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004547686", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.728232, "longitude": -87.559136, "coords": "41.728232, -87.559136", "geocoded_a": "2650 E 92nd St", "query": "2650 E 92ND ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.559136, 41.728232 ] } },
{ "type": "Feature", "properties": { "date": "29-Aug-14", "address": "2950 W MONROE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004590688", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "37", "latitude": 41.880379, "longitude": -87.700711, "coords": "41.880379, -87.700711", "geocoded_a": "2950 W Monroe St", "query": "2950 W MONROE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.700711, 41.880379 ] } },
{ "type": "Feature", "properties": { "date": "29-Aug-14", "address": "250 E 111TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004173190", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.692745, "longitude": -87.617069, "coords": "41.692745, -87.617069", "geocoded_a": "250 E 111th St", "query": "250 E 111TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.617069, 41.692745 ] } },
{ "type": "Feature", "properties": { "date": "29-Aug-14", "address": "350 E 57TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004586295", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "50", "latitude": 41.791199, "longitude": -87.617426, "coords": "41.791199, -87.617426", "geocoded_a": "350 E 57th St", "query": "350 E 57TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.617426, 41.791199 ] } },
{ "type": "Feature", "properties": { "date": "29-Aug-14", "address": "4850 N MILWAUKEE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004489602", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "56", "latitude": 41.968579, "longitude": -87.761488, "coords": "41.968579, -87.761488", "geocoded_a": "4850 N Milwaukee Ave", "query": "4850 N MILWAUKEE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.761488, 41.968579 ] } },
{ "type": "Feature", "properties": { "date": "29-Aug-14", "address": "450 E 35TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004504306", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.831247, "longitude": -87.615748, "coords": "41.831247, -87.615748", "geocoded_a": "450 E 35th St", "query": "450 E 35TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.615748, 41.831247 ] } },
{ "type": "Feature", "properties": { "date": "29-Aug-14", "address": "5050 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508212", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "54", "latitude": 41.894969, "longitude": -87.752753, "coords": "41.894969, -87.752753", "geocoded_a": "5050 W Chicago Ave", "query": "5050 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.752753, 41.894969 ] } },
{ "type": "Feature", "properties": { "date": "29-Aug-14", "address": "5950 S HALSTED ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004564908", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.785487, "longitude": -87.644977, "coords": "41.785487, -87.644977", "geocoded_a": "5950 S Halsted St", "query": "5950 S HALSTED ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.644977, 41.785487 ] } },
{ "type": "Feature", "properties": { "date": "29-Aug-14", "address": "550 W 63RD ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004565766", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "39", "latitude": 41.779925, "longitude": -87.638508, "coords": "41.779925, -87.638508", "geocoded_a": "550 W 63rd St", "query": "550 W 63RD ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.638508, 41.779925 ] } },
{ "type": "Feature", "properties": { "date": "29-Aug-14", "address": "6250 S RHODES", "city": "Chicago", "state": "Illinois", "anov numbe": "P004575231", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "52", "latitude": 41.780695, "longitude": -87.612077, "coords": "41.780695, -87.612077", "geocoded_a": "6250 S Rhodes Ave", "query": "6250 S RHODES, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.612077, 41.780695 ] } },
{ "type": "Feature", "properties": { "date": "29-Aug-14", "address": "6650 S CARPENTER", "city": "Chicago", "state": "Illinois", "anov numbe": "P004565207", "violation": "9-52-080 Headlamps", "age": "25", "latitude": 41.772889, "longitude": -87.650739, "coords": "41.772889, -87.650739", "geocoded_a": "6650 S Carpenter St", "query": "6650 S CARPENTER, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.650739, 41.772889 ] } },
{ "type": "Feature", "properties": { "date": "29-Aug-14", "address": "8850 S COMMERCIAL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004454301", "violation": "9-52-010 Rights and duties.", "age": "18", "latitude": 41.734008, "longitude": -87.551387, "coords": "41.734008, -87.551387", "geocoded_a": "8850 S Commercial Ave", "query": "8850 S COMMERCIAL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.551387, 41.734008 ] } },
{ "type": "Feature", "properties": { "date": "29-Aug-14", "address": "8950 S COMMERCIAL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004582529", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.732787, "longitude": -87.551366, "coords": "41.732787, -87.551366", "geocoded_a": "8950 S Commercial Ave", "query": "8950 S COMMERCIAL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.551366, 41.732787 ] } },
{ "type": "Feature", "properties": { "date": "29-Aug-14", "address": "50 N PULASKI RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004590689", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "46", "latitude": 41.881628, "longitude": -87.725742, "coords": "41.881628, -87.725742", "geocoded_a": "50 N Pulaski Rd", "query": "50 N PULASKI RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.725742, 41.881628 ] } },
{ "type": "Feature", "properties": { "date": "30-Aug-14", "address": "10350 S WENTWORTH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004540960", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "45", "latitude": 41.705896, "longitude": -87.628305, "coords": "41.705896, -87.628305", "geocoded_a": "10350 S Wentworth Ave", "query": "10350 S WENTWORTH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.628305, 41.705896 ] } },
{ "type": "Feature", "properties": { "date": "30-Aug-14", "address": "1650 S ALBANY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004595324", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.857532, "longitude": -87.702909, "coords": "41.857532, -87.702909", "geocoded_a": "1650 S Albany Ave", "query": "1650 S ALBANY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.702909, 41.857532 ] } },
{ "type": "Feature", "properties": { "date": "30-Aug-14", "address": "150 N PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004509691", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "33", "latitude": 41.882976, "longitude": -87.725773, "coords": "41.882976, -87.725773", "geocoded_a": "150 N Pulaski Rd", "query": "150 N PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.725773, 41.882976 ] } },
{ "type": "Feature", "properties": { "date": "30-Aug-14", "address": "150 S CICERO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004488097", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.878899, "longitude": -87.745271, "coords": "41.878899, -87.745271", "geocoded_a": "150 S Cicero Ave", "query": "150 S CICERO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.745271, 41.878899 ] } },
{ "type": "Feature", "properties": { "date": "30-Aug-14", "address": "2350 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004252086", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "45", "latitude": 41.848342, "longitude": -87.705188, "coords": "41.848342, -87.705188", "geocoded_a": "2350 S Kedzie Ave", "query": "2350 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.705188, 41.848342 ] } },
{ "type": "Feature", "properties": { "date": "30-Aug-14", "address": "2450 E 79TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004454501", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "49", "latitude": 41.751829, "longitude": -87.564615, "coords": "41.751829, -87.564615", "geocoded_a": "2450 E 79th St", "query": "2450 E 79TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.564615, 41.751829 ] } },
{ "type": "Feature", "properties": { "date": "30-Aug-14", "address": "2850 S COTTAGE GROVE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004503714", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.841056, "longitude": -87.614566, "coords": "41.841056, -87.614566", "geocoded_a": "2850 S Cottage Grove Ave", "query": "2850 S COTTAGE GROVE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.614566, 41.841056 ] } },
{ "type": "Feature", "properties": { "date": "30-Aug-14", "address": "4750 W LAKE ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004590693", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "36", "latitude": 41.886562, "longitude": -87.745088, "coords": "41.886562, -87.745088", "geocoded_a": "4750 W Lake St", "query": "4750 W LAKE ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.745088, 41.886562 ] } },
{ "type": "Feature", "properties": { "date": "30-Aug-14", "address": "650 E 38TH STREET", "city": "Chicago", "state": "Illinois", "anov numbe": "P004503715", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.825803, "longitude": -87.611151, "coords": "41.825803, -87.611151", "geocoded_a": "650 E 38th St", "query": "650 E 38TH STREET, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.611151, 41.825803 ] } },
{ "type": "Feature", "properties": { "date": "30-Aug-14", "address": "7150 S STATE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004501018", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.763744, "longitude": -87.624939, "coords": "41.763744, -87.624939", "geocoded_a": "7150 S State St", "query": "7150 S STATE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.624939, 41.763744 ] } },
{ "type": "Feature", "properties": { "date": "30-Aug-14", "address": "850 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004442277", "violation": "9-52-080 Headlamps", "age": "19", "latitude": 41.896453, "longitude": -87.64931, "coords": "41.896453, -87.649310", "geocoded_a": "850 W Chicago Ave", "query": "850 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.64931, 41.896453 ] } },
{ "type": "Feature", "properties": { "date": "31-Aug-14", "address": "1650 S LAKE SHORE DR", "city": "Chicago", "state": "Illinois", "anov numbe": "P004571497", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "41", "latitude": 41.859213, "longitude": -87.617369, "coords": "41.859213, -87.617369", "geocoded_a": "1650 S Lake Shore Dr", "query": "1650 S LAKE SHORE DR, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.617369, 41.859213 ] } },
{ "type": "Feature", "properties": { "date": "31-Aug-14", "address": "1850 W 47 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004549349", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "32", "latitude": 41.808555, "longitude": -87.67183, "coords": "41.808555, -87.671830", "geocoded_a": "1850 W 47th St", "query": "1850 W 47 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.67183, 41.808555 ] } },
{ "type": "Feature", "properties": { "date": "31-Aug-14", "address": "1850 W 47 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004549350", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.808555, "longitude": -87.67183, "coords": "41.808555, -87.671830", "geocoded_a": "1850 W 47th St", "query": "1850 W 47 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.67183, 41.808555 ] } },
{ "type": "Feature", "properties": { "date": "31-Aug-14", "address": "1950 W 47 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004565251", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "27", "latitude": 41.808602, "longitude": -87.674067, "coords": "41.808602, -87.674067", "geocoded_a": "1950 W 47th St", "query": "1950 W 47 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.674067, 41.808602 ] } },
{ "type": "Feature", "properties": { "date": "31-Aug-14", "address": "2350 S MARSHALL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004355070", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.848421, "longitude": -87.699067, "coords": "41.848421, -87.699067", "geocoded_a": "2350 S Marshall Blvd", "query": "2350 S MARSHALL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.699067, 41.848421 ] } },
{ "type": "Feature", "properties": { "date": "31-Aug-14", "address": "2450 S ALBANY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004358561", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.846759, "longitude": -87.702688, "coords": "41.846759, -87.702688", "geocoded_a": "2450 S Albany Ave", "query": "2450 S ALBANY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.702688, 41.846759 ] } },
{ "type": "Feature", "properties": { "date": "31-Aug-14", "address": "2550 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004358559", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.845404, "longitude": -87.705123, "coords": "41.845404, -87.705123", "geocoded_a": "2550 S Kedzie Ave", "query": "2550 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.705123, 41.845404 ] } },
{ "type": "Feature", "properties": { "date": "31-Aug-14", "address": "2650 S SPAULDING", "city": "Chicago", "state": "Illinois", "anov numbe": "P004583371", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.843005, "longitude": -87.707448, "coords": "41.843005, -87.707448", "geocoded_a": "2650 S Spaulding Ave", "query": "2650 S SPAULDING, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.707448, 41.843005 ] } },
{ "type": "Feature", "properties": { "date": "31-Aug-14", "address": "6550 W BELMONT", "city": "Chicago", "state": "Illinois", "anov numbe": "P004489604", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "53", "latitude": 41.938254, "longitude": -87.790493, "coords": "41.938254, -87.790493", "geocoded_a": "6550 W Belmont Ave", "query": "6550 W BELMONT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.790493, 41.938254 ] } },
{ "type": "Feature", "properties": { "date": "1-Sep-14", "address": "1350 W LUNT", "city": "Chicago", "state": "Illinois", "anov numbe": "P004568829", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "59", "latitude": 42.009216, "longitude": -87.664984, "coords": "42.009216, -87.664984", "geocoded_a": "1350 W Lunt Ave", "query": "1350 W LUNT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.664984, 42.009216 ] } },
{ "type": "Feature", "properties": { "date": "1-Sep-14", "address": "2150 E 71ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004588785", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "57", "latitude": 41.766334, "longitude": -87.572298, "coords": "41.766334, -87.572298", "geocoded_a": "2150 E 71st St", "query": "2150 E 71ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.572298, 41.766334 ] } },
{ "type": "Feature", "properties": { "date": "1-Sep-14", "address": "2450 E 79TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004541216", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.751829, "longitude": -87.564615, "coords": "41.751829, -87.564615", "geocoded_a": "2450 E 79th St", "query": "2450 E 79TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.564615, 41.751829 ] } },
{ "type": "Feature", "properties": { "date": "1-Sep-14", "address": "250 W 103RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004149590", "violation": "9-52-080 Headlamps", "age": "33", "latitude": 41.707165, "longitude": -87.629888, "coords": "41.707165, -87.629888", "geocoded_a": "250 W 103rd St", "query": "250 W 103RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.629888, 41.707165 ] } },
{ "type": "Feature", "properties": { "date": "1-Sep-14", "address": "3450 W 26TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356893", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.844517, "longitude": -87.711513, "coords": "41.844517, -87.711513", "geocoded_a": "3450 W 26th St", "query": "3450 W 26TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.711513, 41.844517 ] } },
{ "type": "Feature", "properties": { "date": "1-Sep-14", "address": "3550 W ROOSEVELT", "city": "Chicago", "state": "Illinois", "anov numbe": "P004547408", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.866355, "longitude": -87.715043, "coords": "41.866355, -87.715043", "geocoded_a": "3550 W Roosevelt Rd", "query": "3550 W ROOSEVELT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.715043, 41.866355 ] } },
{ "type": "Feature", "properties": { "date": "1-Sep-14", "address": "3950 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004542359", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.880764, "longitude": -87.725123, "coords": "41.880764, -87.725123", "geocoded_a": "3950 W Madison St", "query": "3950 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.725123, 41.880764 ] } },
{ "type": "Feature", "properties": { "date": "1-Sep-14", "address": "4150 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004542360", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "40", "latitude": 41.895378, "longitude": -87.730448, "coords": "41.895378, -87.730448", "geocoded_a": "4150 W Chicago Ave", "query": "4150 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.730448, 41.895378 ] } },
{ "type": "Feature", "properties": { "date": "1-Sep-14", "address": "5950 N KENMORE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004519229", "violation": "9-52-010 Rights and duties.", "age": "39", "latitude": 41.990525, "longitude": -87.656776, "coords": "41.990525, -87.656776", "geocoded_a": "5950 N Kenmore Ave", "query": "5950 N KENMORE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.656776, 41.990525 ] } },
{ "type": "Feature", "properties": { "date": "1-Sep-14", "address": "750 E 79TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004512217", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "29", "latitude": 41.751337, "longitude": -87.6061, "coords": "41.751337, -87.606100", "geocoded_a": "750 E 79th St", "query": "750 E 79TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.6061, 41.751337 ] } },
{ "type": "Feature", "properties": { "date": "1-Sep-14", "address": "50 N LATROBE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004542400", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.881479, "longitude": -87.756372, "coords": "41.881479, -87.756372", "geocoded_a": "50 N Latrobe Ave", "query": "50 N LATROBE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.756372, 41.881479 ] } },
{ "type": "Feature", "properties": { "date": "2-Sep-14", "address": "11550 S LAFAYETTE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004346994", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.683786, "longitude": -87.624108, "coords": "41.683786, -87.624108", "geocoded_a": "11550 S Lafayette Ave", "query": "11550 S LAFAYETTE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.624108, 41.683786 ] } },
{ "type": "Feature", "properties": { "date": "2-Sep-14", "address": "11650 S INDIANA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004541178", "violation": "9-52-080 Headlamps", "age": "19", "latitude": 41.681967, "longitude": -87.61798, "coords": "41.681967, -87.617980", "geocoded_a": "11650 S Indiana Ave", "query": "11650 S INDIANA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.61798, 41.681967 ] } },
{ "type": "Feature", "properties": { "date": "2-Sep-14", "address": "2250 S MILLARD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004568548", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.850344, "longitude": -87.716228, "coords": "41.850344, -87.716228", "geocoded_a": "2250 S Millard Ave", "query": "2250 S MILLARD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.716228, 41.850344 ] } },
{ "type": "Feature", "properties": { "date": "2-Sep-14", "address": "2350 S WHIPPLE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004257262", "violation": "9-52-010 Rights and duties.", "age": "19", "latitude": 41.848587, "longitude": -87.701519, "coords": "41.848587, -87.701519", "geocoded_a": "2350 S Whipple St", "query": "2350 S WHIPPLE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.701519, 41.848587 ] } },
{ "type": "Feature", "properties": { "date": "2-Sep-14", "address": "2550 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356894", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "61", "latitude": 41.845404, "longitude": -87.705123, "coords": "41.845404, -87.705123", "geocoded_a": "2550 S Kedzie Ave", "query": "2550 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.705123, 41.845404 ] } },
{ "type": "Feature", "properties": { "date": "2-Sep-14", "address": "2650 S WHIPPLE ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004357520", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "33", "latitude": 41.843672, "longitude": -87.701411, "coords": "41.843672, -87.701411", "geocoded_a": "2650 S Whipple St", "query": "2650 S WHIPPLE ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.701411, 41.843672 ] } },
{ "type": "Feature", "properties": { "date": "2-Sep-14", "address": "2750 E 79TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004582533", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.751926, "longitude": -87.55738, "coords": "41.751926, -87.557380", "geocoded_a": "2750 E 79th St", "query": "2750 E 79TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.55738, 41.751926 ] } },
{ "type": "Feature", "properties": { "date": "2-Sep-14", "address": "3050 N CLARK ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004585667", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "54", "latitude": 41.93814, "longitude": -87.6493, "coords": "41.938140, -87.649300", "geocoded_a": "3050 N Clark St", "query": "3050 N CLARK ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.6493, 41.93814 ] } },
{ "type": "Feature", "properties": { "date": "2-Sep-14", "address": "3850 W ROOSEVELT", "city": "Chicago", "state": "Illinois", "anov numbe": "P004595188", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "56", "latitude": 41.866234, "longitude": -87.722202, "coords": "41.866234, -87.722202", "geocoded_a": "3850 W Roosevelt Rd", "query": "3850 W ROOSEVELT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.722202, 41.866234 ] } },
{ "type": "Feature", "properties": { "date": "2-Sep-14", "address": "350 E 61ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004587198", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "30", "latitude": 41.783903, "longitude": -87.617058, "coords": "41.783903, -87.617058", "geocoded_a": "350 E 61st St", "query": "350 E 61ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.617058, 41.783903 ] } },
{ "type": "Feature", "properties": { "date": "2-Sep-14", "address": "350 E 61TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004587861", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "30", "latitude": 41.783903, "longitude": -87.617058, "coords": "41.783903, -87.617058", "geocoded_a": "350 E 61st St", "query": "350 E 61TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.617058, 41.783903 ] } },
{ "type": "Feature", "properties": { "date": "2-Sep-14", "address": "450 N LARAMIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004402553", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "49", "latitude": 41.888696, "longitude": -87.755434, "coords": "41.888696, -87.755434", "geocoded_a": "450 N Laramie Ave", "query": "450 N LARAMIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.755434, 41.888696 ] } },
{ "type": "Feature", "properties": { "date": "2-Sep-14", "address": "450 N LARAMIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004405782", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "60", "latitude": 41.888696, "longitude": -87.755434, "coords": "41.888696, -87.755434", "geocoded_a": "450 N Laramie Ave", "query": "450 N LARAMIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.755434, 41.888696 ] } },
{ "type": "Feature", "properties": { "date": "2-Sep-14", "address": "5350 W DIVISION", "city": "Chicago", "state": "Illinois", "anov numbe": "P004272936", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "47", "latitude": 41.902289, "longitude": -87.759933, "coords": "41.902289, -87.759933", "geocoded_a": "5350 W Division St", "query": "5350 W DIVISION, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.759933, 41.902289 ] } },
{ "type": "Feature", "properties": { "date": "2-Sep-14", "address": "5650 S STATE ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004586299", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.791202, "longitude": -87.625637, "coords": "41.791202, -87.625637", "geocoded_a": "5650 S State St", "query": "5650 S STATE ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.625637, 41.791202 ] } },
{ "type": "Feature", "properties": { "date": "2-Sep-14", "address": "7750 S ESSEX", "city": "Chicago", "state": "Illinois", "anov numbe": "P004335372", "violation": "9-52-030 Speed of bicycles.", "age": "32", "latitude": 41.754471, "longitude": -87.563913, "coords": "41.754471, -87.563913", "geocoded_a": "7750 S Essex Ave", "query": "7750 S ESSEX, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.563913, 41.754471 ] } },
{ "type": "Feature", "properties": { "date": "2-Sep-14", "address": "750 S CICERO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507830", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "56", "latitude": 41.871058, "longitude": -87.744994, "coords": "41.871058, -87.744994", "geocoded_a": "750 S Cicero Ave", "query": "750 S CICERO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.744994, 41.871058 ] } },
{ "type": "Feature", "properties": { "date": "2-Sep-14", "address": "50 E 58TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004586298", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.789282, "longitude": -87.623865, "coords": "41.789282, -87.623865", "geocoded_a": "50 E 58th St", "query": "50 E 58TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.623865, 41.789282 ] } },
{ "type": "Feature", "properties": { "date": "3-Sep-14", "address": "1650 W 79TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004422230", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.750346, "longitude": -87.665471, "coords": "41.750346, -87.665471", "geocoded_a": "1650 W 79th St", "query": "1650 W 79TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.665471, 41.750346 ] } },
{ "type": "Feature", "properties": { "date": "3-Sep-14", "address": "1750 N MILWAUKEE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004377788", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.913204, "longitude": -87.681959, "coords": "41.913204, -87.681959", "geocoded_a": "1750 N Milwaukee Ave", "query": "1750 N MILWAUKEE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.681959, 41.913204 ] } },
{ "type": "Feature", "properties": { "date": "3-Sep-14", "address": "1750 W NORTH SHORE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004568833", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "29", "latitude": 42.003551, "longitude": -87.674244, "coords": "42.003551, -87.674244", "geocoded_a": "1750 W North Shore Ave", "query": "1750 W NORTH SHORE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.674244, 42.003551 ] } },
{ "type": "Feature", "properties": { "date": "3-Sep-14", "address": "1850 E 71ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004562500", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "32", "latitude": 41.766246, "longitude": -87.580582, "coords": "41.766246, -87.580582", "geocoded_a": "1850 E 71st St", "query": "1850 E 71ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.580582, 41.766246 ] } },
{ "type": "Feature", "properties": { "date": "3-Sep-14", "address": "150 N HAMLIN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507831", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "29", "latitude": 41.882588, "longitude": -87.720882, "coords": "41.882588, -87.720882", "geocoded_a": "150 N Hamlin Ave", "query": "150 N HAMLIN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.720882, 41.882588 ] } },
{ "type": "Feature", "properties": { "date": "3-Sep-14", "address": "3050 W 25TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004600722", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.846458, "longitude": -87.701761, "coords": "41.846458, -87.701761", "geocoded_a": "3050 W 25th St", "query": "3050 W 25TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.701761, 41.846458 ] } },
{ "type": "Feature", "properties": { "date": "3-Sep-14", "address": "3450 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004451123", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.895533, "longitude": -87.713581, "coords": "41.895533, -87.713581", "geocoded_a": "3450 W Chicago Ave", "query": "3450 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.713581, 41.895533 ] } },
{ "type": "Feature", "properties": { "date": "3-Sep-14", "address": "3750 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004561368", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "50", "latitude": 41.89547, "longitude": -87.720762, "coords": "41.895470, -87.720762", "geocoded_a": "3750 W Chicago Ave", "query": "3750 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.720762, 41.89547 ] } },
{ "type": "Feature", "properties": { "date": "3-Sep-14", "address": "3750 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004590698", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.880876, "longitude": -87.719698, "coords": "41.880876, -87.719698", "geocoded_a": "3750 W Madison St", "query": "3750 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.719698, 41.880876 ] } },
{ "type": "Feature", "properties": { "date": "3-Sep-14", "address": "4150 W MADISON ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507832", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "53", "latitude": 41.880748, "longitude": -87.729364, "coords": "41.880748, -87.729364", "geocoded_a": "4150 W Madison St", "query": "4150 W MADISON ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.729364, 41.880748 ] } },
{ "type": "Feature", "properties": { "date": "3-Sep-14", "address": "4750 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004590700", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "57", "latitude": 41.880595, "longitude": -87.74407, "coords": "41.880595, -87.744070", "geocoded_a": "4750 W Madison St", "query": "4750 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.74407, 41.880595 ] } },
{ "type": "Feature", "properties": { "date": "3-Sep-14", "address": "5050 W HIRSCH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004359628", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "54", "latitude": 41.90597, "longitude": -87.75254, "coords": "41.905970, -87.752540", "geocoded_a": "5050 W Hirsch St", "query": "5050 W HIRSCH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.75254, 41.90597 ] } },
{ "type": "Feature", "properties": { "date": "3-Sep-14", "address": "6750 S COTTAGE GROVE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004359458", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "46", "latitude": 41.771616, "longitude": -87.605777, "coords": "41.771616, -87.605777", "geocoded_a": "6750 S Cottage Grove Ave", "query": "6750 S COTTAGE GROVE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.605777, 41.771616 ] } },
{ "type": "Feature", "properties": { "date": "3-Sep-14", "address": "7850 S LANGLEY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004482653", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "42", "latitude": 41.751685, "longitude": -87.607719, "coords": "41.751685, -87.607719", "geocoded_a": "7850 S Langley Ave", "query": "7850 S LANGLEY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.607719, 41.751685 ] } },
{ "type": "Feature", "properties": { "date": "3-Sep-14", "address": "7950 S HALSTED", "city": "Chicago", "state": "Illinois", "anov numbe": "P004580141", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "50", "latitude": 41.749153, "longitude": -87.64404, "coords": "41.749153, -87.644040", "geocoded_a": "7950 S Halsted St", "query": "7950 S HALSTED, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.64404, 41.749153 ] } },
{ "type": "Feature", "properties": { "date": "3-Sep-14", "address": "50 N MICHIGAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004572541", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "45", "latitude": 41.882981, "longitude": -87.624564, "coords": "41.882981, -87.624564", "geocoded_a": "50 N Michigan Ave", "query": "50 N MICHIGAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.624564, 41.882981 ] } },
{ "type": "Feature", "properties": { "date": "3-Sep-14", "address": "50 N PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507834", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.881628, "longitude": -87.725742, "coords": "41.881628, -87.725742", "geocoded_a": "50 N Pulaski Rd", "query": "50 N PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.725742, 41.881628 ] } },
{ "type": "Feature", "properties": { "date": "3-Sep-14", "address": "50 S MICHIGAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004572470", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "41", "latitude": 41.880978, "longitude": -87.624529, "coords": "41.880978, -87.624529", "geocoded_a": "50 S Michigan Ave", "query": "50 S MICHIGAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.624529, 41.880978 ] } },
{ "type": "Feature", "properties": { "date": "3-Sep-14", "address": "50 S PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004591016", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.880012, "longitude": -87.725685, "coords": "41.880012, -87.725685", "geocoded_a": "50 S Pulaski Rd", "query": "50 S PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.725685, 41.880012 ] } },
{ "type": "Feature", "properties": { "date": "4-Sep-14", "address": "10950 S WENTWORTH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004564024", "violation": "9-52-021 Riding bicycle on sidewalks on North Sheridan Road", "age": "31", "latitude": 41.694713, "longitude": -87.62799, "coords": "41.694713, -87.627990", "geocoded_a": "10950 S Wentworth Ave", "query": "10950 S WENTWORTH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.62799, 41.694713 ] } },
{ "type": "Feature", "properties": { "date": "4-Sep-14", "address": "1150 S PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520153", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 41.866799, "longitude": -87.725222, "coords": "41.866799, -87.725222", "geocoded_a": "1150 S Pulaski Rd", "query": "1150 S PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.725222, 41.866799 ] } },
{ "type": "Feature", "properties": { "date": "4-Sep-14", "address": "1150 S STATE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004418231", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.86834, "longitude": -87.627586, "coords": "41.868340, -87.627586", "geocoded_a": "1150 S State St", "query": "1150 S STATE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.627586, 41.86834 ] } },
{ "type": "Feature", "properties": { "date": "4-Sep-14", "address": "1650 E 75TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004583436", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "50", "latitude": 41.758849, "longitude": -87.584204, "coords": "41.758849, -87.584204", "geocoded_a": "1650 E 75th St", "query": "1650 E 75TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.584204, 41.758849 ] } },
{ "type": "Feature", "properties": { "date": "4-Sep-14", "address": "2350 S CHRISTIANA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004595367", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.84836, "longitude": -87.708826, "coords": "41.848360, -87.708826", "geocoded_a": "2350 S Christiana Ave", "query": "2350 S CHRISTIANA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.708826, 41.84836 ] } },
{ "type": "Feature", "properties": { "date": "4-Sep-14", "address": "2450 W 63RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004472805", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.779301, "longitude": -87.685678, "coords": "41.779301, -87.685678", "geocoded_a": "2450 W 63rd St", "query": "2450 W 63RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.685678, 41.779301 ] } },
{ "type": "Feature", "properties": { "date": "4-Sep-14", "address": "2950 W 63RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004570637", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.779069, "longitude": -87.697781, "coords": "41.779069, -87.697781", "geocoded_a": "2950 W 63rd St", "query": "2950 W 63RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.697781, 41.779069 ] } },
{ "type": "Feature", "properties": { "date": "4-Sep-14", "address": "3750 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507836", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "48", "latitude": 41.89547, "longitude": -87.720762, "coords": "41.895470, -87.720762", "geocoded_a": "3750 W Chicago Ave", "query": "3750 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.720762, 41.89547 ] } },
{ "type": "Feature", "properties": { "date": "4-Sep-14", "address": "3950 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004591019", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "27", "latitude": 41.880764, "longitude": -87.725123, "coords": "41.880764, -87.725123", "geocoded_a": "3950 W Madison St", "query": "3950 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.725123, 41.880764 ] } },
{ "type": "Feature", "properties": { "date": "4-Sep-14", "address": "3950 W MADISON ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507837", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "33", "latitude": 41.880764, "longitude": -87.725123, "coords": "41.880764, -87.725123", "geocoded_a": "3950 W Madison St", "query": "3950 W MADISON ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.725123, 41.880764 ] } },
{ "type": "Feature", "properties": { "date": "4-Sep-14", "address": "4250 W MADISON ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507838", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "62", "latitude": 41.880677, "longitude": -87.732692, "coords": "41.880677, -87.732692", "geocoded_a": "4250 W Madison St", "query": "4250 W MADISON ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.732692, 41.880677 ] } },
{ "type": "Feature", "properties": { "date": "4-Sep-14", "address": "450 N LARAMIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004405784", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.888696, "longitude": -87.755434, "coords": "41.888696, -87.755434", "geocoded_a": "450 N Laramie Ave", "query": "450 N LARAMIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.755434, 41.888696 ] } },
{ "type": "Feature", "properties": { "date": "4-Sep-14", "address": "450 N LARAMIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004541972", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.888696, "longitude": -87.755434, "coords": "41.888696, -87.755434", "geocoded_a": "450 N Laramie Ave", "query": "450 N LARAMIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.755434, 41.888696 ] } },
{ "type": "Feature", "properties": { "date": "4-Sep-14", "address": "5050 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004555559", "violation": "9-52-010 Rights and duties.", "age": "43", "latitude": 41.894969, "longitude": -87.752753, "coords": "41.894969, -87.752753", "geocoded_a": "5050 W Chicago Ave", "query": "5050 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.752753, 41.894969 ] } },
{ "type": "Feature", "properties": { "date": "4-Sep-14", "address": "6250 S ROCKWELL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004471944", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.779594, "longitude": -87.688598, "coords": "41.779594, -87.688598", "geocoded_a": "6250 S Rockwell St", "query": "6250 S ROCKWELL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.688598, 41.779594 ] } },
{ "type": "Feature", "properties": { "date": "4-Sep-14", "address": "7050 S STONY ISLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004594904", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "46", "latitude": 41.766336, "longitude": -87.586349, "coords": "41.766336, -87.586349", "geocoded_a": "7050 S Stony Island Ave", "query": "7050 S STONY ISLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.586349, 41.766336 ] } },
{ "type": "Feature", "properties": { "date": "4-Sep-14", "address": "850 N HAMLIN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004591020", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "43", "latitude": 41.896915, "longitude": -87.721288, "coords": "41.896915, -87.721288", "geocoded_a": "850 N Hamlin Ave", "query": "850 N HAMLIN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.721288, 41.896915 ] } },
{ "type": "Feature", "properties": { "date": "4-Sep-14", "address": "850 N HOMAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507839", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.896707, "longitude": -87.711512, "coords": "41.896707, -87.711512", "geocoded_a": "850 N Homan Ave", "query": "850 N HOMAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.711512, 41.896707 ] } },
{ "type": "Feature", "properties": { "date": "4-Sep-14", "address": "850 W 115TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004564508", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.685138, "longitude": -87.643725, "coords": "41.685138, -87.643725", "geocoded_a": "850 W 115th St", "query": "850 W 115TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.643725, 41.685138 ] } },
{ "type": "Feature", "properties": { "date": "4-Sep-14", "address": "50 N KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004591021", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "56", "latitude": 41.882228, "longitude": -87.706213, "coords": "41.882228, -87.706213", "geocoded_a": "50 N Kedzie Ave", "query": "50 N KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.706213, 41.882228 ] } },
{ "type": "Feature", "properties": { "date": "5-Sep-14", "address": "1550 W 59TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507103", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.786821, "longitude": -87.663855, "coords": "41.786821, -87.663855", "geocoded_a": "1550 W 59th St", "query": "1550 W 59TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.663855, 41.786821 ] } },
{ "type": "Feature", "properties": { "date": "5-Sep-14", "address": "1650 E 79TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004363266", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.751557, "longitude": -87.583481, "coords": "41.751557, -87.583481", "geocoded_a": "1650 E 79th St", "query": "1650 E 79TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.583481, 41.751557 ] } },
{ "type": "Feature", "properties": { "date": "5-Sep-14", "address": "1750 W 51ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004545520", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.801294, "longitude": -87.669193, "coords": "41.801294, -87.669193", "geocoded_a": "1750 W 51st St", "query": "1750 W 51ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.669193, 41.801294 ] } },
{ "type": "Feature", "properties": { "date": "5-Sep-14", "address": "1950 S HOMAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004479272", "violation": "9-52-050 Riding in single file required--Exceptions.", "age": "45", "latitude": 41.853859, "longitude": -87.710207, "coords": "41.853859, -87.710207", "geocoded_a": "1950 S Homan Ave", "query": "1950 S HOMAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.710207, 41.853859 ] } },
{ "type": "Feature", "properties": { "date": "5-Sep-14", "address": "2450 W 63", "city": "Chicago", "state": "Illinois", "anov numbe": "P004472807", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.779301, "longitude": -87.685678, "coords": "41.779301, -87.685678", "geocoded_a": "2450 W 63rd St", "query": "2450 W 63, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.685678, 41.779301 ] } },
{ "type": "Feature", "properties": { "date": "5-Sep-14", "address": "2550 S SPAULDING", "city": "Chicago", "state": "Illinois", "anov numbe": "P004358065", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.845377, "longitude": -87.707551, "coords": "41.845377, -87.707551", "geocoded_a": "2550 S Spaulding Ave", "query": "2550 S SPAULDING, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.707551, 41.845377 ] } },
{ "type": "Feature", "properties": { "date": "5-Sep-14", "address": "3050 N HALSTED", "city": "Chicago", "state": "Illinois", "anov numbe": "P004198947", "violation": "9-52-010 Rights and duties.", "age": "24", "latitude": 41.937592, "longitude": -87.649244, "coords": "41.937592, -87.649244", "geocoded_a": "3050 N Halsted St", "query": "3050 N HALSTED, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.649244, 41.937592 ] } },
{ "type": "Feature", "properties": { "date": "5-Sep-14", "address": "3050 W 23", "city": "Chicago", "state": "Illinois", "anov numbe": "P004354514", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.850061, "longitude": -87.701903, "coords": "41.850061, -87.701903", "geocoded_a": "3050 W 23rd St", "query": "3050 W 23, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.701903, 41.850061 ] } },
{ "type": "Feature", "properties": { "date": "5-Sep-14", "address": "3150 S MORGAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004529328", "violation": "9-52-110(b) Use of communication devices while operating a", "age": "37", "latitude": 41.836464, "longitude": -87.65114, "coords": "41.836464, -87.651140", "geocoded_a": "3150 S Morgan St", "query": "3150 S MORGAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.65114, 41.836464 ] } },
{ "type": "Feature", "properties": { "date": "5-Sep-14", "address": "3150 W FLOURNOY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507841", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "53", "latitude": 41.872848, "longitude": -87.70515, "coords": "41.872848, -87.705150", "geocoded_a": "3150 W Flournoy St", "query": "3150 W FLOURNOY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.70515, 41.872848 ] } },
{ "type": "Feature", "properties": { "date": "5-Sep-14", "address": "3950 W 19TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004357786", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "29", "latitude": 41.855071, "longitude": -87.723996, "coords": "41.855071, -87.723996", "geocoded_a": "3950 W 19th St", "query": "3950 W 19TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.723996, 41.855071 ] } },
{ "type": "Feature", "properties": { "date": "5-Sep-14", "address": "4150 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004591022", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "33", "latitude": 41.880748, "longitude": -87.729364, "coords": "41.880748, -87.729364", "geocoded_a": "4150 W Madison St", "query": "4150 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.729364, 41.880748 ] } },
{ "type": "Feature", "properties": { "date": "5-Sep-14", "address": "4150 W MADISON ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507842", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "54", "latitude": 41.880748, "longitude": -87.729364, "coords": "41.880748, -87.729364", "geocoded_a": "4150 W Madison St", "query": "4150 W MADISON ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.729364, 41.880748 ] } },
{ "type": "Feature", "properties": { "date": "5-Sep-14", "address": "5950 W IRVING PARK", "city": "Chicago", "state": "Illinois", "anov numbe": "P004517239", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 41.953157, "longitude": -87.775957, "coords": "41.953157, -87.775957", "geocoded_a": "5950 W Irving Park Rd", "query": "5950 W IRVING PARK, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.775957, 41.953157 ] } },
{ "type": "Feature", "properties": { "date": "5-Sep-14", "address": "6550 S ARTESIAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004472808", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "39", "latitude": 41.774056, "longitude": -87.68476, "coords": "41.774056, -87.684760", "geocoded_a": "6550 S Artesian Ave", "query": "6550 S ARTESIAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.68476, 41.774056 ] } },
{ "type": "Feature", "properties": { "date": "5-Sep-14", "address": "650 N MICHIGAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004566411", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.893978, "longitude": -87.624274, "coords": "41.893978, -87.624274", "geocoded_a": "650 N Michigan Ave", "query": "650 N MICHIGAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.624274, 41.893978 ] } },
{ "type": "Feature", "properties": { "date": "5-Sep-14", "address": "650 N PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004591023", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.892966, "longitude": -87.726049, "coords": "41.892966, -87.726049", "geocoded_a": "650 N Pulaski Rd", "query": "650 N PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.726049, 41.892966 ] } },
{ "type": "Feature", "properties": { "date": "5-Sep-14", "address": "9250 S COMMERCIAL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004572984", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "41", "latitude": 41.727453, "longitude": -87.551222, "coords": "41.727453, -87.551222", "geocoded_a": "9250 S Commercial Ave", "query": "9250 S COMMERCIAL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.551222, 41.727453 ] } },
{ "type": "Feature", "properties": { "date": "5-Sep-14", "address": "50 N CALIFORNIA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004297893", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.882281, "longitude": -87.696367, "coords": "41.882281, -87.696367", "geocoded_a": "50 N California Ave", "query": "50 N CALIFORNIA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.696367, 41.882281 ] } },
{ "type": "Feature", "properties": { "date": "6-Sep-14", "address": "1150 N DAMEN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004442284", "violation": "9-52-080 Headlamps", "age": "62", "latitude": 41.902524, "longitude": -87.677298, "coords": "41.902524, -87.677298", "geocoded_a": "1150 N Damen Ave", "query": "1150 N DAMEN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.677298, 41.902524 ] } },
{ "type": "Feature", "properties": { "date": "6-Sep-14", "address": "12250 S HALSTED ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004170555", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.670845, "longitude": -87.64178, "coords": "41.670845, -87.641780", "geocoded_a": "12250 S Halsted St", "query": "12250 S HALSTED ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.64178, 41.670845 ] } },
{ "type": "Feature", "properties": { "date": "6-Sep-14", "address": "12350 S PRINCETON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004347311", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "44", "latitude": 41.669732, "longitude": -87.629663, "coords": "41.669732, -87.629663", "geocoded_a": "12350 S Princeton Ave", "query": "12350 S PRINCETON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.629663, 41.669732 ] } },
{ "type": "Feature", "properties": { "date": "6-Sep-14", "address": "1350 E 87TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004363267", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.736853, "longitude": -87.5915, "coords": "41.736853, -87.591500", "geocoded_a": "1350 E 87th St", "query": "1350 E 87TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.5915, 41.736853 ] } },
{ "type": "Feature", "properties": { "date": "6-Sep-14", "address": "1450 W LUNT", "city": "Chicago", "state": "Illinois", "anov numbe": "P004568939", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 42.009164, "longitude": -87.667066, "coords": "42.009164, -87.667066", "geocoded_a": "1450 W Lunt Ave", "query": "1450 W LUNT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.667066, 42.009164 ] } },
{ "type": "Feature", "properties": { "date": "6-Sep-14", "address": "150 E 71ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004572957", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.765681, "longitude": -87.620746, "coords": "41.765681, -87.620746", "geocoded_a": "150 E 71st St", "query": "150 E 71ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.620746, 41.765681 ] } },
{ "type": "Feature", "properties": { "date": "6-Sep-14", "address": "2150 E 71 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004535735", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.766334, "longitude": -87.572298, "coords": "41.766334, -87.572298", "geocoded_a": "2150 E 71st St", "query": "2150 E 71 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.572298, 41.766334 ] } },
{ "type": "Feature", "properties": { "date": "6-Sep-14", "address": "2350 W 73RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004473479", "violation": "9-52-010 Rights and duties.", "age": "50", "latitude": 41.761123, "longitude": -87.682245, "coords": "41.761123, -87.682245", "geocoded_a": "2350 W 73rd St", "query": "2350 W 73RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.682245, 41.761123 ] } },
{ "type": "Feature", "properties": { "date": "6-Sep-14", "address": "5450 S INDIANA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004541184", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.794954, "longitude": -87.620889, "coords": "41.794954, -87.620889", "geocoded_a": "5450 S Indiana Ave", "query": "5450 S INDIANA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.620889, 41.794954 ] } },
{ "type": "Feature", "properties": { "date": "6-Sep-14", "address": "6250 S KING DR", "city": "Chicago", "state": "Illinois", "anov numbe": "P004405573", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.781081, "longitude": -87.615714, "coords": "41.781081, -87.615714", "geocoded_a": "6250 S King Dr", "query": "6250 S KING DR, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.615714, 41.781081 ] } },
{ "type": "Feature", "properties": { "date": "6-Sep-14", "address": "6350 S MICHIGAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004535736", "violation": "9-52-080 Headlamps", "age": "29", "latitude": 41.780074, "longitude": -87.622148, "coords": "41.780074, -87.622148", "geocoded_a": "6350 S Michigan Ave", "query": "6350 S MICHIGAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.622148, 41.780074 ] } },
{ "type": "Feature", "properties": { "date": "6-Sep-14", "address": "6750 S MICHIGAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004535737", "violation": "9-52-080 Headlamps", "age": "24", "latitude": 41.771911, "longitude": -87.621924, "coords": "41.771911, -87.621924", "geocoded_a": "6750 S Michigan Ave", "query": "6750 S MICHIGAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.621924, 41.771911 ] } },
{ "type": "Feature", "properties": { "date": "6-Sep-14", "address": "7150 S VERNON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004572960", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.764184, "longitude": -87.614047, "coords": "41.764184, -87.614047", "geocoded_a": "7150 S Vernon Ave", "query": "7150 S VERNON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.614047, 41.764184 ] } },
{ "type": "Feature", "properties": { "date": "6-Sep-14", "address": "850 N MILWAUKEE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004442283", "violation": "9-52-010 Rights and duties.", "age": "26", "latitude": 41.897323, "longitude": -87.657156, "coords": "41.897323, -87.657156", "geocoded_a": "850 N Milwaukee Ave", "query": "850 N MILWAUKEE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.657156, 41.897323 ] } },
{ "type": "Feature", "properties": { "date": "6-Sep-14", "address": "50 E 71ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004546693", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "55", "latitude": 41.765636, "longitude": -87.622904, "coords": "41.765636, -87.622904", "geocoded_a": "50 E 71st St", "query": "50 E 71ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.622904, 41.765636 ] } },
{ "type": "Feature", "properties": { "date": "6-Sep-14", "address": "50 N LOREL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004475481", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "39", "latitude": 41.881497, "longitude": -87.758808, "coords": "41.881497, -87.758808", "geocoded_a": "50 N Lorel Ave", "query": "50 N LOREL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.758808, 41.881497 ] } },
{ "type": "Feature", "properties": { "date": "7-Sep-14", "address": "10250 S STATE ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004564290", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.707777, "longitude": -87.623583, "coords": "41.707777, -87.623583", "geocoded_a": "10250 S State St", "query": "10250 S STATE ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.623583, 41.707777 ] } },
{ "type": "Feature", "properties": { "date": "7-Sep-14", "address": "10350 S WENTWORTH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004564261", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.705896, "longitude": -87.628305, "coords": "41.705896, -87.628305", "geocoded_a": "10350 S Wentworth Ave", "query": "10350 S WENTWORTH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.628305, 41.705896 ] } },
{ "type": "Feature", "properties": { "date": "7-Sep-14", "address": "10450 S MICHIGAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004589067", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.703843, "longitude": -87.620647, "coords": "41.703843, -87.620647", "geocoded_a": "10450 S Michigan Ave", "query": "10450 S MICHIGAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.620647, 41.703843 ] } },
{ "type": "Feature", "properties": { "date": "7-Sep-14", "address": "1150 N LAVERGNE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004176300", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "41", "latitude": 41.901387, "longitude": -87.750904, "coords": "41.901387, -87.750904", "geocoded_a": "1150 N Lavergne Ave", "query": "1150 N LAVERGNE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.750904, 41.901387 ] } },
{ "type": "Feature", "properties": { "date": "7-Sep-14", "address": "2550 S PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356895", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "50", "latitude": 41.844763, "longitude": -87.724624, "coords": "41.844763, -87.724624", "geocoded_a": "2550 S Pulaski Rd", "query": "2550 S PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.724624, 41.844763 ] } },
{ "type": "Feature", "properties": { "date": "7-Sep-14", "address": "3250 N PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004282065", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "56", "latitude": 41.940566, "longitude": -87.72726, "coords": "41.940566, -87.727260", "geocoded_a": "3250 N Pulaski Rd", "query": "3250 N PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.72726, 41.940566 ] } },
{ "type": "Feature", "properties": { "date": "7-Sep-14", "address": "3350 S EMERALD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004523106", "violation": "9-52-010 Rights and duties.", "age": "65", "latitude": 41.832881, "longitude": -87.644947, "coords": "41.832881, -87.644947", "geocoded_a": "3350 S Emerald Ave", "query": "3350 S EMERALD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.644947, 41.832881 ] } },
{ "type": "Feature", "properties": { "date": "7-Sep-14", "address": "3550 W 25", "city": "Chicago", "state": "Illinois", "anov numbe": "P004358602", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "58", "latitude": 41.846317, "longitude": -87.714004, "coords": "41.846317, -87.714004", "geocoded_a": "3550 W 25th St", "query": "3550 W 25, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.714004, 41.846317 ] } },
{ "type": "Feature", "properties": { "date": "7-Sep-14", "address": "5550 S DAMEN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004576736", "violation": "9-52-080 Headlamps", "age": "39", "latitude": 41.792309, "longitude": -87.674305, "coords": "41.792309, -87.674305", "geocoded_a": "5550 S Damen Ave", "query": "5550 S DAMEN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.674305, 41.792309 ] } },
{ "type": "Feature", "properties": { "date": "7-Sep-14", "address": "5950 W DIVISION", "city": "Chicago", "state": "Illinois", "anov numbe": "P004555590", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "30", "latitude": 41.902044, "longitude": -87.774644, "coords": "41.902044, -87.774644", "geocoded_a": "5950 W Division St", "query": "5950 W DIVISION, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.774644, 41.902044 ] } },
{ "type": "Feature", "properties": { "date": "7-Sep-14", "address": "6450 S RHODES", "city": "Chicago", "state": "Illinois", "anov numbe": "P004535891", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.777545, "longitude": -87.612001, "coords": "41.777545, -87.612001", "geocoded_a": "6450 S Rhodes Ave", "query": "6450 S RHODES, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.612001, 41.777545 ] } },
{ "type": "Feature", "properties": { "date": "7-Sep-14", "address": "8750 S SANGAMON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004373313", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.735082, "longitude": -87.647286, "coords": "41.735082, -87.647286", "geocoded_a": "8750 S Sangamon St", "query": "8750 S SANGAMON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.647286, 41.735082 ] } },
{ "type": "Feature", "properties": { "date": "8-Sep-14", "address": "10350 S WENTWORTH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004348700", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "46", "latitude": 41.705896, "longitude": -87.628305, "coords": "41.705896, -87.628305", "geocoded_a": "10350 S Wentworth Ave", "query": "10350 S WENTWORTH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.628305, 41.705896 ] } },
{ "type": "Feature", "properties": { "date": "8-Sep-14", "address": "1050 N LECLAIRE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004328106", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "39", "latitude": 41.899529, "longitude": -87.753338, "coords": "41.899529, -87.753338", "geocoded_a": "1050 N Leclaire Ave", "query": "1050 N LECLAIRE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.753338, 41.899529 ] } },
{ "type": "Feature", "properties": { "date": "8-Sep-14", "address": "1350 N MASON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004272937", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "41", "latitude": 41.904739, "longitude": -87.774261, "coords": "41.904739, -87.774261", "geocoded_a": "1350 N Mason Ave", "query": "1350 N MASON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.774261, 41.904739 ] } },
{ "type": "Feature", "properties": { "date": "8-Sep-14", "address": "1550 N LINDER", "city": "Chicago", "state": "Illinois", "anov numbe": "P004275193", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.908516, "longitude": -87.763418, "coords": "41.908516, -87.763418", "geocoded_a": "1550 N Linder Ave", "query": "1550 N LINDER, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.763418, 41.908516 ] } },
{ "type": "Feature", "properties": { "date": "8-Sep-14", "address": "150 N CENTRAL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004403312", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.883694, "longitude": -87.765018, "coords": "41.883694, -87.765018", "geocoded_a": "150 N Central Ave", "query": "150 N CENTRAL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.765018, 41.883694 ] } },
{ "type": "Feature", "properties": { "date": "8-Sep-14", "address": "2850 W 25TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004600213", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.846446, "longitude": -87.697294, "coords": "41.846446, -87.697294", "geocoded_a": "2850 W 25th St", "query": "2850 W 25TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.697294, 41.846446 ] } },
{ "type": "Feature", "properties": { "date": "8-Sep-14", "address": "2850 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004453248", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "53", "latitude": 41.779114, "longitude": -87.695341, "coords": "41.779114, -87.695341", "geocoded_a": "2850 W 63rd St", "query": "2850 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.695341, 41.779114 ] } },
{ "type": "Feature", "properties": { "date": "8-Sep-14", "address": "2850 W FULLERTON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004377548", "violation": "9-52-040 Yielding right-of-way.", "age": "18", "latitude": 41.924824, "longitude": -87.69942, "coords": "41.924824, -87.69942", "geocoded_a": "2850 W Fullerton Ave", "query": "2850 W FULLERTON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.69942, 41.924824 ] } },
{ "type": "Feature", "properties": { "date": "8-Sep-14", "address": "3150 W ROOSEVELT RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004600723", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.86644, "longitude": -87.705242, "coords": "41.866440, -87.705242", "geocoded_a": "3150 W Roosevelt Rd", "query": "3150 W ROOSEVELT RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.705242, 41.86644 ] } },
{ "type": "Feature", "properties": { "date": "8-Sep-14", "address": "3250 W 63RD PL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004472909", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "33", "latitude": 41.778037, "longitude": -87.705054, "coords": "41.778037, -87.705054", "geocoded_a": "3250 W 63rd Pl", "query": "3250 W 63RD PL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.705054, 41.778037 ] } },
{ "type": "Feature", "properties": { "date": "8-Sep-14", "address": "4050 W LAKE ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507846", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "50", "latitude": 41.885583, "longitude": -87.727798, "coords": "41.885583, -87.727798", "geocoded_a": "4050 W Lake St", "query": "4050 W LAKE ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.727798, 41.885583 ] } },
{ "type": "Feature", "properties": { "date": "8-Sep-14", "address": "4250 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004591027", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.880677, "longitude": -87.732692, "coords": "41.880677, -87.732692", "geocoded_a": "4250 W Madison St", "query": "4250 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.732692, 41.880677 ] } },
{ "type": "Feature", "properties": { "date": "8-Sep-14", "address": "4750 W MONTANA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004555791", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "27", "latitude": 41.925324, "longitude": -87.745144, "coords": "41.925324, -87.745144", "geocoded_a": "4750 W Montana St", "query": "4750 W MONTANA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.745144, 41.925324 ] } },
{ "type": "Feature", "properties": { "date": "8-Sep-14", "address": "450 N CICERO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004405785", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.888942, "longitude": -87.745627, "coords": "41.888942, -87.745627", "geocoded_a": "450 N Cicero Ave", "query": "450 N CICERO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.745627, 41.888942 ] } },
{ "type": "Feature", "properties": { "date": "8-Sep-14", "address": "5150 N AUSTIN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004156084", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.975442, "longitude": -87.778227, "coords": "41.975442, -87.778227", "geocoded_a": "5150 N Austin Ave", "query": "5150 N AUSTIN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.778227, 41.975442 ] } },
{ "type": "Feature", "properties": { "date": "8-Sep-14", "address": "5350 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004181424", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.894959, "longitude": -87.760012, "coords": "41.894959, -87.760012", "geocoded_a": "5350 W Chicago Ave", "query": "5350 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.760012, 41.894959 ] } },
{ "type": "Feature", "properties": { "date": "8-Sep-14", "address": "650 E 61ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004535567", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.784064, "longitude": -87.609296, "coords": "41.784064, -87.609296", "geocoded_a": "650 E 61st St", "query": "650 E 61ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.609296, 41.784064 ] } },
{ "type": "Feature", "properties": { "date": "8-Sep-14", "address": "7950 S ASHLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004513240", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "27", "latitude": 41.748857, "longitude": -87.663437, "coords": "41.748857, -87.663437", "geocoded_a": "7950 S Ashland Ave", "query": "7950 S ASHLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.663437, 41.748857 ] } },
{ "type": "Feature", "properties": { "date": "8-Sep-14", "address": "7950 S KINGSTON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004162082", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "50", "latitude": 41.750289, "longitude": -87.562586, "coords": "41.750289, -87.562586", "geocoded_a": "7950 S Kingston Ave", "query": "7950 S KINGSTON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.562586, 41.750289 ] } },
{ "type": "Feature", "properties": { "date": "8-Sep-14", "address": "750 N LONG", "city": "Chicago", "state": "Illinois", "anov numbe": "P004181423", "violation": "9-52-010 Rights and duties.", "age": "20", "latitude": 41.894485, "longitude": -87.76065, "coords": "41.894485, -87.760650", "geocoded_a": "750 N Long Ave", "query": "750 N LONG, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.76065, 41.894485 ] } },
{ "type": "Feature", "properties": { "date": "8-Sep-14", "address": "8350 S COMMERCIAL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004585481", "violation": "9-52-010 Rights and duties.", "age": "22", "latitude": 41.743381, "longitude": -87.551775, "coords": "41.743381, -87.551775", "geocoded_a": "8350 S Commercial Ave", "query": "8350 S COMMERCIAL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.551775, 41.743381 ] } },
{ "type": "Feature", "properties": { "date": "8-Sep-14", "address": "50 S LOTUS", "city": "Chicago", "state": "Illinois", "anov numbe": "P004404770", "violation": "9-52-010 Rights and duties.", "age": "36", "latitude": 41.879801, "longitude": -87.761838, "coords": "41.879801, -87.761838", "geocoded_a": "50 S Lotus Ave", "query": "50 S LOTUS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.761838, 41.879801 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "1150 N ORLEANS", "city": "Chicago", "state": "Illinois", "anov numbe": "P004565868", "violation": "9-52-010 Rights and duties.", "age": "25", "latitude": 41.90332, "longitude": -87.63748, "coords": "41.903320, -87.637480", "geocoded_a": "1150 N Orleans St", "query": "1150 N ORLEANS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.63748, 41.90332 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "1150 N ORLEANS", "city": "Chicago", "state": "Illinois", "anov numbe": "P004565869", "violation": "9-52-010 Rights and duties.", "age": "59", "latitude": 41.90332, "longitude": -87.63748, "coords": "41.903320, -87.637480", "geocoded_a": "1150 N Orleans St", "query": "1150 N ORLEANS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.63748, 41.90332 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "1150 N ORLEANS", "city": "Chicago", "state": "Illinois", "anov numbe": "P004565870", "violation": "9-52-010 Rights and duties.", "age": "32", "latitude": 41.90332, "longitude": -87.63748, "coords": "41.903320, -87.637480", "geocoded_a": "1150 N Orleans St", "query": "1150 N ORLEANS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.63748, 41.90332 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "1150 N ORLEANS", "city": "Chicago", "state": "Illinois", "anov numbe": "P004566415", "violation": "9-52-010 Rights and duties.", "age": "56", "latitude": 41.90332, "longitude": -87.63748, "coords": "41.903320, -87.637480", "geocoded_a": "1150 N Orleans St", "query": "1150 N ORLEANS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.63748, 41.90332 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "1150 N ORLEANS", "city": "Chicago", "state": "Illinois", "anov numbe": "P004566416", "violation": "9-52-010 Rights and duties.", "age": "31", "latitude": 41.90332, "longitude": -87.63748, "coords": "41.903320, -87.637480", "geocoded_a": "1150 N Orleans St", "query": "1150 N ORLEANS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.63748, 41.90332 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "1150 W ORLEANS", "city": "Chicago", "state": "Illinois", "anov numbe": "P004566414", "violation": "9-52-010 Rights and duties.", "age": "35", "latitude": 41.90332, "longitude": -87.63748, "coords": "41.903320, -87.637480", "geocoded_a": "1150 N Orleans St", "query": "1150 W ORLEANS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.63748, 41.90332 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "1450 S RIDGEWAY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004357524", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 41.861336, "longitude": -87.71898, "coords": "41.861336, -87.718980", "geocoded_a": "1450 S Ridgeway Ave", "query": "1450 S RIDGEWAY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.71898, 41.861336 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "1450 S RIDGEWAY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004600724", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "38", "latitude": 41.861336, "longitude": -87.71898, "coords": "41.861336, -87.718980", "geocoded_a": "1450 S Ridgeway Ave", "query": "1450 S RIDGEWAY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.71898, 41.861336 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "1650 S HOMAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004358810", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "46", "latitude": 41.858535, "longitude": -87.710354, "coords": "41.858535, -87.710354", "geocoded_a": "1650 S Homan Ave", "query": "1650 S HOMAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.710354, 41.858535 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "2450 S ST LOUIS", "city": "Chicago", "state": "Illinois", "anov numbe": "P004600725", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "69", "latitude": 41.846597, "longitude": -87.71243, "coords": "41.846597, -87.712430", "geocoded_a": "2450 S St Louis Ave", "query": "2450 S ST LOUIS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.71243, 41.846597 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "2550 S PULASKI RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004357525", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "56", "latitude": 41.844763, "longitude": -87.724624, "coords": "41.844763, -87.724624", "geocoded_a": "2550 S Pulaski Rd", "query": "2550 S PULASKI RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.724624, 41.844763 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "3050 E 83RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004585483", "violation": "9-52-040 Yielding right-of-way.", "age": "33", "latitude": 41.744752, "longitude": -87.549897, "coords": "41.744752, -87.549897", "geocoded_a": "3050 E 83rd St", "query": "3050 E 83RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.549897, 41.744752 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "3150 W LOGAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004377549", "violation": "9-52-010 Rights and duties.", "age": "26", "latitude": 41.928854, "longitude": -87.706421, "coords": "41.928854, -87.706421", "geocoded_a": "3150 W Logan Blvd", "query": "3150 W LOGAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.706421, 41.928854 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "3150 W ROOSEVELT RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004358320", "violation": "9-52-110(b) Use of communication devices while operating a", "age": "46", "latitude": 41.86644, "longitude": -87.705242, "coords": "41.866440, -87.705242", "geocoded_a": "3150 W Roosevelt Rd", "query": "3150 W ROOSEVELT RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.705242, 41.86644 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "3250 W 16TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004358080", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "49", "latitude": 41.859134, "longitude": -87.707035, "coords": "41.859134, -87.707035", "geocoded_a": "3250 W 16th St", "query": "3250 W 16TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.707035, 41.859134 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "3550 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507847", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "46", "latitude": 41.895525, "longitude": -87.715862, "coords": "41.895525, -87.715862", "geocoded_a": "3550 W Chicago Ave", "query": "3550 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.715862, 41.895525 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "3550 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004591029", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "36", "latitude": 41.895525, "longitude": -87.715862, "coords": "41.895525, -87.715862", "geocoded_a": "3550 W Chicago Ave", "query": "3550 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.715862, 41.895525 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "3650 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507848", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "44", "latitude": 41.895497, "longitude": -87.718364, "coords": "41.895497, -87.718364", "geocoded_a": "3650 W Chicago Ave", "query": "3650 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.718364, 41.895497 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "3650 W HURON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004591030", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.893685, "longitude": -87.717852, "coords": "41.893685, -87.717852", "geocoded_a": "3650 W Huron St", "query": "3650 W HURON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.717852, 41.893685 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "3750 W 16TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004521842", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "29", "latitude": 41.859004, "longitude": -87.71926, "coords": "41.859004, -87.719260", "geocoded_a": "3750 W 16th St", "query": "3750 W 16TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.71926, 41.859004 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "3850 S KING DR", "city": "Chicago", "state": "Illinois", "anov numbe": "P004586301", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "27", "latitude": 41.824709, "longitude": -87.617313, "coords": "41.824709, -87.617313", "geocoded_a": "3850 S King Dr", "query": "3850 S KING DR, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.617313, 41.824709 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "3850 W 16TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004358085", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "50", "latitude": 41.858965, "longitude": -87.721673, "coords": "41.858965, -87.721673", "geocoded_a": "3850 W 16th St", "query": "3850 W 16TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.721673, 41.858965 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "3850 W MADISON ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507850", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "38", "latitude": 41.880847, "longitude": -87.722007, "coords": "41.880847, -87.722007", "geocoded_a": "3850 W Madison St", "query": "3850 W MADISON ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.722007, 41.880847 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "3850 W ROOSEVELT RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004358086", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "67", "latitude": 41.866234, "longitude": -87.722202, "coords": "41.866234, -87.722202", "geocoded_a": "3850 W Roosevelt Rd", "query": "3850 W ROOSEVELT RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.722202, 41.866234 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "3950 W JACKSON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004590400", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.877099, "longitude": -87.725082, "coords": "41.877099, -87.725082", "geocoded_a": "3950 W Jackson Blvd", "query": "3950 W JACKSON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.725082, 41.877099 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "4050 W MADISON ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004381017", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "39", "latitude": 41.880782, "longitude": -87.72719, "coords": "41.880782, -87.727190", "geocoded_a": "4050 W Madison St", "query": "4050 W MADISON ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.72719, 41.880782 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "4250 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004590702", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "27", "latitude": 41.880677, "longitude": -87.732692, "coords": "41.880677, -87.732692", "geocoded_a": "4250 W Madison St", "query": "4250 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.732692, 41.880677 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "4750 N WINTHROP", "city": "Chicago", "state": "Illinois", "anov numbe": "P004573370", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.968549, "longitude": -87.657556, "coords": "41.968549, -87.657556", "geocoded_a": "4750 N Winthrop Ave", "query": "4750 N WINTHROP, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.657556, 41.968549 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "450 N HAMLIN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507849", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.889092, "longitude": -87.721053, "coords": "41.889092, -87.721053", "geocoded_a": "450 N Hamlin Ave", "query": "450 N HAMLIN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.721053, 41.889092 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "450 N LARAMIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004402555", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "54", "latitude": 41.888696, "longitude": -87.755434, "coords": "41.888696, -87.755434", "geocoded_a": "450 N Laramie Ave", "query": "450 N LARAMIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.755434, 41.888696 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "5050 N BROADWAY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004434714", "violation": "9-52-010 Rights and duties.", "age": "41", "latitude": 41.973395, "longitude": -87.659859, "coords": "41.973395, -87.659859", "geocoded_a": "5050 N Broadway", "query": "5050 N BROADWAY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.659859, 41.973395 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "5350 S LAFLIN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004595191", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "47", "latitude": 41.796206, "longitude": -87.662248, "coords": "41.796206, -87.662248", "geocoded_a": "5350 S Laflin St", "query": "5350 S LAFLIN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.662248, 41.796206 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "6450 S KING DR", "city": "Chicago", "state": "Illinois", "anov numbe": "P004359459", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "47", "latitude": 41.777472, "longitude": -87.615623, "coords": "41.777472, -87.615623", "geocoded_a": "6450 S King Dr", "query": "6450 S KING DR, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.615623, 41.777472 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "7250 S ARTESIAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004472581", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "38", "latitude": 41.761359, "longitude": -87.684438, "coords": "41.761359, -87.684438", "geocoded_a": "7250 S Artesian Ave", "query": "7250 S ARTESIAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.684438, 41.761359 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "7950 S EXCHANGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004540661", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.750388, "longitude": -87.552919, "coords": "41.750388, -87.552919", "geocoded_a": "7950 S Exchange Ave", "query": "7950 S EXCHANGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.552919, 41.750388 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "8850 S EXCHANGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004396257", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.733989, "longitude": -87.55275, "coords": "41.733989, -87.552750", "geocoded_a": "8850 S Exchange Ave", "query": "8850 S EXCHANGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.55275, 41.733989 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "8950 S COMMERCIAL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004582967", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.732787, "longitude": -87.551366, "coords": "41.732787, -87.551366", "geocoded_a": "8950 S Commercial Ave", "query": "8950 S COMMERCIAL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.551366, 41.732787 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "850 E 63 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004535569", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.780457, "longitude": -87.603993, "coords": "41.780457, -87.603993", "geocoded_a": "850 E 63rd St", "query": "850 E 63 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.603993, 41.780457 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "9150 S COMMERCIAL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004396493", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.728644, "longitude": -87.551254, "coords": "41.728644, -87.551254", "geocoded_a": "9150 S Commercial Ave", "query": "9150 S COMMERCIAL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.551254, 41.728644 ] } },
{ "type": "Feature", "properties": { "date": "9-Sep-14", "address": "50 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004505535", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "59", "latitude": 41.896735, "longitude": -87.630179, "coords": "41.896735, -87.630179", "geocoded_a": "50 W Chicago Ave", "query": "50 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.630179, 41.896735 ] } },
{ "type": "Feature", "properties": { "date": "10-Sep-14", "address": "10550 S HOXIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004564485", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.703384, "longitude": -87.56086, "coords": "41.703384, -87.560860", "geocoded_a": "10550 S Hoxie Ave", "query": "10550 S HOXIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.56086, 41.703384 ] } },
{ "type": "Feature", "properties": { "date": "10-Sep-14", "address": "10850 S LOOMIS", "city": "Chicago", "state": "Illinois", "anov numbe": "P004373314", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.696424, "longitude": -87.657069, "coords": "41.696424, -87.657069", "geocoded_a": "10850 S Loomis St", "query": "10850 S LOOMIS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.657069, 41.696424 ] } },
{ "type": "Feature", "properties": { "date": "10-Sep-14", "address": "1050 N PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004590732", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "57", "latitude": 41.900075, "longitude": -87.726268, "coords": "41.900075, -87.726268", "geocoded_a": "1050 N Pulaski Rd", "query": "1050 N PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.726268, 41.900075 ] } },
{ "type": "Feature", "properties": { "date": "10-Sep-14", "address": "1050 W 18TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004294196", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "41", "latitude": 41.85807, "longitude": -87.652592, "coords": "41.858070, -87.652592", "geocoded_a": "1050 W 18th St", "query": "1050 W 18TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.652592, 41.85807 ] } },
{ "type": "Feature", "properties": { "date": "10-Sep-14", "address": "1350 S LAWNDALE ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004358811", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.863268, "longitude": -87.717798, "coords": "41.863268, -87.717798", "geocoded_a": "1350 S Lawndale Ave", "query": "1350 S LAWNDALE ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.717798, 41.863268 ] } },
{ "type": "Feature", "properties": { "date": "10-Sep-14", "address": "2150 E 71ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004587682", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.766334, "longitude": -87.572298, "coords": "41.766334, -87.572298", "geocoded_a": "2150 E 71st St", "query": "2150 E 71ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.572298, 41.766334 ] } },
{ "type": "Feature", "properties": { "date": "10-Sep-14", "address": "2650 E 79TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004580241", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.751913, "longitude": -87.558807, "coords": "41.751913, -87.558807", "geocoded_a": "2650 E 79th St", "query": "2650 E 79TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.558807, 41.751913 ] } },
{ "type": "Feature", "properties": { "date": "10-Sep-14", "address": "2950 E 79TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004580237", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "52", "latitude": 41.751989, "longitude": -87.552729, "coords": "41.751989, -87.552729", "geocoded_a": "2950 E 79th St", "query": "2950 E 79TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.552729, 41.751989 ] } },
{ "type": "Feature", "properties": { "date": "10-Sep-14", "address": "2950 W 40TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004523150", "violation": "9-52-080 Headlamps", "age": "18", "latitude": 41.820913, "longitude": -87.699054, "coords": "41.820913, -87.699054", "geocoded_a": "2950 W 40th St", "query": "2950 W 40TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.699054, 41.820913 ] } },
{ "type": "Feature", "properties": { "date": "10-Sep-14", "address": "2950 W 63RD STREET", "city": "Chicago", "state": "Illinois", "anov numbe": "P004570639", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.779069, "longitude": -87.697781, "coords": "41.779069, -87.697781", "geocoded_a": "2950 W 63rd St", "query": "2950 W 63RD STREET, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.697781, 41.779069 ] } },
{ "type": "Feature", "properties": { "date": "10-Sep-14", "address": "250 N PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004590705", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "32", "latitude": 41.884843, "longitude": -87.725841, "coords": "41.884843, -87.725841", "geocoded_a": "250 N Pulaski Rd", "query": "250 N PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.725841, 41.884843 ] } },
{ "type": "Feature", "properties": { "date": "10-Sep-14", "address": "3050 E 87TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004580238", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.737426, "longitude": -87.549403, "coords": "41.737426, -87.549403", "geocoded_a": "3050 E 87th St", "query": "3050 E 87TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.549403, 41.737426 ] } },
{ "type": "Feature", "properties": { "date": "10-Sep-14", "address": "3050 W 87TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004580239", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "44", "latitude": 41.73532, "longitude": -87.698948, "coords": "41.735320, -87.698948", "geocoded_a": "3050 W 87th St", "query": "3050 W 87TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.698948, 41.73532 ] } },
{ "type": "Feature", "properties": { "date": "10-Sep-14", "address": "3450 W 26TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004358093", "violation": "9-52-010 Rights and duties.", "age": "23", "latitude": 41.844517, "longitude": -87.711513, "coords": "41.844517, -87.711513", "geocoded_a": "3450 W 26th St", "query": "3450 W 26TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.711513, 41.844517 ] } },
{ "type": "Feature", "properties": { "date": "10-Sep-14", "address": "3650 W 63 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004472582", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "30", "latitude": 41.778791, "longitude": -87.71512, "coords": "41.778791, -87.715120", "geocoded_a": "3650 W 63rd St", "query": "3650 W 63 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.71512, 41.778791 ] } },
{ "type": "Feature", "properties": { "date": "10-Sep-14", "address": "3850 W ROOSEVELT", "city": "Chicago", "state": "Illinois", "anov numbe": "P004358092", "violation": "9-52-010 Rights and duties.", "age": "30", "latitude": 41.866234, "longitude": -87.722202, "coords": "41.866234, -87.722202", "geocoded_a": "3850 W Roosevelt Rd", "query": "3850 W ROOSEVELT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.722202, 41.866234 ] } },
{ "type": "Feature", "properties": { "date": "10-Sep-14", "address": "3850 W ROOSEVELT", "city": "Chicago", "state": "Illinois", "anov numbe": "P004595193", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.866234, "longitude": -87.722202, "coords": "41.866234, -87.722202", "geocoded_a": "3850 W Roosevelt Rd", "query": "3850 W ROOSEVELT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.722202, 41.866234 ] } },
{ "type": "Feature", "properties": { "date": "10-Sep-14", "address": "4050 W DIVISION", "city": "Chicago", "state": "Illinois", "anov numbe": "P004590706", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "40", "latitude": 41.902697, "longitude": -87.728373, "coords": "41.902697, -87.728373", "geocoded_a": "4050 W Division St", "query": "4050 W DIVISION, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.728373, 41.902697 ] } },
{ "type": "Feature", "properties": { "date": "10-Sep-14", "address": "4450 S TALMAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004523149", "violation": "9-52-010 Rights and duties.", "age": "24", "latitude": 41.812271, "longitude": -87.690698, "coords": "41.812271, -87.690698", "geocoded_a": "4450 S Talman Ave", "query": "4450 S TALMAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.690698, 41.812271 ] } },
{ "type": "Feature", "properties": { "date": "10-Sep-14", "address": "5050 W DIVISION", "city": "Chicago", "state": "Illinois", "anov numbe": "P004554482", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.902312, "longitude": -87.752861, "coords": "41.902312, -87.752861", "geocoded_a": "5050 W Division St", "query": "5050 W DIVISION, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.752861, 41.902312 ] } },
{ "type": "Feature", "properties": { "date": "10-Sep-14", "address": "5650 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004554483", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.894902, "longitude": -87.766986, "coords": "41.894902, -87.766986", "geocoded_a": "5650 W Chicago Ave", "query": "5650 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.766986, 41.894902 ] } },
{ "type": "Feature", "properties": { "date": "10-Sep-14", "address": "5950 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004325473", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.784749, "longitude": -87.703327, "coords": "41.784749, -87.703327", "geocoded_a": "5950 S Kedzie Ave", "query": "5950 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.703327, 41.784749 ] } },
{ "type": "Feature", "properties": { "date": "10-Sep-14", "address": "6750 S JEFFERY", "city": "Chicago", "state": "Illinois", "anov numbe": "P003804993", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.77204, "longitude": -87.576513, "coords": "41.772040, -87.576513", "geocoded_a": "6750 S Jeffery Blvd", "query": "6750 S JEFFERY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.576513, 41.77204 ] } },
{ "type": "Feature", "properties": { "date": "10-Sep-14", "address": "7950 S YATES", "city": "Chicago", "state": "Illinois", "anov numbe": "P004470748", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.750234, "longitude": -87.56623, "coords": "41.750234, -87.566230", "geocoded_a": "7950 S Yates Blvd", "query": "7950 S YATES, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.56623, 41.750234 ] } },
{ "type": "Feature", "properties": { "date": "10-Sep-14", "address": "750 E 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004597196", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.780458, "longitude": -87.606772, "coords": "41.780458, -87.606772", "geocoded_a": "750 E 63rd St", "query": "750 E 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.606772, 41.780458 ] } },
{ "type": "Feature", "properties": { "date": "10-Sep-14", "address": "8050 S STONY ISLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004585485", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.748137, "longitude": -87.58591, "coords": "41.748137, -87.585910", "geocoded_a": "8050 S Stony Island Ave", "query": "8050 S STONY ISLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.58591, 41.748137 ] } },
{ "type": "Feature", "properties": { "date": "10-Sep-14", "address": "8450 S STONY ISLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004580240", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.74083, "longitude": -87.58577, "coords": "41.74083, -87.585770", "geocoded_a": "8450 S Stony Island Ave", "query": "8450 S STONY ISLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.58577, 41.74083 ] } },
{ "type": "Feature", "properties": { "date": "10-Sep-14", "address": "850 N KOSTNER", "city": "Chicago", "state": "Illinois", "anov numbe": "P004590733", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.896377, "longitude": -87.736018, "coords": "41.896377, -87.736018", "geocoded_a": "850 N Kostner Ave", "query": "850 N KOSTNER, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.736018, 41.896377 ] } },
{ "type": "Feature", "properties": { "date": "10-Sep-14", "address": "50 N KARLOV", "city": "Chicago", "state": "Illinois", "anov numbe": "P004590707", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "32", "latitude": 41.881429, "longitude": -87.728179, "coords": "41.881429, -87.728179", "geocoded_a": "50 N Karlov Ave", "query": "50 N KARLOV, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.728179, 41.881429 ] } },
{ "type": "Feature", "properties": { "date": "10-Sep-14", "address": "50 N KOSTNER", "city": "Chicago", "state": "Illinois", "anov numbe": "P004590704", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "41", "latitude": 41.881534, "longitude": -87.735543, "coords": "41.881534, -87.735543", "geocoded_a": "50 N Kostner Ave", "query": "50 N KOSTNER, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.735543, 41.881534 ] } },
{ "type": "Feature", "properties": { "date": "11-Sep-14", "address": "2250 S KEELER", "city": "Chicago", "state": "Illinois", "anov numbe": "P004252089", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "39", "latitude": 41.849872, "longitude": -87.729589, "coords": "41.849872, -87.729589", "geocoded_a": "2250 S Keeler Ave", "query": "2250 S KEELER, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.729589, 41.849872 ] } },
{ "type": "Feature", "properties": { "date": "11-Sep-14", "address": "2450 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004358569", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "39", "latitude": 41.847209, "longitude": -87.705171, "coords": "41.847209, -87.705171", "geocoded_a": "2450 S Kedzie Ave", "query": "2450 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.705171, 41.847209 ] } },
{ "type": "Feature", "properties": { "date": "11-Sep-14", "address": "2450 S SPAULDING", "city": "Chicago", "state": "Illinois", "anov numbe": "P004358097", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.847182, "longitude": -87.707615, "coords": "41.847182, -87.707615", "geocoded_a": "2450 S Spaulding Ave", "query": "2450 S SPAULDING, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.707615, 41.847182 ] } },
{ "type": "Feature", "properties": { "date": "11-Sep-14", "address": "2850 E ESCANABA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004363270", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "38", "latitude": 41.717258, "longitude": -87.55375, "coords": "41.717258, -87.553750", "geocoded_a": "S Escanaba Ave", "query": "2850 E ESCANABA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.55375, 41.717258 ] } },
{ "type": "Feature", "properties": { "date": "11-Sep-14", "address": "2850 W 21ST PL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004354408", "violation": "9-52-010 Rights and duties.", "age": "18", "latitude": 41.852807, "longitude": -87.697443, "coords": "41.852807, -87.697443", "geocoded_a": "2850 W 21st Pl", "query": "2850 W 21ST PL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.697443, 41.852807 ] } },
{ "type": "Feature", "properties": { "date": "11-Sep-14", "address": "2950 E 87 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004585486", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "55", "latitude": 41.737441, "longitude": -87.55207, "coords": "41.737441, -87.552070", "geocoded_a": "2950 E 87th St", "query": "2950 E 87 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.55207, 41.737441 ] } },
{ "type": "Feature", "properties": { "date": "11-Sep-14", "address": "3650 W DOUGLAS BLVD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004358095", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "43", "latitude": 41.862866, "longitude": -87.716632, "coords": "41.862866, -87.716632", "geocoded_a": "3650 W Douglas Blvd", "query": "3650 W DOUGLAS BLVD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.716632, 41.862866 ] } },
{ "type": "Feature", "properties": { "date": "11-Sep-14", "address": "3850 W ROOSEVELT RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004600726", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.866234, "longitude": -87.722202, "coords": "41.866234, -87.722202", "geocoded_a": "3850 W Roosevelt Rd", "query": "3850 W ROOSEVELT RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.722202, 41.866234 ] } },
{ "type": "Feature", "properties": { "date": "11-Sep-14", "address": "350 N PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004590708", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.886917, "longitude": -87.72591, "coords": "41.886917, -87.725910", "geocoded_a": "350 N Pulaski Rd", "query": "350 N PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.72591, 41.886917 ] } },
{ "type": "Feature", "properties": { "date": "11-Sep-14", "address": "4050 W MADISON ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004590735", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.880782, "longitude": -87.72719, "coords": "41.880782, -87.727190", "geocoded_a": "4050 W Madison St", "query": "4050 W MADISON ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.72719, 41.880782 ] } },
{ "type": "Feature", "properties": { "date": "11-Sep-14", "address": "4350 W CERMAK RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004357233", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.851527, "longitude": -87.734101, "coords": "41.851527, -87.734101", "geocoded_a": "4350 W Cermak Rd", "query": "4350 W CERMAK RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.734101, 41.851527 ] } },
{ "type": "Feature", "properties": { "date": "11-Sep-14", "address": "4450 W MADISON ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004590734", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.880613, "longitude": -87.737443, "coords": "41.880613, -87.737443", "geocoded_a": "4450 W Madison St", "query": "4450 W MADISON ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.737443, 41.880613 ] } },
{ "type": "Feature", "properties": { "date": "11-Sep-14", "address": "650 W BELMONT", "city": "Chicago", "state": "Illinois", "anov numbe": "P004550592", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.940111, "longitude": -87.645848, "coords": "41.940111, -87.645848", "geocoded_a": "650 W Belmont Ave", "query": "650 W BELMONT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.645848, 41.940111 ] } },
{ "type": "Feature", "properties": { "date": "11-Sep-14", "address": "7550 S EXCHANGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004540928", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.757857, "longitude": -87.559024, "coords": "41.757857, -87.559024", "geocoded_a": "7550 S Exchange Ave", "query": "7550 S EXCHANGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.559024, 41.757857 ] } },
{ "type": "Feature", "properties": { "date": "11-Sep-14", "address": "7650 S COTTAGE GROV", "city": "Chicago", "state": "Illinois", "anov numbe": "P004580279", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "46", "latitude": 41.755264, "longitude": -87.605338, "coords": "41.755264, -87.605338", "geocoded_a": "7650 S Cottage Grove Ave", "query": "7650 S COTTAGE GROV, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.605338, 41.755264 ] } },
{ "type": "Feature", "properties": { "date": "11-Sep-14", "address": "7950 S MANISTEE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004470749", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.750316, "longitude": -87.55774, "coords": "41.750316, -87.557740", "geocoded_a": "7950 S Manistee Ave", "query": "7950 S MANISTEE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.55774, 41.750316 ] } },
{ "type": "Feature", "properties": { "date": "11-Sep-14", "address": "8050 S EXCHANGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004607124", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "47", "latitude": 41.748577, "longitude": -87.552858, "coords": "41.748577, -87.552858", "geocoded_a": "8050 S Exchange Ave", "query": "8050 S EXCHANGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.552858, 41.748577 ] } },
{ "type": "Feature", "properties": { "date": "12-Sep-14", "address": "1150 W ADAMS ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004293588", "violation": "9-52-010 Rights and duties.", "age": "36", "latitude": 41.879146, "longitude": -87.655869, "coords": "41.879146, -87.655869", "geocoded_a": "1150 W Adams St", "query": "1150 W ADAMS ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.655869, 41.879146 ] } },
{ "type": "Feature", "properties": { "date": "12-Sep-14", "address": "1250 S TROY ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004262011", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "29", "latitude": 41.865493, "longitude": -87.70444, "coords": "41.865493, -87.704440", "geocoded_a": "1250 S Troy St", "query": "1250 S TROY ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.70444, 41.865493 ] } },
{ "type": "Feature", "properties": { "date": "12-Sep-14", "address": "1350 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004358067", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "52", "latitude": 41.863735, "longitude": -87.705633, "coords": "41.863735, -87.705633", "geocoded_a": "1350 S Kedzie Ave", "query": "1350 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.705633, 41.863735 ] } },
{ "type": "Feature", "properties": { "date": "12-Sep-14", "address": "1650 N PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004532597", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "39", "latitude": 41.911397, "longitude": -87.726428, "coords": "41.911397, -87.726428", "geocoded_a": "1650 N Pulaski Rd", "query": "1650 N PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.726428, 41.911397 ] } },
{ "type": "Feature", "properties": { "date": "12-Sep-14", "address": "150 S SPRINGFIELD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004591301", "violation": "9-52-050 Riding in single file required--Exceptions.", "age": "49", "latitude": 41.878643, "longitude": -87.723191, "coords": "41.878643, -87.723191", "geocoded_a": "150 S Springfield Ave", "query": "150 S SPRINGFIELD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.723191, 41.878643 ] } },
{ "type": "Feature", "properties": { "date": "12-Sep-14", "address": "2550 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004570640", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.779213, "longitude": -87.688042, "coords": "41.779213, -87.688042", "geocoded_a": "2550 W 63rd St", "query": "2550 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.688042, 41.779213 ] } },
{ "type": "Feature", "properties": { "date": "12-Sep-14", "address": "2750 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004358570", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.841327, "longitude": -87.704996, "coords": "41.841327, -87.704996", "geocoded_a": "2750 S Kedzie Ave", "query": "2750 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.704996, 41.841327 ] } },
{ "type": "Feature", "properties": { "date": "12-Sep-14", "address": "3250 W FULTON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004192716", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "48", "latitude": 41.886417, "longitude": -87.70823, "coords": "41.886417, -87.708230", "geocoded_a": "3250 W Fulton Blvd", "query": "3250 W FULTON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.70823, 41.886417 ] } },
{ "type": "Feature", "properties": { "date": "12-Sep-14", "address": "3450 W 16TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004358098", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "27", "latitude": 41.859091, "longitude": -87.711932, "coords": "41.859091, -87.711932", "geocoded_a": "3450 W 16th St", "query": "3450 W 16TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.711932, 41.859091 ] } },
{ "type": "Feature", "properties": { "date": "12-Sep-14", "address": "3850 W 26TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004595531", "violation": "9-52-010 Rights and duties.", "age": "26", "latitude": 41.844382, "longitude": -87.721267, "coords": "41.844382, -87.721267", "geocoded_a": "3850 W 26th St", "query": "3850 W 26TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.721267, 41.844382 ] } },
{ "type": "Feature", "properties": { "date": "12-Sep-14", "address": "4050 W VAN BU", "city": "Chicago", "state": "Illinois", "anov numbe": "P004178359", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "52", "latitude": 41.88425, "longitude": -87.63245, "coords": "41.88425, -87.63245", "geocoded_a": "Chicago", "query": "4050 W VAN BU, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.63245, 41.88425 ] } },
{ "type": "Feature", "properties": { "date": "12-Sep-14", "address": "4250 W ADDISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004427376", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.946358, "longitude": -87.734129, "coords": "41.946358, -87.734129", "geocoded_a": "4250 W Addison St", "query": "4250 W ADDISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.734129, 41.946358 ] } },
{ "type": "Feature", "properties": { "date": "12-Sep-14", "address": "4250 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508359", "violation": "9-52-080 Headlamps", "age": "45", "latitude": 41.880677, "longitude": -87.732692, "coords": "41.880677, -87.732692", "geocoded_a": "4250 W Madison St", "query": "4250 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.732692, 41.880677 ] } },
{ "type": "Feature", "properties": { "date": "12-Sep-14", "address": "4250 W MADISON ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004591302", "violation": "9-52-080 Headlamps", "age": "50", "latitude": 41.880677, "longitude": -87.732692, "coords": "41.880677, -87.732692", "geocoded_a": "4250 W Madison St", "query": "4250 W MADISON ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.732692, 41.880677 ] } },
{ "type": "Feature", "properties": { "date": "12-Sep-14", "address": "5550 W NORTH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004532865", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "49", "latitude": 41.909407, "longitude": -87.76512, "coords": "41.909407, -87.765120", "geocoded_a": "5550 W North Ave", "query": "5550 W NORTH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.76512, 41.909407 ] } },
{ "type": "Feature", "properties": { "date": "12-Sep-14", "address": "8950 S COMMERCIAL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004363272", "violation": "9-52-110(b) Use of communication devices while operating a", "age": "22", "latitude": 41.732787, "longitude": -87.551366, "coords": "41.732787, -87.551366", "geocoded_a": "8950 S Commercial Ave", "query": "8950 S COMMERCIAL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.551366, 41.732787 ] } },
{ "type": "Feature", "properties": { "date": "13-Sep-14", "address": "1050 W LAWRENCE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004343761", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.969135, "longitude": -87.656558, "coords": "41.969135, -87.656558", "geocoded_a": "1050 W Lawrence Ave", "query": "1050 W LAWRENCE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.656558, 41.969135 ] } },
{ "type": "Feature", "properties": { "date": "13-Sep-14", "address": "1550 N DAMEN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004389126", "violation": "9-52-010 Rights and duties.", "age": "29", "latitude": 41.90984, "longitude": -87.677521, "coords": "41.909840, -87.677521", "geocoded_a": "1550 N Damen Ave", "query": "1550 N DAMEN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.677521, 41.90984 ] } },
{ "type": "Feature", "properties": { "date": "13-Sep-14", "address": "1650 E 71ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004546709", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.766223, "longitude": -87.584233, "coords": "41.766223, -87.584233", "geocoded_a": "1650 E 71st St", "query": "1650 E 71ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.584233, 41.766223 ] } },
{ "type": "Feature", "properties": { "date": "13-Sep-14", "address": "250 S CICERO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004554151", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "59", "latitude": 41.877126, "longitude": -87.745211, "coords": "41.877126, -87.745211", "geocoded_a": "250 S Cicero Ave", "query": "250 S CICERO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.745211, 41.877126 ] } },
{ "type": "Feature", "properties": { "date": "13-Sep-14", "address": "3150 S HALSTED ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004529146", "violation": "9-52-010 Rights and duties.", "age": "22", "latitude": 41.83657, "longitude": -87.646288, "coords": "41.836570, -87.646288", "geocoded_a": "3150 S Halsted St", "query": "3150 S HALSTED ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.646288, 41.83657 ] } },
{ "type": "Feature", "properties": { "date": "13-Sep-14", "address": "3550 W 13TH PL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004262012", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.86409, "longitude": -87.71493, "coords": "41.864090, -87.714930", "geocoded_a": "3550 W 13th Pl", "query": "3550 W 13TH PL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.71493, 41.86409 ] } },
{ "type": "Feature", "properties": { "date": "13-Sep-14", "address": "5550 S STATE ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004504310", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.793531, "longitude": -87.625733, "coords": "41.793531, -87.625733", "geocoded_a": "5550 S State St", "query": "5550 S STATE ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.625733, 41.793531 ] } },
{ "type": "Feature", "properties": { "date": "13-Sep-14", "address": "5750 W NORTH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004272938", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "43", "latitude": 41.909333, "longitude": -87.769902, "coords": "41.909333, -87.769902", "geocoded_a": "5750 W North Ave", "query": "5750 W NORTH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.769902, 41.909333 ] } },
{ "type": "Feature", "properties": { "date": "13-Sep-14", "address": "6750 N SHERIDAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004562249", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 42.005062, "longitude": -87.660949, "coords": "42.005062, -87.660949", "geocoded_a": "6750 N Sheridan Rd", "query": "6750 N SHERIDAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.660949, 42.005062 ] } },
{ "type": "Feature", "properties": { "date": "13-Sep-14", "address": "7250 N SHERIDAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004562222", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "29", "latitude": 42.013646, "longitude": -87.663983, "coords": "42.013646, -87.663983", "geocoded_a": "7250 N Sheridan Rd", "query": "7250 N SHERIDAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.663983, 42.013646 ] } },
{ "type": "Feature", "properties": { "date": "14-Sep-14", "address": "1350 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004294198", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "52", "latitude": 41.896246, "longitude": -87.661295, "coords": "41.896246, -87.661295", "geocoded_a": "1350 W Chicago Ave", "query": "1350 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.661295, 41.896246 ] } },
{ "type": "Feature", "properties": { "date": "14-Sep-14", "address": "1350 W CHICAGO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004297895", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.896246, "longitude": -87.661295, "coords": "41.896246, -87.661295", "geocoded_a": "1350 W Chicago Ave", "query": "1350 W CHICAGO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.661295, 41.896246 ] } },
{ "type": "Feature", "properties": { "date": "14-Sep-14", "address": "1450 S HARDING ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004359151", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "50", "latitude": 41.861043, "longitude": -87.723847, "coords": "41.861043, -87.723847", "geocoded_a": "1450 S Harding Ave", "query": "1450 S HARDING ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.723847, 41.861043 ] } },
{ "type": "Feature", "properties": { "date": "14-Sep-14", "address": "2050 W 79TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004541412", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "47", "latitude": 41.750257, "longitude": -87.675172, "coords": "41.750257, -87.675172", "geocoded_a": "2050 W 79th St", "query": "2050 W 79TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.675172, 41.750257 ] } },
{ "type": "Feature", "properties": { "date": "14-Sep-14", "address": "2150 S PULASKI RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004600727", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.852187, "longitude": -87.724832, "coords": "41.852187, -87.724832", "geocoded_a": "2150 S Pulaski Rd", "query": "2150 S PULASKI RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.724832, 41.852187 ] } },
{ "type": "Feature", "properties": { "date": "14-Sep-14", "address": "2250 E 79 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004556176", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "33", "latitude": 41.751757, "longitude": -87.569475, "coords": "41.751757, -87.569475", "geocoded_a": "2250 E 79th St", "query": "2250 E 79 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.569475, 41.751757 ] } },
{ "type": "Feature", "properties": { "date": "14-Sep-14", "address": "2650 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004595291", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "27", "latitude": 41.842987, "longitude": -87.705029, "coords": "41.842987, -87.705029", "geocoded_a": "2650 S Kedzie Ave", "query": "2650 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.705029, 41.842987 ] } },
{ "type": "Feature", "properties": { "date": "14-Sep-14", "address": "2850 E 79TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004588176", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "43", "latitude": 41.75196, "longitude": -87.55505, "coords": "41.751960, -87.555050", "geocoded_a": "2850 E 79th St", "query": "2850 E 79TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.55505, 41.75196 ] } },
{ "type": "Feature", "properties": { "date": "14-Sep-14", "address": "3450 W 26TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004594906", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.844517, "longitude": -87.711513, "coords": "41.844517, -87.711513", "geocoded_a": "3450 W 26th St", "query": "3450 W 26TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.711513, 41.844517 ] } },
{ "type": "Feature", "properties": { "date": "14-Sep-14", "address": "550 E 63RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004597205", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.78038, "longitude": -87.611599, "coords": "41.780380, -87.611599", "geocoded_a": "550 E 63rd St", "query": "550 E 63RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.611599, 41.78038 ] } },
{ "type": "Feature", "properties": { "date": "14-Sep-14", "address": "550 E 63RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004597207", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.78038, "longitude": -87.611599, "coords": "41.780380, -87.611599", "geocoded_a": "550 E 63rd St", "query": "550 E 63RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.611599, 41.78038 ] } },
{ "type": "Feature", "properties": { "date": "14-Sep-14", "address": "550 E 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004597206", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.78038, "longitude": -87.611599, "coords": "41.780380, -87.611599", "geocoded_a": "550 E 63rd St", "query": "550 E 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.611599, 41.78038 ] } },
{ "type": "Feature", "properties": { "date": "14-Sep-14", "address": "550 E 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004597208", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.78038, "longitude": -87.611599, "coords": "41.780380, -87.611599", "geocoded_a": "550 E 63rd St", "query": "550 E 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.611599, 41.78038 ] } },
{ "type": "Feature", "properties": { "date": "14-Sep-14", "address": "6650 S STATE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004597203", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.773727, "longitude": -87.625194, "coords": "41.773727, -87.625194", "geocoded_a": "6650 S State St", "query": "6650 S STATE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.625194, 41.773727 ] } },
{ "type": "Feature", "properties": { "date": "14-Sep-14", "address": "6950 S PAULINA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004531281", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "29", "latitude": 41.767028, "longitude": -87.66633, "coords": "41.767028, -87.666330", "geocoded_a": "6950 S Paulina St", "query": "6950 S PAULINA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.66633, 41.767028 ] } },
{ "type": "Feature", "properties": { "date": "14-Sep-14", "address": "7250 S STATE ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004548595", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "43", "latitude": 41.762656, "longitude": -87.624924, "coords": "41.762656, -87.624924", "geocoded_a": "7250 S State St", "query": "7250 S STATE ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.624924, 41.762656 ] } },
{ "type": "Feature", "properties": { "date": "14-Sep-14", "address": "7350 S BLACKSTONE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004535873", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.761174, "longitude": -87.588476, "coords": "41.761174, -87.588476", "geocoded_a": "7350 S Blackstone Ave", "query": "7350 S BLACKSTONE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.588476, 41.761174 ] } },
{ "type": "Feature", "properties": { "date": "14-Sep-14", "address": "7550 S KINGSTON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004582501", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "56", "latitude": 41.757415, "longitude": -87.562719, "coords": "41.757415, -87.562719", "geocoded_a": "7550 S Kingston Ave", "query": "7550 S KINGSTON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.562719, 41.757415 ] } },
{ "type": "Feature", "properties": { "date": "14-Sep-14", "address": "7950 S ASHLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004493468", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.748857, "longitude": -87.663437, "coords": "41.748857, -87.663437", "geocoded_a": "7950 S Ashland Ave", "query": "7950 S ASHLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.663437, 41.748857 ] } },
{ "type": "Feature", "properties": { "date": "14-Sep-14", "address": "7950 S ASHLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004579976", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.748857, "longitude": -87.663437, "coords": "41.748857, -87.663437", "geocoded_a": "7950 S Ashland Ave", "query": "7950 S ASHLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.663437, 41.748857 ] } },
{ "type": "Feature", "properties": { "date": "14-Sep-14", "address": "8150 S DAMEN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004580143", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "57", "latitude": 41.745028, "longitude": -87.673078, "coords": "41.745028, -87.673078", "geocoded_a": "8150 S Damen Ave", "query": "8150 S DAMEN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.673078, 41.745028 ] } },
{ "type": "Feature", "properties": { "date": "14-Sep-14", "address": "850 S CICERO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004475202", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "43", "latitude": 41.869792, "longitude": -87.744928, "coords": "41.869792, -87.744928", "geocoded_a": "850 S Cicero Ave", "query": "850 S CICERO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.744928, 41.869792 ] } },
{ "type": "Feature", "properties": { "date": "14-Sep-14", "address": "950 E 79TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004567052", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "36", "latitude": 41.751334, "longitude": -87.601194, "coords": "41.751334, -87.601194", "geocoded_a": "950 E 79th St", "query": "950 E 79TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.601194, 41.751334 ] } },
{ "type": "Feature", "properties": { "date": "15-Sep-14", "address": "1050 N HAMLIN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004555653", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.900623, "longitude": -87.72143, "coords": "41.900623, -87.721430", "geocoded_a": "1050 N Hamlin Ave", "query": "1050 N HAMLIN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.72143, 41.900623 ] } },
{ "type": "Feature", "properties": { "date": "15-Sep-14", "address": "250 N KARLOV", "city": "Chicago", "state": "Illinois", "anov numbe": "P004561329", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "38", "latitude": 41.884846, "longitude": -87.728272, "coords": "41.884846, -87.728272", "geocoded_a": "250 N Karlov Ave", "query": "250 N KARLOV, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.728272, 41.884846 ] } },
{ "type": "Feature", "properties": { "date": "15-Sep-14", "address": "3550 N LONG", "city": "Chicago", "state": "Illinois", "anov numbe": "P004465451", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "29", "latitude": 41.945245, "longitude": -87.76186, "coords": "41.945245, -87.761860", "geocoded_a": "3550 N Long Ave", "query": "3550 N LONG, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.76186, 41.945245 ] } },
{ "type": "Feature", "properties": { "date": "15-Sep-14", "address": "3950 W GRAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004360101", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "47", "latitude": 41.905919, "longitude": -87.72574, "coords": "41.905919, -87.725740", "geocoded_a": "3950 W Grand Ave", "query": "3950 W GRAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.72574, 41.905919 ] } },
{ "type": "Feature", "properties": { "date": "15-Sep-14", "address": "6250 S CALIFORNIA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004570642", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.779511, "longitude": -87.693454, "coords": "41.779511, -87.693454", "geocoded_a": "6250 S California Ave", "query": "6250 S CALIFORNIA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.693454, 41.779511 ] } },
{ "type": "Feature", "properties": { "date": "15-Sep-14", "address": "7950 S BENNETT", "city": "Chicago", "state": "Illinois", "anov numbe": "P004454277", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.750044, "longitude": -87.578396, "coords": "41.750044, -87.578396", "geocoded_a": "7950 S Bennett Ave", "query": "7950 S BENNETT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.578396, 41.750044 ] } },
{ "type": "Feature", "properties": { "date": "16-Sep-14", "address": "10450 S HALSTED", "city": "Chicago", "state": "Illinois", "anov numbe": "P004224807", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "48", "latitude": 41.704026, "longitude": -87.642869, "coords": "41.704026, -87.642869", "geocoded_a": "10450 S Halsted St", "query": "10450 S HALSTED, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.642869, 41.704026 ] } },
{ "type": "Feature", "properties": { "date": "16-Sep-14", "address": "10450 S HALSTED", "city": "Chicago", "state": "Illinois", "anov numbe": "P004224808", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 41.704026, "longitude": -87.642869, "coords": "41.704026, -87.642869", "geocoded_a": "10450 S Halsted St", "query": "10450 S HALSTED, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.642869, 41.704026 ] } },
{ "type": "Feature", "properties": { "date": "16-Sep-14", "address": "1750 E 79TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004540863", "violation": "9-52-110(b) Use of communication devices while operating a", "age": "31", "latitude": 41.751602, "longitude": -87.581487, "coords": "41.751602, -87.581487", "geocoded_a": "1750 E 79th St", "query": "1750 E 79TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.581487, 41.751602 ] } },
{ "type": "Feature", "properties": { "date": "16-Sep-14", "address": "1950 N CICERO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004360102", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.916234, "longitude": -87.746118, "coords": "41.916234, -87.746118", "geocoded_a": "1950 N Cicero Ave", "query": "1950 N CICERO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.746118, 41.916234 ] } },
{ "type": "Feature", "properties": { "date": "16-Sep-14", "address": "150 E 119TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004347812", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.678138, "longitude": -87.618808, "coords": "41.678138, -87.618808", "geocoded_a": "150 E 119th St", "query": "150 E 119TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.618808, 41.678138 ] } },
{ "type": "Feature", "properties": { "date": "16-Sep-14", "address": "3150 S ABERDEEN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004619023", "violation": "9-52-110(b) Use of communication devices while operating a", "age": "29", "latitude": 41.836454, "longitude": -87.653568, "coords": "41.836454, -87.653568", "geocoded_a": "3150 S Aberdeen St", "query": "3150 S ABERDEEN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.653568, 41.836454 ] } },
{ "type": "Feature", "properties": { "date": "16-Sep-14", "address": "3350 N CENTRAL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004465477", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.942013, "longitude": -87.766673, "coords": "41.942013, -87.766673", "geocoded_a": "3350 N Central Ave", "query": "3350 N CENTRAL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.766673, 41.942013 ] } },
{ "type": "Feature", "properties": { "date": "16-Sep-14", "address": "3350 W 16TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P003877412", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.859111, "longitude": -87.709831, "coords": "41.859111, -87.709831", "geocoded_a": "3350 W 16th St", "query": "3350 W 16TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.709831, 41.859111 ] } },
{ "type": "Feature", "properties": { "date": "16-Sep-14", "address": "350 N CENTRAL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004406258", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.886658, "longitude": -87.765139, "coords": "41.886658, -87.765139", "geocoded_a": "350 N Central Ave", "query": "350 N CENTRAL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.765139, 41.886658 ] } },
{ "type": "Feature", "properties": { "date": "16-Sep-14", "address": "5050 W CHICAGO AV", "city": "Chicago", "state": "Illinois", "anov numbe": "P004473312", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "27", "latitude": 41.894969, "longitude": -87.752753, "coords": "41.894969, -87.752753", "geocoded_a": "5050 W Chicago Ave", "query": "5050 W CHICAGO AV, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.752753, 41.894969 ] } },
{ "type": "Feature", "properties": { "date": "16-Sep-14", "address": "550 N SPRINGFIELD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004475558", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.891372, "longitude": -87.723537, "coords": "41.891372, -87.723537", "geocoded_a": "550 N Springfield Ave", "query": "550 N SPRINGFIELD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.723537, 41.891372 ] } },
{ "type": "Feature", "properties": { "date": "16-Sep-14", "address": "6450 N SHERIDAN RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004580394", "violation": "9-52-021 Riding bicycle on sidewalks on North Sheridan Road", "age": "26", "latitude": 41.999803, "longitude": -87.660751, "coords": "41.999803, -87.660751", "geocoded_a": "6450 N Sheridan Rd", "query": "6450 N SHERIDAN RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.660751, 41.999803 ] } },
{ "type": "Feature", "properties": { "date": "16-Sep-14", "address": "7950 S ASHLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004252674", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "40", "latitude": 41.748857, "longitude": -87.663437, "coords": "41.748857, -87.663437", "geocoded_a": "7950 S Ashland Ave", "query": "7950 S ASHLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.663437, 41.748857 ] } },
{ "type": "Feature", "properties": { "date": "16-Sep-14", "address": "7950 S ASHLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004482929", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "43", "latitude": 41.748857, "longitude": -87.663437, "coords": "41.748857, -87.663437", "geocoded_a": "7950 S Ashland Ave", "query": "7950 S ASHLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.663437, 41.748857 ] } },
{ "type": "Feature", "properties": { "date": "16-Sep-14", "address": "7950 S MORGAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004327037", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.748992, "longitude": -87.648867, "coords": "41.748992, -87.648867", "geocoded_a": "7950 S Morgan St", "query": "7950 S MORGAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.648867, 41.748992 ] } },
{ "type": "Feature", "properties": { "date": "16-Sep-14", "address": "8750 S PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004472811", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "44", "latitude": 41.734878, "longitude": -87.721483, "coords": "41.734878, -87.721483", "geocoded_a": "8750 S Pulaski Rd", "query": "8750 S PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.721483, 41.734878 ] } },
{ "type": "Feature", "properties": { "date": "17-Sep-14", "address": "1450 S BLUE ISLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004463402", "violation": "9-52-080 Headlamps", "age": "22", "latitude": 41.862503, "longitude": -87.657254, "coords": "41.862503, -87.657254", "geocoded_a": "1450 S Blue Island Ave", "query": "1450 S BLUE ISLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.657254, 41.862503 ] } },
{ "type": "Feature", "properties": { "date": "17-Sep-14", "address": "1450 S BLUE ISLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004463401", "violation": "9-52-110(b) Use of communication devices while operating a", "age": "22", "latitude": 41.862503, "longitude": -87.657254, "coords": "41.862503, -87.657254", "geocoded_a": "1450 S Blue Island Ave", "query": "1450 S BLUE ISLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.657254, 41.862503 ] } },
{ "type": "Feature", "properties": { "date": "17-Sep-14", "address": "1650 S ST LOUIS", "city": "Chicago", "state": "Illinois", "anov numbe": "P004358431", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.857505, "longitude": -87.712749, "coords": "41.857505, -87.712749", "geocoded_a": "1650 S St Louis Ave", "query": "1650 S ST LOUIS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.712749, 41.857505 ] } },
{ "type": "Feature", "properties": { "date": "17-Sep-14", "address": "150 S WESTERN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004325475", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.87917, "longitude": -87.686429, "coords": "41.879170, -87.686429", "geocoded_a": "150 S Western Ave", "query": "150 S WESTERN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.686429, 41.87917 ] } },
{ "type": "Feature", "properties": { "date": "17-Sep-14", "address": "2250 S MARSHALL BLVD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004600631", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "43", "latitude": 41.850389, "longitude": -87.6991, "coords": "41.850389, -87.699100", "geocoded_a": "2250 S Marshall Blvd", "query": "2250 S MARSHALL BLVD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.6991, 41.850389 ] } },
{ "type": "Feature", "properties": { "date": "17-Sep-14", "address": "2850 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004570643", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "48", "latitude": 41.779114, "longitude": -87.695341, "coords": "41.779114, -87.695341", "geocoded_a": "2850 W 63rd St", "query": "2850 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.695341, 41.779114 ] } },
{ "type": "Feature", "properties": { "date": "17-Sep-14", "address": "3350 N LONG", "city": "Chicago", "state": "Illinois", "anov numbe": "P004465478", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.941613, "longitude": -87.761741, "coords": "41.941613, -87.761741", "geocoded_a": "3350 N Long Ave", "query": "3350 N LONG, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.761741, 41.941613 ] } },
{ "type": "Feature", "properties": { "date": "17-Sep-14", "address": "3350 W 23RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004262013", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.849961, "longitude": -87.709597, "coords": "41.849961, -87.709597", "geocoded_a": "3350 W 23rd St", "query": "3350 W 23RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.709597, 41.849961 ] } },
{ "type": "Feature", "properties": { "date": "17-Sep-14", "address": "3450 W 25TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004262014", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.846329, "longitude": -87.711567, "coords": "41.846329, -87.711567", "geocoded_a": "3450 W 25th St", "query": "3450 W 25TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.711567, 41.846329 ] } },
{ "type": "Feature", "properties": { "date": "17-Sep-14", "address": "3950 W DIVISION", "city": "Chicago", "state": "Illinois", "anov numbe": "P003787799", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "42", "latitude": 41.902696, "longitude": -87.725862, "coords": "41.902696, -87.725862", "geocoded_a": "3950 W Division St", "query": "3950 W DIVISION, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.725862, 41.902696 ] } },
{ "type": "Feature", "properties": { "date": "17-Sep-14", "address": "6850 S MORGAN ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004507505", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.769098, "longitude": -87.649378, "coords": "41.769098, -87.649378", "geocoded_a": "6850 S Morgan St", "query": "6850 S MORGAN ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.649378, 41.769098 ] } },
{ "type": "Feature", "properties": { "date": "17-Sep-14", "address": "7150 S CLYDE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004538857", "violation": "9-52-021 Riding bicycle on sidewalks on North Sheridan Road", "age": "22", "latitude": 41.76669, "longitude": -87.573915, "coords": "41.766690, -87.573915", "geocoded_a": "7150 S Clyde Ave", "query": "7150 S CLYDE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.573915, 41.76669 ] } },
{ "type": "Feature", "properties": { "date": "17-Sep-14", "address": "850 S PULASKI", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508360", "violation": "9-52-080 Headlamps", "age": "55", "latitude": 41.870649, "longitude": -87.725395, "coords": "41.870649, -87.725395", "geocoded_a": "850 S Pulaski Rd", "query": "850 S PULASKI, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.725395, 41.870649 ] } },
{ "type": "Feature", "properties": { "date": "18-Sep-14", "address": "150 S SPRINGFIELD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004389302", "violation": "9-52-080 Headlamps", "age": "33", "latitude": 41.878643, "longitude": -87.723191, "coords": "41.878643, -87.723191", "geocoded_a": "150 S Springfield Ave", "query": "150 S SPRINGFIELD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.723191, 41.878643 ] } },
{ "type": "Feature", "properties": { "date": "18-Sep-14", "address": "3850 W JACKSON BLVD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004475483", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "49", "latitude": 41.877126, "longitude": -87.722662, "coords": "41.877126, -87.722662", "geocoded_a": "3850 W Jackson Blvd", "query": "3850 W JACKSON BLVD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.722662, 41.877126 ] } },
{ "type": "Feature", "properties": { "date": "18-Sep-14", "address": "3950 W LEXINGTON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508506", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "40", "latitude": 41.871651, "longitude": -87.724921, "coords": "41.871651, -87.724921", "geocoded_a": "3950 W Lexington St", "query": "3950 W LEXINGTON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.724921, 41.871651 ] } },
{ "type": "Feature", "properties": { "date": "18-Sep-14", "address": "3950 W LEXINGTON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508507", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.871651, "longitude": -87.724921, "coords": "41.871651, -87.724921", "geocoded_a": "3950 W Lexington St", "query": "3950 W LEXINGTON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.724921, 41.871651 ] } },
{ "type": "Feature", "properties": { "date": "18-Sep-14", "address": "350 S CICERO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004590819", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.875223, "longitude": -87.745136, "coords": "41.875223, -87.745136", "geocoded_a": "350 S Cicero Ave", "query": "350 S CICERO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.745136, 41.875223 ] } },
{ "type": "Feature", "properties": { "date": "18-Sep-14", "address": "4750 W JACKSON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004590803", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.876866, "longitude": -87.744693, "coords": "41.876866, -87.744693", "geocoded_a": "4750 W Jackson Blvd", "query": "4750 W JACKSON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.744693, 41.876866 ] } },
{ "type": "Feature", "properties": { "date": "18-Sep-14", "address": "450 S HOMAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004520066", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.87495, "longitude": -87.710857, "coords": "41.874950, -87.710857", "geocoded_a": "450 S Homan Ave", "query": "450 S HOMAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.710857, 41.87495 ] } },
{ "type": "Feature", "properties": { "date": "18-Sep-14", "address": "6150 W FULLERTON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004360176", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 41.923837, "longitude": -87.779765, "coords": "41.923837, -87.779765", "geocoded_a": "6150 W Fullerton Ave", "query": "6150 W FULLERTON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.779765, 41.923837 ] } },
{ "type": "Feature", "properties": { "date": "18-Sep-14", "address": "6250 S COTTAGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004595380", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "27", "latitude": 41.780682, "longitude": -87.605959, "coords": "41.780682, -87.605959", "geocoded_a": "6250 S Cottage Grove Ave", "query": "6250 S COTTAGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.605959, 41.780682 ] } },
{ "type": "Feature", "properties": { "date": "18-Sep-14", "address": "6250 S WESTERN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004570645", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "30", "latitude": 41.780137, "longitude": -87.683712, "coords": "41.780137, -87.683712", "geocoded_a": "6250 S Western Ave", "query": "6250 S WESTERN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.683712, 41.780137 ] } },
{ "type": "Feature", "properties": { "date": "18-Sep-14", "address": "6650 S ST LAWRENCE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004536026", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.773373, "longitude": -87.61067, "coords": "41.773373, -87.610670", "geocoded_a": "6650 S St Lawrence Ave", "query": "6650 S ST LAWRENCE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.61067, 41.773373 ] } },
{ "type": "Feature", "properties": { "date": "18-Sep-14", "address": "7150 S CLYDE AVE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004162086", "violation": "9-52-050 Riding in single file required--Exceptions.", "age": "47", "latitude": 41.76669, "longitude": -87.573915, "coords": "41.766690, -87.573915", "geocoded_a": "7150 S Clyde Ave", "query": "7150 S CLYDE AVE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.573915, 41.76669 ] } },
{ "type": "Feature", "properties": { "date": "18-Sep-14", "address": "8450 S STONY ISLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P003163356", "violation": "9-52-040 Yielding right-of-way.", "age": "45", "latitude": 41.74083, "longitude": -87.58577, "coords": "41.74083, -87.585770", "geocoded_a": "8450 S Stony Island Ave", "query": "8450 S STONY ISLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.58577, 41.74083 ] } },
{ "type": "Feature", "properties": { "date": "19-Sep-14", "address": "1250 W 115 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004373760", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "42", "latitude": 41.684951, "longitude": -87.653843, "coords": "41.684951, -87.653843", "geocoded_a": "1250 W 115th St", "query": "1250 W 115 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.653843, 41.684951 ] } },
{ "type": "Feature", "properties": { "date": "19-Sep-14", "address": "13150 S VERNON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004541503", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "55", "latitude": 41.656385, "longitude": -87.611641, "coords": "41.656385, -87.611641", "geocoded_a": "13150 S Vernon Ave", "query": "13150 S VERNON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.611641, 41.656385 ] } },
{ "type": "Feature", "properties": { "date": "19-Sep-14", "address": "1650 S KOMENSKY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004568509", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.857335, "longitude": -87.72617, "coords": "41.857335, -87.726170", "geocoded_a": "1650 S Komensky Ave", "query": "1650 S KOMENSKY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.72617, 41.857335 ] } },
{ "type": "Feature", "properties": { "date": "19-Sep-14", "address": "1850 E 79TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004177574", "violation": "9-52-110(b) Use of communication devices while operating a", "age": "53", "latitude": 41.751599, "longitude": -87.578901, "coords": "41.751599, -87.578901", "geocoded_a": "1850 E 79th St", "query": "1850 E 79TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.578901, 41.751599 ] } },
{ "type": "Feature", "properties": { "date": "19-Sep-14", "address": "2050 E 71ST ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004594893", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "39", "latitude": 41.766305, "longitude": -87.574655, "coords": "41.766305, -87.574655", "geocoded_a": "2050 E 71st St", "query": "2050 E 71ST ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.574655, 41.766305 ] } },
{ "type": "Feature", "properties": { "date": "19-Sep-14", "address": "2350 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004358603", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "49", "latitude": 41.848342, "longitude": -87.705188, "coords": "41.848342, -87.705188", "geocoded_a": "2350 S Kedzie Ave", "query": "2350 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.705188, 41.848342 ] } },
{ "type": "Feature", "properties": { "date": "19-Sep-14", "address": "350 N PULASKI RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004591318", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "32", "latitude": 41.886917, "longitude": -87.72591, "coords": "41.886917, -87.725910", "geocoded_a": "350 N Pulaski Rd", "query": "350 N PULASKI RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.72591, 41.886917 ] } },
{ "type": "Feature", "properties": { "date": "19-Sep-14", "address": "350 W 116TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004315891", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.683465, "longitude": -87.631617, "coords": "41.683465, -87.631617", "geocoded_a": "350 W 116th St", "query": "350 W 116TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.631617, 41.683465 ] } },
{ "type": "Feature", "properties": { "date": "19-Sep-14", "address": "4050 W MADISON ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004591316", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "42", "latitude": 41.880782, "longitude": -87.72719, "coords": "41.880782, -87.727190", "geocoded_a": "4050 W Madison St", "query": "4050 W MADISON ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.72719, 41.880782 ] } },
{ "type": "Feature", "properties": { "date": "19-Sep-14", "address": "4050 W MADISON ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004591317", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "36", "latitude": 41.880782, "longitude": -87.72719, "coords": "41.880782, -87.727190", "geocoded_a": "4050 W Madison St", "query": "4050 W MADISON ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.72719, 41.880782 ] } },
{ "type": "Feature", "properties": { "date": "19-Sep-14", "address": "4550 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004591304", "violation": "9-52-080 Headlamps", "age": "28", "latitude": 41.880644, "longitude": -87.739021, "coords": "41.880644, -87.739021", "geocoded_a": "4550 W Madison St", "query": "4550 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.739021, 41.880644 ] } },
{ "type": "Feature", "properties": { "date": "19-Sep-14", "address": "5150 W FULLERTON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004532600", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "56", "latitude": 41.924149, "longitude": -87.755701, "coords": "41.924149, -87.755701", "geocoded_a": "5150 W Fullerton Ave", "query": "5150 W FULLERTON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.755701, 41.924149 ] } },
{ "type": "Feature", "properties": { "date": "19-Sep-14", "address": "6150 N BROADWAY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004558185", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "58", "latitude": 41.993787, "longitude": -87.660444, "coords": "41.993787, -87.660444", "geocoded_a": "6150 N Broadway St", "query": "6150 N BROADWAY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.660444, 41.993787 ] } },
{ "type": "Feature", "properties": { "date": "19-Sep-14", "address": "6150 S KING DR", "city": "Chicago", "state": "Illinois", "anov numbe": "P004597046", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.782936, "longitude": -87.615763, "coords": "41.782936, -87.615763", "geocoded_a": "6150 S King Dr", "query": "6150 S KING DR, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.615763, 41.782936 ] } },
{ "type": "Feature", "properties": { "date": "19-Sep-14", "address": "7250 S PAULINA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004408571", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.761574, "longitude": -87.666189, "coords": "41.761574, -87.666189", "geocoded_a": "7250 S Paulina St", "query": "7250 S PAULINA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.666189, 41.761574 ] } },
{ "type": "Feature", "properties": { "date": "19-Sep-14", "address": "8050 S EXCHANGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004582928", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.748577, "longitude": -87.552858, "coords": "41.748577, -87.552858", "geocoded_a": "8050 S Exchange Ave", "query": "8050 S EXCHANGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.552858, 41.748577 ] } },
{ "type": "Feature", "properties": { "date": "19-Sep-14", "address": "8450 S STONY ISLNAD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004582968", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.74083, "longitude": -87.58577, "coords": "41.74083, -87.585770", "geocoded_a": "8450 S Stony Island Ave", "query": "8450 S STONY ISLNAD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.58577, 41.74083 ] } },
{ "type": "Feature", "properties": { "date": "20-Sep-14", "address": "10350 S WENTWORTH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004411781", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "55", "latitude": 41.705896, "longitude": -87.628305, "coords": "41.705896, -87.628305", "geocoded_a": "10350 S Wentworth Ave", "query": "10350 S WENTWORTH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.628305, 41.705896 ] } },
{ "type": "Feature", "properties": { "date": "20-Sep-14", "address": "11650 S HALSTED", "city": "Chicago", "state": "Illinois", "anov numbe": "P004607817", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "44", "latitude": 41.681881, "longitude": -87.642171, "coords": "41.681881, -87.642171", "geocoded_a": "11650 S Halsted St", "query": "11650 S HALSTED, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.642171, 41.681881 ] } },
{ "type": "Feature", "properties": { "date": "20-Sep-14", "address": "11650 S HALSTED ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P003975857", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "48", "latitude": 41.681881, "longitude": -87.642171, "coords": "41.681881, -87.642171", "geocoded_a": "11650 S Halsted St", "query": "11650 S HALSTED ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.642171, 41.681881 ] } },
{ "type": "Feature", "properties": { "date": "20-Sep-14", "address": "13350 S BALTIMORE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004582811", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "48", "latitude": 41.652207, "longitude": -87.547178, "coords": "41.652207, -87.547178", "geocoded_a": "13350 S Baltimore Ave", "query": "13350 S BALTIMORE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.547178, 41.652207 ] } },
{ "type": "Feature", "properties": { "date": "20-Sep-14", "address": "1650 W GARFIELD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004595637", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.794, "longitude": -87.666534, "coords": "41.794000, -87.666534", "geocoded_a": "1650 W Garfield Blvd", "query": "1650 W GARFIELD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.666534, 41.794 ] } },
{ "type": "Feature", "properties": { "date": "20-Sep-14", "address": "1750 N AUSTIN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004272940", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "47", "latitude": 41.911989, "longitude": -87.775354, "coords": "41.911989, -87.775354", "geocoded_a": "1750 N Austin Ave", "query": "1750 N AUSTIN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.775354, 41.911989 ] } },
{ "type": "Feature", "properties": { "date": "20-Sep-14", "address": "1750 W 118 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004463412", "violation": "9-52-080 Headlamps", "age": "19", "latitude": 41.679736, "longitude": -87.632407, "coords": "41.679736, -87.632407", "geocoded_a": "W 118th St", "query": "1750 W 118 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.632407, 41.679736 ] } },
{ "type": "Feature", "properties": { "date": "20-Sep-14", "address": "1750 W 118 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004463413", "violation": "9-52-110(b) Use of communication devices while operating a", "age": "19", "latitude": 41.679736, "longitude": -87.632407, "coords": "41.679736, -87.632407", "geocoded_a": "W 118th St", "query": "1750 W 118 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.632407, 41.679736 ] } },
{ "type": "Feature", "properties": { "date": "20-Sep-14", "address": "2250 E 79TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004589075", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "30", "latitude": 41.751757, "longitude": -87.569475, "coords": "41.751757, -87.569475", "geocoded_a": "2250 E 79th St", "query": "2250 E 79TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.569475, 41.751757 ] } },
{ "type": "Feature", "properties": { "date": "20-Sep-14", "address": "250 N LAKE ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004403314", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "37", "latitude": 41.885852, "longitude": -87.621495, "coords": "41.885852, -87.621495", "geocoded_a": "250 E Lake St", "query": "250 N LAKE ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.621495, 41.885852 ] } },
{ "type": "Feature", "properties": { "date": "20-Sep-14", "address": "3450 W 26TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004359156", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "37", "latitude": 41.844517, "longitude": -87.711513, "coords": "41.844517, -87.711513", "geocoded_a": "3450 W 26th St", "query": "3450 W 26TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.711513, 41.844517 ] } },
{ "type": "Feature", "properties": { "date": "20-Sep-14", "address": "3550 N CENTRAL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004465480", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "52", "latitude": 41.945534, "longitude": -87.766766, "coords": "41.945534, -87.766766", "geocoded_a": "3550 N Central Ave", "query": "3550 N CENTRAL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.766766, 41.945534 ] } },
{ "type": "Feature", "properties": { "date": "20-Sep-14", "address": "4250 W ROOSEVELT", "city": "Chicago", "state": "Illinois", "anov numbe": "P004274970", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.866093, "longitude": -87.73208, "coords": "41.866093, -87.732080", "geocoded_a": "4250 W Roosevelt Rd", "query": "4250 W ROOSEVELT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.73208, 41.866093 ] } },
{ "type": "Feature", "properties": { "date": "20-Sep-14", "address": "5050 W BELMONT", "city": "Chicago", "state": "Illinois", "anov numbe": "P004465479", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "44", "latitude": 41.938826, "longitude": -87.752997, "coords": "41.938826, -87.752997", "geocoded_a": "5050 W Belmont Ave", "query": "5050 W BELMONT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.752997, 41.938826 ] } },
{ "type": "Feature", "properties": { "date": "20-Sep-14", "address": "6350 S ASHLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004565307", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.777989, "longitude": -87.664245, "coords": "41.777989, -87.664245", "geocoded_a": "6350 S Ashland Ave", "query": "6350 S ASHLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.664245, 41.777989 ] } },
{ "type": "Feature", "properties": { "date": "20-Sep-14", "address": "7850 S MARSHFIELD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004580201", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.750889, "longitude": -87.664714, "coords": "41.750889, -87.664714", "geocoded_a": "7850 S Marshfield Ave", "query": "7850 S MARSHFIELD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.664714, 41.750889 ] } },
{ "type": "Feature", "properties": { "date": "20-Sep-14", "address": "8350 S COMMERCIAL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004474096", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "29", "latitude": 41.743381, "longitude": -87.551775, "coords": "41.743381, -87.551775", "geocoded_a": "8350 S Commercial Ave", "query": "8350 S COMMERCIAL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.551775, 41.743381 ] } },
{ "type": "Feature", "properties": { "date": "21-Sep-14", "address": "1550 S HOMAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004600676", "violation": "9-52-110(b) Use of communication devices while operating a", "age": "35", "latitude": 41.85935, "longitude": -87.710359, "coords": "41.859350, -87.710359", "geocoded_a": "1550 S Homan Ave", "query": "1550 S HOMAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.710359, 41.85935 ] } },
{ "type": "Feature", "properties": { "date": "21-Sep-14", "address": "2150 S KOSTNER", "city": "Chicago", "state": "Illinois", "anov numbe": "P004600733", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.852503, "longitude": -87.734579, "coords": "41.852503, -87.734579", "geocoded_a": "2150 S Kostner Ave", "query": "2150 S KOSTNER, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.734579, 41.852503 ] } },
{ "type": "Feature", "properties": { "date": "21-Sep-14", "address": "2950 E 79TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004363484", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "55", "latitude": 41.751989, "longitude": -87.552729, "coords": "41.751989, -87.552729", "geocoded_a": "2950 E 79th St", "query": "2950 E 79TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.552729, 41.751989 ] } },
{ "type": "Feature", "properties": { "date": "21-Sep-14", "address": "3050 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004570351", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.779083, "longitude": -87.700335, "coords": "41.779083, -87.700335", "geocoded_a": "3050 W 63rd St", "query": "3050 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.700335, 41.779083 ] } },
{ "type": "Feature", "properties": { "date": "21-Sep-14", "address": "3150 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004570646", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "45", "latitude": 41.778997, "longitude": -87.702673, "coords": "41.778997, -87.702673", "geocoded_a": "3150 W 63rd St", "query": "3150 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.702673, 41.778997 ] } },
{ "type": "Feature", "properties": { "date": "21-Sep-14", "address": "4950 W IRVING PARK", "city": "Chicago", "state": "Illinois", "anov numbe": "P004465456", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "47", "latitude": 41.953443, "longitude": -87.751679, "coords": "41.953443, -87.751679", "geocoded_a": "4950 W Irving Park Rd", "query": "4950 W IRVING PARK, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.751679, 41.953443 ] } },
{ "type": "Feature", "properties": { "date": "21-Sep-14", "address": "5750 S NARRAGANSETT", "city": "Chicago", "state": "Illinois", "anov numbe": "P004317710", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 41.787151, "longitude": -87.781646, "coords": "41.787151, -87.781646", "geocoded_a": "5750 S Narragansett Ave", "query": "5750 S NARRAGANSETT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.781646, 41.787151 ] } },
{ "type": "Feature", "properties": { "date": "21-Sep-14", "address": "6350 N WESTERN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004596497", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.997106, "longitude": -87.689896, "coords": "41.997106, -87.689896", "geocoded_a": "6350 N Western Ave", "query": "6350 N WESTERN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.689896, 41.997106 ] } },
{ "type": "Feature", "properties": { "date": "21-Sep-14", "address": "6750 S STONY ISLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004595298", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "56", "latitude": 41.772111, "longitude": -87.58632, "coords": "41.772111, -87.586320", "geocoded_a": "6750 S Stony Island Ave", "query": "6750 S STONY ISLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.58632, 41.772111 ] } },
{ "type": "Feature", "properties": { "date": "21-Sep-14", "address": "7150 S JEFFERY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004595300", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.764552, "longitude": -87.576307, "coords": "41.764552, -87.576307", "geocoded_a": "7150 S Jeffery Blvd", "query": "7150 S JEFFERY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.576307, 41.764552 ] } },
{ "type": "Feature", "properties": { "date": "21-Sep-14", "address": "7850 S HALSTED", "city": "Chicago", "state": "Illinois", "anov numbe": "P004580203", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "32", "latitude": 41.751468, "longitude": -87.644112, "coords": "41.751468, -87.644112", "geocoded_a": "7850 S Halsted St", "query": "7850 S HALSTED, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.644112, 41.751468 ] } },
{ "type": "Feature", "properties": { "date": "21-Sep-14", "address": "8250 S INGLESIDE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004513247", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.744901, "longitude": -87.601419, "coords": "41.744901, -87.601419", "geocoded_a": "8250 S Ingleside Ave", "query": "8250 S INGLESIDE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.601419, 41.744901 ] } },
{ "type": "Feature", "properties": { "date": "21-Sep-14", "address": "850 N LAVERGNE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004553941", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "32", "latitude": 41.896511, "longitude": -87.75073, "coords": "41.896511, -87.750730", "geocoded_a": "850 N Lavergne Ave", "query": "850 N LAVERGNE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.75073, 41.896511 ] } },
{ "type": "Feature", "properties": { "date": "21-Sep-14", "address": "50 E 35TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004586314", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.831097, "longitude": -87.624742, "coords": "41.831097, -87.624742", "geocoded_a": "50 E 35th St", "query": "50 E 35TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.624742, 41.831097 ] } },
{ "type": "Feature", "properties": { "date": "22-Sep-14", "address": "10050 S HALSTED ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004589251", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "41", "latitude": 41.710841, "longitude": -87.64303, "coords": "41.710841, -87.643030", "geocoded_a": "10050 S Halsted St", "query": "10050 S HALSTED ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.64303, 41.710841 ] } },
{ "type": "Feature", "properties": { "date": "22-Sep-14", "address": "10050 S PRINCETON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004347312", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "40", "latitude": 41.71103, "longitude": -87.630857, "coords": "41.711030, -87.630857", "geocoded_a": "10050 S Princeton Ave", "query": "10050 S PRINCETON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.630857, 41.71103 ] } },
{ "type": "Feature", "properties": { "date": "22-Sep-14", "address": "1150 W 111TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004373761", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "48", "latitude": 41.692312, "longitude": -87.651359, "coords": "41.692312, -87.651359", "geocoded_a": "1150 W 111th St", "query": "1150 W 111TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.651359, 41.692312 ] } },
{ "type": "Feature", "properties": { "date": "22-Sep-14", "address": "1950 E 95TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004374438", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.722555, "longitude": -87.576484, "coords": "41.722555, -87.576484", "geocoded_a": "1950 E 95th St", "query": "1950 E 95TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.576484, 41.722555 ] } },
{ "type": "Feature", "properties": { "date": "22-Sep-14", "address": "150 E 120 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004500642", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "54", "latitude": 41.676272, "longitude": -87.618433, "coords": "41.676272, -87.618433", "geocoded_a": "150 E 120th St", "query": "150 E 120 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.618433, 41.676272 ] } },
{ "type": "Feature", "properties": { "date": "22-Sep-14", "address": "2350 S CHRISTIANA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004355646", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.84836, "longitude": -87.708826, "coords": "41.848360, -87.708826", "geocoded_a": "2350 S Christiana Ave", "query": "2350 S CHRISTIANA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.708826, 41.84836 ] } },
{ "type": "Feature", "properties": { "date": "22-Sep-14", "address": "2750 E 79TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004272942", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.751926, "longitude": -87.55738, "coords": "41.751926, -87.557380", "geocoded_a": "2750 E 79th St", "query": "2750 E 79TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.55738, 41.751926 ] } },
{ "type": "Feature", "properties": { "date": "22-Sep-14", "address": "250 N CICERO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004542575", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.885213, "longitude": -87.745501, "coords": "41.885213, -87.745501", "geocoded_a": "250 N Cicero Ave", "query": "250 N CICERO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.745501, 41.885213 ] } },
{ "type": "Feature", "properties": { "date": "22-Sep-14", "address": "3150 S ARCHER", "city": "Chicago", "state": "Illinois", "anov numbe": "P004522930", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.836842, "longitude": -87.667147, "coords": "41.836842, -87.667147", "geocoded_a": "3150 S Archer Ave", "query": "3150 S ARCHER, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.667147, 41.836842 ] } },
{ "type": "Feature", "properties": { "date": "22-Sep-14", "address": "3250 N CICERO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004516926", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "58", "latitude": 41.939986, "longitude": -87.74695, "coords": "41.939986, -87.746950", "geocoded_a": "3250 N Cicero Ave", "query": "3250 N CICERO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.74695, 41.939986 ] } },
{ "type": "Feature", "properties": { "date": "22-Sep-14", "address": "3850 W GEORGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P003782477", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "30", "latitude": 41.933734, "longitude": -87.723784, "coords": "41.933734, -87.723784", "geocoded_a": "3850 W George St", "query": "3850 W GEORGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.723784, 41.933734 ] } },
{ "type": "Feature", "properties": { "date": "22-Sep-14", "address": "350 E 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004410295", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.780234, "longitude": -87.616753, "coords": "41.780234, -87.616753", "geocoded_a": "350 E 63rd St", "query": "350 E 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.616753, 41.780234 ] } },
{ "type": "Feature", "properties": { "date": "22-Sep-14", "address": "350 N CENTRAL AV", "city": "Chicago", "state": "Illinois", "anov numbe": "P004406262", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.886658, "longitude": -87.765139, "coords": "41.886658, -87.765139", "geocoded_a": "350 N Central Ave", "query": "350 N CENTRAL AV, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.765139, 41.886658 ] } },
{ "type": "Feature", "properties": { "date": "22-Sep-14", "address": "350 S CICERO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004542576", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "33", "latitude": 41.875223, "longitude": -87.745136, "coords": "41.875223, -87.745136", "geocoded_a": "350 S Cicero Ave", "query": "350 S CICERO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.745136, 41.875223 ] } },
{ "type": "Feature", "properties": { "date": "22-Sep-14", "address": "4350 S ARCHER", "city": "Chicago", "state": "Illinois", "anov numbe": "P004583385", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.814359, "longitude": -87.703904, "coords": "41.814359, -87.703904", "geocoded_a": "4350 S Archer Ave", "query": "4350 S ARCHER, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.703904, 41.814359 ] } },
{ "type": "Feature", "properties": { "date": "22-Sep-14", "address": "4550 N BROADWAY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004585645", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.964439, "longitude": -87.656895, "coords": "41.964439, -87.656895", "geocoded_a": "4550 N Broadway", "query": "4550 N BROADWAY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.656895, 41.964439 ] } },
{ "type": "Feature", "properties": { "date": "22-Sep-14", "address": "4550 S WOOD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004580267", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.810729, "longitude": -87.669957, "coords": "41.810729, -87.669957", "geocoded_a": "4550 S Wood St", "query": "4550 S WOOD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.669957, 41.810729 ] } },
{ "type": "Feature", "properties": { "date": "22-Sep-14", "address": "4750 S WESTERN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004583387", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.807174, "longitude": -87.684432, "coords": "41.807174, -87.684432", "geocoded_a": "4750 S Western Ave", "query": "4750 S WESTERN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.684432, 41.807174 ] } },
{ "type": "Feature", "properties": { "date": "22-Sep-14", "address": "4750 S WESTERN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004583388", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "74", "latitude": 41.807174, "longitude": -87.684432, "coords": "41.807174, -87.684432", "geocoded_a": "4750 S Western Ave", "query": "4750 S WESTERN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.684432, 41.807174 ] } },
{ "type": "Feature", "properties": { "date": "22-Sep-14", "address": "4750 S WESTERN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004583406", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.807174, "longitude": -87.684432, "coords": "41.807174, -87.684432", "geocoded_a": "4750 S Western Ave", "query": "4750 S WESTERN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.684432, 41.807174 ] } },
{ "type": "Feature", "properties": { "date": "22-Sep-14", "address": "5250 W BELMONT", "city": "Chicago", "state": "Illinois", "anov numbe": "P004465457", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "45", "latitude": 41.938761, "longitude": -87.758048, "coords": "41.938761, -87.758048", "geocoded_a": "5250 W Belmont Ave", "query": "5250 W BELMONT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.758048, 41.938761 ] } },
{ "type": "Feature", "properties": { "date": "22-Sep-14", "address": "550 E 35TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004586302", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "48", "latitude": 41.83128, "longitude": -87.612575, "coords": "41.831280, -87.612575", "geocoded_a": "550 E 35th St", "query": "550 E 35TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.612575, 41.83128 ] } },
{ "type": "Feature", "properties": { "date": "22-Sep-14", "address": "6750 N SHERIDAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004580487", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "47", "latitude": 42.005062, "longitude": -87.660949, "coords": "42.005062, -87.660949", "geocoded_a": "6750 N Sheridan Rd", "query": "6750 N SHERIDAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.660949, 42.005062 ] } },
{ "type": "Feature", "properties": { "date": "22-Sep-14", "address": "7250 W BELMONT", "city": "Chicago", "state": "Illinois", "anov numbe": "P004270546", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "36", "latitude": 41.938021, "longitude": -87.80877, "coords": "41.938021, -87.80877", "geocoded_a": "7250 W Belmont Ave", "query": "7250 W BELMONT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.80877, 41.938021 ] } },
{ "type": "Feature", "properties": { "date": "22-Sep-14", "address": "7850 S YATES", "city": "Chicago", "state": "Illinois", "anov numbe": "P004541548", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.752665, "longitude": -87.566296, "coords": "41.752665, -87.566296", "geocoded_a": "7850 S Yates Blvd", "query": "7850 S YATES, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.566296, 41.752665 ] } },
{ "type": "Feature", "properties": { "date": "22-Sep-14", "address": "7950 S EXCHANGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004540699", "violation": "9-52-050 Riding in single file required--Exceptions.", "age": "52", "latitude": 41.750388, "longitude": -87.552919, "coords": "41.750388, -87.552919", "geocoded_a": "7950 S Exchange Ave", "query": "7950 S EXCHANGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.552919, 41.750388 ] } },
{ "type": "Feature", "properties": { "date": "22-Sep-14", "address": "750 N CICERO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004475485", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.894634, "longitude": -87.745852, "coords": "41.894634, -87.745852", "geocoded_a": "750 N Cicero Ave", "query": "750 N CICERO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.745852, 41.894634 ] } },
{ "type": "Feature", "properties": { "date": "22-Sep-14", "address": "9950 S AVENUE J", "city": "Chicago", "state": "Illinois", "anov numbe": "P004541554", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "30", "latitude": 41.714309, "longitude": -87.534079, "coords": "41.714309, -87.534079", "geocoded_a": "9950 S Avenue J", "query": "9950 S AVENUE J, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.534079, 41.714309 ] } },
{ "type": "Feature", "properties": { "date": "22-Sep-14", "address": "950 S INDEPENDENCE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004475205", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "50", "latitude": 41.869394, "longitude": -87.720271, "coords": "41.869394, -87.720271", "geocoded_a": "950 S Independence Blvd", "query": "950 S INDEPENDENCE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.720271, 41.869394 ] } },
{ "type": "Feature", "properties": { "date": "23-Sep-14", "address": "10550 S AVENUE J", "city": "Chicago", "state": "Illinois", "anov numbe": "P004585511", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "40", "latitude": 41.703066, "longitude": -87.53411, "coords": "41.703066, -87.534110", "geocoded_a": "10550 S Avenue J", "query": "10550 S AVENUE J, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.53411, 41.703066 ] } },
{ "type": "Feature", "properties": { "date": "23-Sep-14", "address": "10950 S MICHIGAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004541557", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "52", "latitude": 41.695317, "longitude": -87.62083, "coords": "41.695317, -87.620830", "geocoded_a": "10950 S Michigan Ave", "query": "10950 S MICHIGAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.62083, 41.695317 ] } },
{ "type": "Feature", "properties": { "date": "23-Sep-14", "address": "11550 S STATE ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004541556", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.683864, "longitude": -87.622894, "coords": "41.683864, -87.622894", "geocoded_a": "11550 S State St", "query": "11550 S STATE ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.622894, 41.683864 ] } },
{ "type": "Feature", "properties": { "date": "23-Sep-14", "address": "1450 E 67 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004597190", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "54", "latitude": 41.773368, "longitude": -87.590081, "coords": "41.773368, -87.590081", "geocoded_a": "1450 E 67th St", "query": "1450 E 67 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.590081, 41.773368 ] } },
{ "type": "Feature", "properties": { "date": "23-Sep-14", "address": "1450 E 67 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004597191", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "47", "latitude": 41.773368, "longitude": -87.590081, "coords": "41.773368, -87.590081", "geocoded_a": "1450 E 67th St", "query": "1450 E 67 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.590081, 41.773368 ] } },
{ "type": "Feature", "properties": { "date": "23-Sep-14", "address": "1750 W 76TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004484675", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.755832, "longitude": -87.66758, "coords": "41.755832, -87.667580", "geocoded_a": "1750 W 76th St", "query": "1750 W 76TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.66758, 41.755832 ] } },
{ "type": "Feature", "properties": { "date": "23-Sep-14", "address": "150 S WESTERN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004297897", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "47", "latitude": 41.87917, "longitude": -87.686429, "coords": "41.879170, -87.686429", "geocoded_a": "150 S Western Ave", "query": "150 S WESTERN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.686429, 41.87917 ] } },
{ "type": "Feature", "properties": { "date": "23-Sep-14", "address": "2350 N CICERO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004555890", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "49", "latitude": 41.923566, "longitude": -87.746336, "coords": "41.923566, -87.746336", "geocoded_a": "2350 N Cicero Ave", "query": "2350 N CICERO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.746336, 41.923566 ] } },
{ "type": "Feature", "properties": { "date": "23-Sep-14", "address": "3050 E 92ND ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004585492", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.72829, "longitude": -87.54915, "coords": "41.728290, -87.549150", "geocoded_a": "3050 E 92nd St", "query": "3050 E 92ND ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.54915, 41.72829 ] } },
{ "type": "Feature", "properties": { "date": "23-Sep-14", "address": "3550 W 80 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004318153", "violation": "9-52-080 Headlamps", "age": "22", "latitude": 41.747909, "longitude": -87.710966, "coords": "41.747909, -87.710966", "geocoded_a": "3550 W 80th St", "query": "3550 W 80 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.710966, 41.747909 ] } },
{ "type": "Feature", "properties": { "date": "23-Sep-14", "address": "3750 S CALIFORNIA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004529341", "violation": "9-52-080 Headlamps", "age": "25", "latitude": 41.825697, "longitude": -87.694725, "coords": "41.825697, -87.694725", "geocoded_a": "3750 S California Ave", "query": "3750 S CALIFORNIA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.694725, 41.825697 ] } },
{ "type": "Feature", "properties": { "date": "23-Sep-14", "address": "3750 S CALIFORNIA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004529342", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.825697, "longitude": -87.694725, "coords": "41.825697, -87.694725", "geocoded_a": "3750 S California Ave", "query": "3750 S CALIFORNIA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.694725, 41.825697 ] } },
{ "type": "Feature", "properties": { "date": "23-Sep-14", "address": "4050 W WRIGHTWOOD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004360104", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "44", "latitude": 41.928169, "longitude": -87.728142, "coords": "41.928169, -87.728142", "geocoded_a": "4050 W Wrightwood Ave", "query": "4050 W WRIGHTWOOD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.728142, 41.928169 ] } },
{ "type": "Feature", "properties": { "date": "23-Sep-14", "address": "5750 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004591107", "violation": "9-52-110(b) Use of communication devices while operating a", "age": "23", "latitude": 41.880253, "longitude": -87.768934, "coords": "41.880253, -87.768934", "geocoded_a": "5750 W Madison St", "query": "5750 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.768934, 41.880253 ] } },
{ "type": "Feature", "properties": { "date": "23-Sep-14", "address": "6350 S SACRAMENTO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004570426", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "33", "latitude": 41.777512, "longitude": -87.698267, "coords": "41.777512, -87.698267", "geocoded_a": "6350 S Sacramento Ave", "query": "6350 S SACRAMENTO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.698267, 41.777512 ] } },
{ "type": "Feature", "properties": { "date": "23-Sep-14", "address": "6750 S COTTAGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004587797", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "57", "latitude": 41.771616, "longitude": -87.605777, "coords": "41.771616, -87.605777", "geocoded_a": "6750 S Cottage Grove Ave", "query": "6750 S COTTAGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.605777, 41.771616 ] } },
{ "type": "Feature", "properties": { "date": "23-Sep-14", "address": "7650 S INDIANA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004491229", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.755544, "longitude": -87.619912, "coords": "41.755544, -87.619912", "geocoded_a": "7650 S Indiana Ave", "query": "7650 S INDIANA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.619912, 41.755544 ] } },
{ "type": "Feature", "properties": { "date": "23-Sep-14", "address": "8850 S ASHLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004373317", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "46", "latitude": 41.732748, "longitude": -87.66303, "coords": "41.732748, -87.663030", "geocoded_a": "8850 S Ashland Ave", "query": "8850 S ASHLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.66303, 41.732748 ] } },
{ "type": "Feature", "properties": { "date": "23-Sep-14", "address": "850 E 65 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004587798", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.776855, "longitude": -87.604246, "coords": "41.776855, -87.604246", "geocoded_a": "850 E 65th St", "query": "850 E 65 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.604246, 41.776855 ] } },
{ "type": "Feature", "properties": { "date": "23-Sep-14", "address": "50 E 111TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004540892", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "29", "latitude": 41.692689, "longitude": -87.621676, "coords": "41.692689, -87.621676", "geocoded_a": "50 E 111th St", "query": "50 E 111TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.621676, 41.692689 ] } },
{ "type": "Feature", "properties": { "date": "24-Sep-14", "address": "1150 W 51ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004529343", "violation": "9-52-080 Headlamps", "age": "21", "latitude": 41.801463, "longitude": -87.654622, "coords": "41.801463, -87.654622", "geocoded_a": "1150 W 51st St", "query": "1150 W 51ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.654622, 41.801463 ] } },
{ "type": "Feature", "properties": { "date": "24-Sep-14", "address": "1150 W 51ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004529344", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.801463, "longitude": -87.654622, "coords": "41.801463, -87.654622", "geocoded_a": "1150 W 51st St", "query": "1150 W 51ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.654622, 41.801463 ] } },
{ "type": "Feature", "properties": { "date": "24-Sep-14", "address": "1550 N MILWAUKEE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004389629", "violation": "9-52-010 Rights and duties.", "age": "30", "latitude": 41.909594, "longitude": -87.676249, "coords": "41.909594, -87.676249", "geocoded_a": "1550 N Milwaukee Ave", "query": "1550 N MILWAUKEE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.676249, 41.909594 ] } },
{ "type": "Feature", "properties": { "date": "24-Sep-14", "address": "1650 W 18 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004463418", "violation": "9-52-080 Headlamps", "age": "52", "latitude": 41.857797, "longitude": -87.66818, "coords": "41.857797, -87.668180", "geocoded_a": "1650 W 18th St", "query": "1650 W 18 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.66818, 41.857797 ] } },
{ "type": "Feature", "properties": { "date": "24-Sep-14", "address": "150 W 103RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004314375", "violation": "9-52-110(b) Use of communication devices while operating a", "age": "27", "latitude": 41.707145, "longitude": -87.627842, "coords": "41.707145, -87.627842", "geocoded_a": "150 W 103rd St", "query": "150 W 103RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.627842, 41.707145 ] } },
{ "type": "Feature", "properties": { "date": "24-Sep-14", "address": "2350 W 68TH STREET", "city": "Chicago", "state": "Illinois", "anov numbe": "P004570352", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 41.770231, "longitude": -87.682472, "coords": "41.770231, -87.682472", "geocoded_a": "2350 W 68th St", "query": "2350 W 68TH STREET, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.682472, 41.770231 ] } },
{ "type": "Feature", "properties": { "date": "24-Sep-14", "address": "2450 W DIVISION", "city": "Chicago", "state": "Illinois", "anov numbe": "P004463417", "violation": "9-52-080 Headlamps", "age": "48", "latitude": 41.903005, "longitude": -87.689032, "coords": "41.903005, -87.689032", "geocoded_a": "2450 W Division St", "query": "2450 W DIVISION, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.689032, 41.903005 ] } },
{ "type": "Feature", "properties": { "date": "24-Sep-14", "address": "2650 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004594912", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.842987, "longitude": -87.705029, "coords": "41.842987, -87.705029", "geocoded_a": "2650 S Kedzie Ave", "query": "2650 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.705029, 41.842987 ] } },
{ "type": "Feature", "properties": { "date": "24-Sep-14", "address": "3350 W 26ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004553651", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.844496, "longitude": -87.709611, "coords": "41.844496, -87.709611", "geocoded_a": "3350 W 26th St", "query": "3350 W 26ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.709611, 41.844496 ] } },
{ "type": "Feature", "properties": { "date": "24-Sep-14", "address": "3350 W 26TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004594897", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "27", "latitude": 41.844496, "longitude": -87.709611, "coords": "41.844496, -87.709611", "geocoded_a": "3350 W 26th St", "query": "3350 W 26TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.709611, 41.844496 ] } },
{ "type": "Feature", "properties": { "date": "24-Sep-14", "address": "3350 W 26TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004583228", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.844496, "longitude": -87.709611, "coords": "41.844496, -87.709611", "geocoded_a": "3350 W 26th St", "query": "3350 W 26TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.709611, 41.844496 ] } },
{ "type": "Feature", "properties": { "date": "24-Sep-14", "address": "3650 W DOUGLAS", "city": "Chicago", "state": "Illinois", "anov numbe": "P004521293", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.862866, "longitude": -87.716632, "coords": "41.862866, -87.716632", "geocoded_a": "3650 W Douglas Blvd", "query": "3650 W DOUGLAS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.716632, 41.862866 ] } },
{ "type": "Feature", "properties": { "date": "24-Sep-14", "address": "3750 W GRAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004267919", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "57", "latitude": 41.903967, "longitude": -87.720704, "coords": "41.903967, -87.720704", "geocoded_a": "3750 W Grand Ave", "query": "3750 W GRAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.720704, 41.903967 ] } },
{ "type": "Feature", "properties": { "date": "24-Sep-14", "address": "3950 W ROOSEVELT RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004548287", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.866197, "longitude": -87.724641, "coords": "41.866197, -87.724641", "geocoded_a": "3950 W Roosevelt Rd", "query": "3950 W ROOSEVELT RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.724641, 41.866197 ] } },
{ "type": "Feature", "properties": { "date": "24-Sep-14", "address": "350 N LARAMIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004536152", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "41", "latitude": 41.887009, "longitude": -87.755379, "coords": "41.887009, -87.755379", "geocoded_a": "350 N Laramie Ave", "query": "350 N LARAMIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.755379, 41.887009 ] } },
{ "type": "Feature", "properties": { "date": "24-Sep-14", "address": "450 N LARAMIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004536151", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.888696, "longitude": -87.755434, "coords": "41.888696, -87.755434", "geocoded_a": "450 N Laramie Ave", "query": "450 N LARAMIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.755434, 41.888696 ] } },
{ "type": "Feature", "properties": { "date": "24-Sep-14", "address": "450 N LARAMIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004538860", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "52", "latitude": 41.888696, "longitude": -87.755434, "coords": "41.888696, -87.755434", "geocoded_a": "450 N Laramie Ave", "query": "450 N LARAMIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.755434, 41.888696 ] } },
{ "type": "Feature", "properties": { "date": "24-Sep-14", "address": "5150 S MAY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004529345", "violation": "9-52-080 Headlamps", "age": "19", "latitude": 41.799967, "longitude": -87.653836, "coords": "41.799967, -87.653836", "geocoded_a": "5150 S May St", "query": "5150 S MAY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.653836, 41.799967 ] } },
{ "type": "Feature", "properties": { "date": "24-Sep-14", "address": "5550 W FULLERTON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004532602", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.924026, "longitude": -87.765533, "coords": "41.924026, -87.765533", "geocoded_a": "5550 W Fullerton Ave", "query": "5550 W FULLERTON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.765533, 41.924026 ] } },
{ "type": "Feature", "properties": { "date": "24-Sep-14", "address": "550 E PERSHING RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004504314", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.823947, "longitude": -87.613526, "coords": "41.823947, -87.613526", "geocoded_a": "550 E Pershing Rd", "query": "550 E PERSHING RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.613526, 41.823947 ] } },
{ "type": "Feature", "properties": { "date": "24-Sep-14", "address": "6050 S KING DR", "city": "Chicago", "state": "Illinois", "anov numbe": "P004504313", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "36", "latitude": 41.784737, "longitude": -87.615801, "coords": "41.784737, -87.615801", "geocoded_a": "6050 S King Dr", "query": "6050 S KING DR, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.615801, 41.784737 ] } },
{ "type": "Feature", "properties": { "date": "24-Sep-14", "address": "6250 S WESTERN AV", "city": "Chicago", "state": "Illinois", "anov numbe": "P004570647", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "47", "latitude": 41.780137, "longitude": -87.683712, "coords": "41.780137, -87.683712", "geocoded_a": "6250 S Western Ave", "query": "6250 S WESTERN AV, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.683712, 41.780137 ] } },
{ "type": "Feature", "properties": { "date": "24-Sep-14", "address": "6650 S WESTERN A", "city": "Chicago", "state": "Illinois", "anov numbe": "P004570648", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "36", "latitude": 41.772821, "longitude": -87.683517, "coords": "41.772821, -87.683517", "geocoded_a": "6650 S Western Ave", "query": "6650 S WESTERN A, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.683517, 41.772821 ] } },
{ "type": "Feature", "properties": { "date": "24-Sep-14", "address": "750 S SACRAMENTO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004591305", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "29", "latitude": 41.871592, "longitude": -87.701002, "coords": "41.871592, -87.701002", "geocoded_a": "750 S Sacramento Blvd", "query": "750 S SACRAMENTO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.701002, 41.871592 ] } },
{ "type": "Feature", "properties": { "date": "25-Sep-14", "address": "1550 W GRANVILLE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508831", "violation": "9-52-040 Yielding right-of-way.", "age": "22", "latitude": 41.994512, "longitude": -87.668919, "coords": "41.994512, -87.668919", "geocoded_a": "1550 W Granville Ave", "query": "1550 W GRANVILLE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.668919, 41.994512 ] } },
{ "type": "Feature", "properties": { "date": "25-Sep-14", "address": "3750 W 26TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356899", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "53", "latitude": 41.844418, "longitude": -87.718832, "coords": "41.844418, -87.718832", "geocoded_a": "3750 W 26th St", "query": "3750 W 26TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.718832, 41.844418 ] } },
{ "type": "Feature", "properties": { "date": "25-Sep-14", "address": "4150 W OGDEN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004357919", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "42", "latitude": 41.849999, "longitude": -87.728016, "coords": "41.849999, -87.728016", "geocoded_a": "4150 W Ogden Ave", "query": "4150 W OGDEN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.728016, 41.849999 ] } },
{ "type": "Feature", "properties": { "date": "25-Sep-14", "address": "4150 W OGDEN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004600650", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "42", "latitude": 41.849999, "longitude": -87.728016, "coords": "41.849999, -87.728016", "geocoded_a": "4150 W Ogden Ave", "query": "4150 W OGDEN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.728016, 41.849999 ] } },
{ "type": "Feature", "properties": { "date": "25-Sep-14", "address": "6450 N NORTHWEST HWY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004489253", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "44", "latitude": 41.997847, "longitude": -87.808389, "coords": "41.997847, -87.808389", "geocoded_a": "6450 N Northwest Hwy", "query": "6450 N NORTHWEST HWY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.808389, 41.997847 ] } },
{ "type": "Feature", "properties": { "date": "25-Sep-14", "address": "6650 N WESTERN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004568454", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 42.002854, "longitude": -87.69004, "coords": "42.002854, -87.690040", "geocoded_a": "6650 N Western Ave", "query": "6650 N WESTERN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.69004, 42.002854 ] } },
{ "type": "Feature", "properties": { "date": "25-Sep-14", "address": "7150 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004473553", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.763303, "longitude": -87.702866, "coords": "41.763303, -87.702866", "geocoded_a": "7150 S Kedzie Ave", "query": "7150 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.702866, 41.763303 ] } },
{ "type": "Feature", "properties": { "date": "25-Sep-14", "address": "7450 S YATES", "city": "Chicago", "state": "Illinois", "anov numbe": "P004535738", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.759864, "longitude": -87.566432, "coords": "41.759864, -87.566432", "geocoded_a": "7450 S Yates Blvd", "query": "7450 S YATES, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.566432, 41.759864 ] } },
{ "type": "Feature", "properties": { "date": "25-Sep-14", "address": "7650 S EXCHANGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004540906", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "54", "latitude": 41.756332, "longitude": -87.557393, "coords": "41.756332, -87.557393", "geocoded_a": "7650 S Exchange Ave", "query": "7650 S EXCHANGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.557393, 41.756332 ] } },
{ "type": "Feature", "properties": { "date": "25-Sep-14", "address": "7850 S ST LOUIS", "city": "Chicago", "state": "Illinois", "anov numbe": "P004472587", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "23", "latitude": 41.750387, "longitude": -87.709777, "coords": "41.750387, -87.709777", "geocoded_a": "7850 S St Louis Ave", "query": "7850 S ST LOUIS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.709777, 41.750387 ] } },
{ "type": "Feature", "properties": { "date": "25-Sep-14", "address": "8450 S ASHLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004540806", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.739722, "longitude": -87.663197, "coords": "41.739722, -87.663197", "geocoded_a": "8450 S Ashland Ave", "query": "8450 S ASHLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.663197, 41.739722 ] } },
{ "type": "Feature", "properties": { "date": "25-Sep-14", "address": "50 E 111TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004347816", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.692689, "longitude": -87.621676, "coords": "41.692689, -87.621676", "geocoded_a": "50 E 111th St", "query": "50 E 111TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.621676, 41.692689 ] } },
{ "type": "Feature", "properties": { "date": "26-Sep-14", "address": "10950 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004511682", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "32", "latitude": 41.694136, "longitude": -87.700969, "coords": "41.694136, -87.700969", "geocoded_a": "10950 S Kedzie Ave", "query": "10950 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.700969, 41.694136 ] } },
{ "type": "Feature", "properties": { "date": "26-Sep-14", "address": "1150 W THORNDALE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004345264", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "41", "latitude": 41.990021, "longitude": -87.659608, "coords": "41.990021, -87.659608", "geocoded_a": "1150 W Thorndale Ave", "query": "1150 W THORNDALE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.659608, 41.990021 ] } },
{ "type": "Feature", "properties": { "date": "26-Sep-14", "address": "1550 E 67TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004607821", "violation": "9-52-010 Rights and duties.", "age": "26", "latitude": 41.772478, "longitude": -87.586834, "coords": "41.772478, -87.586834", "geocoded_a": "1550 E 67th Pl", "query": "1550 E 67TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.586834, 41.772478 ] } },
{ "type": "Feature", "properties": { "date": "26-Sep-14", "address": "1650 N LUNA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004269770", "violation": "9-52-050 Riding in single file required--Exceptions.", "age": "29", "latitude": 41.910902, "longitude": -87.764277, "coords": "41.910902, -87.764277", "geocoded_a": "1650 N Luna Ave", "query": "1650 N LUNA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.764277, 41.910902 ] } },
{ "type": "Feature", "properties": { "date": "26-Sep-14", "address": "1950 W GARFIELD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004464577", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.793979, "longitude": -87.673471, "coords": "41.793979, -87.673471", "geocoded_a": "1950 W Garfield Blvd", "query": "1950 W GARFIELD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.673471, 41.793979 ] } },
{ "type": "Feature", "properties": { "date": "26-Sep-14", "address": "150 W 111TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004347817", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 41.692596, "longitude": -87.627161, "coords": "41.692596, -87.627161", "geocoded_a": "150 W 111th St", "query": "150 W 111TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.627161, 41.692596 ] } },
{ "type": "Feature", "properties": { "date": "26-Sep-14", "address": "3150 W 24TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004600218", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.848216, "longitude": -87.704303, "coords": "41.848216, -87.704303", "geocoded_a": "3150 W 24th St", "query": "3150 W 24TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.704303, 41.848216 ] } },
{ "type": "Feature", "properties": { "date": "26-Sep-14", "address": "3550 S COTTAGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004553652", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.829783, "longitude": -87.609971, "coords": "41.829783, -87.609971", "geocoded_a": "3550 S Cottage Grove Ave", "query": "3550 S COTTAGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.609971, 41.829783 ] } },
{ "type": "Feature", "properties": { "date": "26-Sep-14", "address": "3850 W 26TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004358507", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.844382, "longitude": -87.721267, "coords": "41.844382, -87.721267", "geocoded_a": "3850 W 26th St", "query": "3850 W 26TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.721267, 41.844382 ] } },
{ "type": "Feature", "properties": { "date": "26-Sep-14", "address": "4450 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004359466", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "31", "latitude": 41.880613, "longitude": -87.737443, "coords": "41.880613, -87.737443", "geocoded_a": "4450 W Madison St", "query": "4450 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.737443, 41.880613 ] } },
{ "type": "Feature", "properties": { "date": "26-Sep-14", "address": "5950 W MADISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004553942", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.880102, "longitude": -87.773794, "coords": "41.880102, -87.773794", "geocoded_a": "5950 W Madison St", "query": "5950 W MADISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.773794, 41.880102 ] } },
{ "type": "Feature", "properties": { "date": "26-Sep-14", "address": "6650 N SHERIDAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004595611", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "29", "latitude": 42.003042, "longitude": -87.660876, "coords": "42.003042, -87.660876", "geocoded_a": "6650 N Sheridan Rd", "query": "6650 N SHERIDAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.660876, 42.003042 ] } },
{ "type": "Feature", "properties": { "date": "26-Sep-14", "address": "8450 S MACKINAW", "city": "Chicago", "state": "Illinois", "anov numbe": "P004585493", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.741441, "longitude": -87.543029, "coords": "41.741441, -87.543029", "geocoded_a": "8450 S Mackinaw Ave", "query": "8450 S MACKINAW, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.543029, 41.741441 ] } },
{ "type": "Feature", "properties": { "date": "26-Sep-14", "address": "8750 S BURLEY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004396260", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "30", "latitude": 41.736527, "longitude": -87.545838, "coords": "41.736527, -87.545838", "geocoded_a": "8750 S Burley Ave", "query": "8750 S BURLEY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.545838, 41.736527 ] } },
{ "type": "Feature", "properties": { "date": "27-Sep-14", "address": "1350 W 18 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004463422", "violation": "9-52-080 Headlamps", "age": "22", "latitude": 41.857895, "longitude": -87.660683, "coords": "41.857895, -87.660683", "geocoded_a": "1350 W 18th St", "query": "1350 W 18 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.660683, 41.857895 ] } },
{ "type": "Feature", "properties": { "date": "27-Sep-14", "address": "1350 W 18 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004463423", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.857895, "longitude": -87.660683, "coords": "41.857895, -87.660683", "geocoded_a": "1350 W 18th St", "query": "1350 W 18 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.660683, 41.857895 ] } },
{ "type": "Feature", "properties": { "date": "27-Sep-14", "address": "1450 E 75TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004587800", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.758805, "longitude": -87.589039, "coords": "41.758805, -87.589039", "geocoded_a": "1450 E 75th St", "query": "1450 E 75TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.589039, 41.758805 ] } },
{ "type": "Feature", "properties": { "date": "27-Sep-14", "address": "1450 W ROOSEVELT", "city": "Chicago", "state": "Illinois", "anov numbe": "P004463424", "violation": "9-52-110(b) Use of communication devices while operating a", "age": "20", "latitude": 41.867018, "longitude": -87.662809, "coords": "41.867018, -87.662809", "geocoded_a": "1450 W Roosevelt Rd", "query": "1450 W ROOSEVELT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.662809, 41.867018 ] } },
{ "type": "Feature", "properties": { "date": "27-Sep-14", "address": "2950 W MADISON ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004591320", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.881105, "longitude": -87.700244, "coords": "41.881105, -87.700244", "geocoded_a": "2950 W Madison St", "query": "2950 W MADISON ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.700244, 41.881105 ] } },
{ "type": "Feature", "properties": { "date": "27-Sep-14", "address": "3750 W ROOSEVELT", "city": "Chicago", "state": "Illinois", "anov numbe": "P004359061", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "48", "latitude": 41.866331, "longitude": -87.719013, "coords": "41.866331, -87.719013", "geocoded_a": "3750 W Roosevelt Rd", "query": "3750 W ROOSEVELT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.719013, 41.866331 ] } },
{ "type": "Feature", "properties": { "date": "27-Sep-14", "address": "3950 W ARTHINGTON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004561330", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.869846, "longitude": -87.724871, "coords": "41.869846, -87.724871", "geocoded_a": "3950 W Arthington St", "query": "3950 W ARTHINGTON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.724871, 41.869846 ] } },
{ "type": "Feature", "properties": { "date": "27-Sep-14", "address": "3950 W GRENSHAW", "city": "Chicago", "state": "Illinois", "anov numbe": "P004381023", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.867101, "longitude": -87.724871, "coords": "41.867101, -87.724871", "geocoded_a": "3950 W Grenshaw St", "query": "3950 W GRENSHAW, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.724871, 41.867101 ] } },
{ "type": "Feature", "properties": { "date": "27-Sep-14", "address": "450 E 47TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004595304", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "40", "latitude": 41.809497, "longitude": -87.614352, "coords": "41.809497, -87.614352", "geocoded_a": "450 E 47th St", "query": "450 E 47TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.614352, 41.809497 ] } },
{ "type": "Feature", "properties": { "date": "27-Sep-14", "address": "6050 W WRIGHTWOOD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004532963", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.927534, "longitude": -87.777389, "coords": "41.927534, -87.777389", "geocoded_a": "6050 W Wrightwood Ave", "query": "6050 W WRIGHTWOOD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.777389, 41.927534 ] } },
{ "type": "Feature", "properties": { "date": "27-Sep-14", "address": "6250 S LANGLEY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004535257", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "38", "latitude": 41.780785, "longitude": -87.608436, "coords": "41.780785, -87.608436", "geocoded_a": "6250 S Langley Ave", "query": "6250 S LANGLEY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.608436, 41.780785 ] } },
{ "type": "Feature", "properties": { "date": "27-Sep-14", "address": "6350 S ASHLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004335128", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.777989, "longitude": -87.664245, "coords": "41.777989, -87.664245", "geocoded_a": "6350 S Ashland Ave", "query": "6350 S ASHLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.664245, 41.777989 ] } },
{ "type": "Feature", "properties": { "date": "27-Sep-14", "address": "6450 S STONY ISLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004548703", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "54", "latitude": 41.777216, "longitude": -87.586369, "coords": "41.777216, -87.586369", "geocoded_a": "6450 S Stony Island Ave", "query": "6450 S STONY ISLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.586369, 41.777216 ] } },
{ "type": "Feature", "properties": { "date": "27-Sep-14", "address": "6750 N CLARK", "city": "Chicago", "state": "Illinois", "anov numbe": "P004508225", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "47", "latitude": 42.004945, "longitude": -87.673014, "coords": "42.004945, -87.673014", "geocoded_a": "6750 N Clark St", "query": "6750 N CLARK, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.673014, 42.004945 ] } },
{ "type": "Feature", "properties": { "date": "27-Sep-14", "address": "650 S RACINE", "city": "Chicago", "state": "Illinois", "anov numbe": "P003897090", "violation": "9-52-080 Headlamps", "age": "22", "latitude": 41.873402, "longitude": -87.656871, "coords": "41.873402, -87.656871", "geocoded_a": "650 S Racine Ave", "query": "650 S RACINE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.656871, 41.873402 ] } },
{ "type": "Feature", "properties": { "date": "27-Sep-14", "address": "8350 S COTTAGE GROVE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004449030", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.742512, "longitude": -87.605058, "coords": "41.742512, -87.605058", "geocoded_a": "8350 S Cottage Grove Ave", "query": "8350 S COTTAGE GROVE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.605058, 41.742512 ] } },
{ "type": "Feature", "properties": { "date": "28-Sep-14", "address": "5650 N WESTERN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004499906", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.984567, "longitude": -87.68951, "coords": "41.984567, -87.689510", "geocoded_a": "5650 N Western Ave", "query": "5650 N WESTERN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.68951, 41.984567 ] } },
{ "type": "Feature", "properties": { "date": "28-Sep-14", "address": "5950 S MAY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004615122", "violation": "9-52-110(b) Use of communication devices while operating a", "age": "57", "latitude": 41.785433, "longitude": -87.653476, "coords": "41.785433, -87.653476", "geocoded_a": "5950 S May St", "query": "5950 S MAY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.653476, 41.785433 ] } },
{ "type": "Feature", "properties": { "date": "28-Sep-14", "address": "6750 S WOLCOTT", "city": "Chicago", "state": "Illinois", "anov numbe": "P004563952", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "49", "latitude": 41.770619, "longitude": -87.671277, "coords": "41.770619, -87.671277", "geocoded_a": "6750 S Wolcott Ave", "query": "6750 S WOLCOTT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.671277, 41.770619 ] } },
{ "type": "Feature", "properties": { "date": "28-Sep-14", "address": "7050 W BELMONT", "city": "Chicago", "state": "Illinois", "anov numbe": "P004516744", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "44", "latitude": 41.938086, "longitude": -87.803253, "coords": "41.938086, -87.803253", "geocoded_a": "7050 W Belmont Ave", "query": "7050 W BELMONT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.803253, 41.938086 ] } },
{ "type": "Feature", "properties": { "date": "28-Sep-14", "address": "50 N WESTERN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004297898", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "24", "latitude": 41.882298, "longitude": -87.686506, "coords": "41.882298, -87.686506", "geocoded_a": "50 N Western Ave", "query": "50 N WESTERN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.686506, 41.882298 ] } },
{ "type": "Feature", "properties": { "date": "29-Sep-14", "address": "1050 N ASHLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P003897094", "violation": "9-52-080 Headlamps", "age": "25", "latitude": 41.9012, "longitude": -87.667497, "coords": "41.901200, -87.667497", "geocoded_a": "1050 N Ashland Ave", "query": "1050 N ASHLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.667497, 41.9012 ] } },
{ "type": "Feature", "properties": { "date": "29-Sep-14", "address": "1250 W 59TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004615155", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.786896, "longitude": -87.656953, "coords": "41.786896, -87.656953", "geocoded_a": "1250 W 59th St", "query": "1250 W 59TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.656953, 41.786896 ] } },
{ "type": "Feature", "properties": { "date": "29-Sep-14", "address": "1450 W 18 ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004442863", "violation": "9-52-080 Headlamps", "age": "53", "latitude": 41.857857, "longitude": -87.663284, "coords": "41.857857, -87.663284", "geocoded_a": "1450 W 18th St", "query": "1450 W 18 ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.663284, 41.857857 ] } },
{ "type": "Feature", "properties": { "date": "29-Sep-14", "address": "1850 E 67TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004595306", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.77346, "longitude": -87.580076, "coords": "41.773460, -87.580076", "geocoded_a": "1850 E 67th St", "query": "1850 E 67TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.580076, 41.77346 ] } },
{ "type": "Feature", "properties": { "date": "29-Sep-14", "address": "1850 S ASHLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004442862", "violation": "9-52-080 Headlamps", "age": "41", "latitude": 41.856271, "longitude": -87.666136, "coords": "41.856271, -87.666136", "geocoded_a": "1850 S Ashland Ave", "query": "1850 S ASHLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.666136, 41.856271 ] } },
{ "type": "Feature", "properties": { "date": "29-Sep-14", "address": "150 W DIVISION", "city": "Chicago", "state": "Illinois", "anov numbe": "P004604832", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 41.903926, "longitude": -87.633224, "coords": "41.903926, -87.633224", "geocoded_a": "150 W Division St", "query": "150 W DIVISION, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.633224, 41.903926 ] } },
{ "type": "Feature", "properties": { "date": "29-Sep-14", "address": "2350 N KILPATRICK", "city": "Chicago", "state": "Illinois", "anov numbe": "P004554930", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "64", "latitude": 41.923834, "longitude": -87.743922, "coords": "41.923834, -87.743922", "geocoded_a": "2350 N Kilpatrick Ave", "query": "2350 N KILPATRICK, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.743922, 41.923834 ] } },
{ "type": "Feature", "properties": { "date": "29-Sep-14", "address": "2550 S WHIPPLE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004600640", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "27", "latitude": 41.845002, "longitude": -87.701445, "coords": "41.845002, -87.701445", "geocoded_a": "2550 S Whipple St", "query": "2550 S WHIPPLE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.701445, 41.845002 ] } },
{ "type": "Feature", "properties": { "date": "29-Sep-14", "address": "4350 S WOOD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004578799", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.81489, "longitude": -87.670038, "coords": "41.814890, -87.670038", "geocoded_a": "4350 S Wood St", "query": "4350 S WOOD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.670038, 41.81489 ] } },
{ "type": "Feature", "properties": { "date": "29-Sep-14", "address": "4950 N MILWAUKEE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004446207", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "59", "latitude": 41.970846, "longitude": -87.763478, "coords": "41.970846, -87.763478", "geocoded_a": "4950 N Milwaukee Ave", "query": "4950 N MILWAUKEE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.763478, 41.970846 ] } },
{ "type": "Feature", "properties": { "date": "29-Sep-14", "address": "5550 S RACINE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004564027", "violation": "9-52-030 Speed of bicycles.", "age": "25", "latitude": 41.792908, "longitude": -87.654907, "coords": "41.792908, -87.654907", "geocoded_a": "5550 S Racine Ave", "query": "5550 S RACINE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.654907, 41.792908 ] } },
{ "type": "Feature", "properties": { "date": "29-Sep-14", "address": "5650 S ASHLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004622519", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "42", "latitude": 41.790698, "longitude": -87.66453, "coords": "41.790698, -87.664530", "geocoded_a": "5650 S Ashland Ave", "query": "5650 S ASHLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.66453, 41.790698 ] } },
{ "type": "Feature", "properties": { "date": "29-Sep-14", "address": "5750 N CENTRAL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004465460", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "33", "latitude": 41.985457, "longitude": -87.76834, "coords": "41.985457, -87.768340", "geocoded_a": "5750 N Central Ave", "query": "5750 N CENTRAL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.76834, 41.985457 ] } },
{ "type": "Feature", "properties": { "date": "29-Sep-14", "address": "6950 S ASHLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004615221", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.767402, "longitude": -87.663915, "coords": "41.767402, -87.663915", "geocoded_a": "6950 S Ashland Ave", "query": "6950 S ASHLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.663915, 41.767402 ] } },
{ "type": "Feature", "properties": { "date": "29-Sep-14", "address": "850 N WESTERN", "city": "Chicago", "state": "Illinois", "anov numbe": "P003897092", "violation": "9-52-080 Headlamps", "age": "25", "latitude": 41.897284, "longitude": -87.686906, "coords": "41.897284, -87.686906", "geocoded_a": "850 N Western Ave", "query": "850 N WESTERN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.686906, 41.897284 ] } },
{ "type": "Feature", "properties": { "date": "29-Sep-14", "address": "850 N WESTERN", "city": "Chicago", "state": "Illinois", "anov numbe": "P003897093", "violation": "9-52-080 Headlamps", "age": "25", "latitude": 41.897284, "longitude": -87.686906, "coords": "41.897284, -87.686906", "geocoded_a": "850 N Western Ave", "query": "850 N WESTERN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.686906, 41.897284 ] } },
{ "type": "Feature", "properties": { "date": "29-Sep-14", "address": "950 N WESTERN", "city": "Chicago", "state": "Illinois", "anov numbe": "P003897091", "violation": "9-52-080 Headlamps", "age": "42", "latitude": 41.899032, "longitude": -87.686948, "coords": "41.899032, -87.686948", "geocoded_a": "950 N Western Ave", "query": "950 N WESTERN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.686948, 41.899032 ] } },
{ "type": "Feature", "properties": { "date": "29-Sep-14", "address": "50 E 59TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004621676", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "29", "latitude": 41.787464, "longitude": -87.623816, "coords": "41.787464, -87.623816", "geocoded_a": "50 E 59th St", "query": "50 E 59TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.623816, 41.787464 ] } },
{ "type": "Feature", "properties": { "date": "29-Sep-14", "address": "50 N CICERO", "city": "Chicago", "state": "Illinois", "anov numbe": "P004591108", "violation": "9-52-110(b) Use of communication devices while operating a", "age": "19", "latitude": 41.881157, "longitude": -87.745345, "coords": "41.881157, -87.745345", "geocoded_a": "50 N Cicero Ave", "query": "50 N CICERO, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.745345, 41.881157 ] } },
{ "type": "Feature", "properties": { "date": "30-Sep-14", "address": "1050 W 18TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004462932", "violation": "9-52-080 Headlamps", "age": "23", "latitude": 41.85807, "longitude": -87.652592, "coords": "41.858070, -87.652592", "geocoded_a": "1050 W 18th St", "query": "1050 W 18TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.652592, 41.85807 ] } },
{ "type": "Feature", "properties": { "date": "30-Sep-14", "address": "1050 W 18TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004462933", "violation": "9-52-010 Rights and duties.", "age": "23", "latitude": 41.85807, "longitude": -87.652592, "coords": "41.858070, -87.652592", "geocoded_a": "1050 W 18th St", "query": "1050 W 18TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.652592, 41.85807 ] } },
{ "type": "Feature", "properties": { "date": "30-Sep-14", "address": "11850 S STEWART", "city": "Chicago", "state": "Illinois", "anov numbe": "P004346652", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.678272, "longitude": -87.632346, "coords": "41.678272, -87.632346", "geocoded_a": "11850 S Stewart Ave", "query": "11850 S STEWART, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.632346, 41.678272 ] } },
{ "type": "Feature", "properties": { "date": "30-Sep-14", "address": "12450 S INDIANA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004347820", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "53", "latitude": 41.668256, "longitude": -87.617569, "coords": "41.668256, -87.617569", "geocoded_a": "12450 S Indiana Ave", "query": "12450 S INDIANA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.617569, 41.668256 ] } },
{ "type": "Feature", "properties": { "date": "30-Sep-14", "address": "1250 W 18TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004462934", "violation": "9-52-080 Headlamps", "age": "24", "latitude": 41.858, "longitude": -87.658025, "coords": "41.858000, -87.658025", "geocoded_a": "1250 W 18th St", "query": "1250 W 18TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.658025, 41.858 ] } },
{ "type": "Feature", "properties": { "date": "30-Sep-14", "address": "1350 W 108TH PL", "city": "Chicago", "state": "Illinois", "anov numbe": "P004615157", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.696753, "longitude": -87.656724, "coords": "41.696753, -87.656724", "geocoded_a": "1350 W 108th Pl", "query": "1350 W 108TH PL, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.656724, 41.696753 ] } },
{ "type": "Feature", "properties": { "date": "30-Sep-14", "address": "1850 S BLUE ISLAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004462935", "violation": "9-52-080 Headlamps", "age": "28", "latitude": 41.856557, "longitude": -87.662294, "coords": "41.856557, -87.662294", "geocoded_a": "1850 S Blue Island Ave", "query": "1850 S BLUE ISLAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.662294, 41.856557 ] } },
{ "type": "Feature", "properties": { "date": "30-Sep-14", "address": "1850 S TROY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004357867", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "32", "latitude": 41.855913, "longitude": -87.704193, "coords": "41.855913, -87.704193", "geocoded_a": "1850 S Troy St", "query": "1850 S TROY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.704193, 41.855913 ] } },
{ "type": "Feature", "properties": { "date": "30-Sep-14", "address": "2150 W DEVON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004596501", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "32", "latitude": 41.997866, "longitude": -87.684542, "coords": "41.997866, -87.684542", "geocoded_a": "2150 W Devon Ave", "query": "2150 W DEVON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.684542, 41.997866 ] } },
{ "type": "Feature", "properties": { "date": "30-Sep-14", "address": "2650 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004472589", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "33", "latitude": 41.779177, "longitude": -87.690473, "coords": "41.779177, -87.690473", "geocoded_a": "2650 W 63rd St", "query": "2650 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.690473, 41.779177 ] } },
{ "type": "Feature", "properties": { "date": "30-Sep-14", "address": "2750 W JACKSON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004191015", "violation": "9-52-010 Rights and duties.", "age": "19", "latitude": 41.877471, "longitude": -87.695742, "coords": "41.877471, -87.695742", "geocoded_a": "2750 W Jackson Blvd", "query": "2750 W JACKSON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.695742, 41.877471 ] } },
{ "type": "Feature", "properties": { "date": "30-Sep-14", "address": "5950 W DIVISION", "city": "Chicago", "state": "Illinois", "anov numbe": "P004484025", "violation": "9-52-040 Yielding right-of-way.", "age": "22", "latitude": 41.902044, "longitude": -87.774644, "coords": "41.902044, -87.774644", "geocoded_a": "5950 W Division St", "query": "5950 W DIVISION, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.774644, 41.902044 ] } },
{ "type": "Feature", "properties": { "date": "30-Sep-14", "address": "6350 S ALBANY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004570353", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "39", "latitude": 41.777926, "longitude": -87.700706, "coords": "41.777926, -87.700706", "geocoded_a": "6350 S Albany Ave", "query": "6350 S ALBANY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.700706, 41.777926 ] } },
{ "type": "Feature", "properties": { "date": "30-Sep-14", "address": "6450 S CALIFORNIA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004473346", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.775759, "longitude": -87.693348, "coords": "41.775759, -87.693348", "geocoded_a": "6450 S California Ave", "query": "6450 S CALIFORNIA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.693348, 41.775759 ] } },
{ "type": "Feature", "properties": { "date": "30-Sep-14", "address": "6550 S PERRY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004503719", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.774895, "longitude": -87.628458, "coords": "41.774895, -87.628458", "geocoded_a": "6550 S Perry Ave", "query": "6550 S PERRY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.628458, 41.774895 ] } },
{ "type": "Feature", "properties": { "date": "30-Sep-14", "address": "650 N RIDGEWAY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004561331", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.893126, "longitude": -87.719952, "coords": "41.893126, -87.719952", "geocoded_a": "650 N Ridgeway Ave", "query": "650 N RIDGEWAY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.719952, 41.893126 ] } },
{ "type": "Feature", "properties": { "date": "30-Sep-14", "address": "650 N ST LOUIS", "city": "Chicago", "state": "Illinois", "anov numbe": "P004437456", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.893307, "longitude": -87.71383, "coords": "41.893307, -87.713830", "geocoded_a": "650 N St Louis Ave", "query": "650 N ST LOUIS, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.71383, 41.893307 ] } },
{ "type": "Feature", "properties": { "date": "30-Sep-14", "address": "7950 S MAPLEWOOD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004424868", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "39", "latitude": 41.748461, "longitude": -87.686506, "coords": "41.748461, -87.686506", "geocoded_a": "7950 S Maplewood Ave", "query": "7950 S MAPLEWOOD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.686506, 41.748461 ] } },
{ "type": "Feature", "properties": { "date": "1-Oct-14", "address": "10550 S DRAKE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004498216", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.700914, "longitude": -87.70972, "coords": "41.700914, -87.709720", "geocoded_a": "10550 S Drake Ave", "query": "10550 S DRAKE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.70972, 41.700914 ] } },
{ "type": "Feature", "properties": { "date": "1-Oct-14", "address": "1250 N AUSTIN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004272943", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "32", "latitude": 41.903513, "longitude": -87.775456, "coords": "41.903513, -87.775456", "geocoded_a": "1250 N Austin Blvd", "query": "1250 N AUSTIN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.775456, 41.903513 ] } },
{ "type": "Feature", "properties": { "date": "1-Oct-14", "address": "1650 W 78TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004523906", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.75221, "longitude": -87.665074, "coords": "41.752210, -87.665074", "geocoded_a": "1650 W 78th St", "query": "1650 W 78TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.665074, 41.75221 ] } },
{ "type": "Feature", "properties": { "date": "1-Oct-14", "address": "150 W DIVISION", "city": "Chicago", "state": "Illinois", "anov numbe": "P004505542", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.903926, "longitude": -87.633224, "coords": "41.903926, -87.633224", "geocoded_a": "150 W Division St", "query": "150 W DIVISION, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.633224, 41.903926 ] } },
{ "type": "Feature", "properties": { "date": "1-Oct-14", "address": "2450 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004600220", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.847209, "longitude": -87.705171, "coords": "41.847209, -87.705171", "geocoded_a": "2450 S Kedzie Ave", "query": "2450 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.705171, 41.847209 ] } },
{ "type": "Feature", "properties": { "date": "1-Oct-14", "address": "2450 S SPAULDING", "city": "Chicago", "state": "Illinois", "anov numbe": "P004600219", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.847182, "longitude": -87.707615, "coords": "41.847182, -87.707615", "geocoded_a": "2450 S Spaulding Ave", "query": "2450 S SPAULDING, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.707615, 41.847182 ] } },
{ "type": "Feature", "properties": { "date": "1-Oct-14", "address": "2750 W 103RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004297899", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.706351, "longitude": -87.69096, "coords": "41.706351, -87.69096", "geocoded_a": "2750 W 103rd St", "query": "2750 W 103RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.69096, 41.706351 ] } },
{ "type": "Feature", "properties": { "date": "1-Oct-14", "address": "2850 S MILLARD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004359047", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "22", "latitude": 41.839218, "longitude": -87.7159, "coords": "41.839218, -87.715900", "geocoded_a": "2850 S Millard Ave", "query": "2850 S MILLARD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.7159, 41.839218 ] } },
{ "type": "Feature", "properties": { "date": "1-Oct-14", "address": "3350 W 23RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004356775", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "35", "latitude": 41.849961, "longitude": -87.709597, "coords": "41.849961, -87.709597", "geocoded_a": "3350 W 23rd St", "query": "3350 W 23RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.709597, 41.849961 ] } },
{ "type": "Feature", "properties": { "date": "1-Oct-14", "address": "4050 W WILCOX", "city": "Chicago", "state": "Illinois", "anov numbe": "P004389307", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "43", "latitude": 41.878864, "longitude": -87.72759, "coords": "41.878864, -87.727590", "geocoded_a": "4050 W Wilcox St", "query": "4050 W WILCOX, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.72759, 41.878864 ] } },
{ "type": "Feature", "properties": { "date": "1-Oct-14", "address": "4350 S COTTAGE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004594967", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.815721, "longitude": -87.60675, "coords": "41.815721, -87.606750", "geocoded_a": "4350 S Cottage Grove Ave", "query": "4350 S COTTAGE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.60675, 41.815721 ] } },
{ "type": "Feature", "properties": { "date": "1-Oct-14", "address": "5550 S STATE ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004504316", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "48", "latitude": 41.793531, "longitude": -87.625733, "coords": "41.793531, -87.625733", "geocoded_a": "5550 S State St", "query": "5550 S STATE ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.625733, 41.793531 ] } },
{ "type": "Feature", "properties": { "date": "1-Oct-14", "address": "5550 S WABASH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004503720", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "50", "latitude": 41.793591, "longitude": -87.624093, "coords": "41.793591, -87.624093", "geocoded_a": "5550 S Wabash Ave", "query": "5550 S WABASH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.624093, 41.793591 ] } },
{ "type": "Feature", "properties": { "date": "1-Oct-14", "address": "550 E 63RD STREET", "city": "Chicago", "state": "Illinois", "anov numbe": "P004443021", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.78038, "longitude": -87.611599, "coords": "41.780380, -87.611599", "geocoded_a": "550 E 63rd St", "query": "550 E 63RD STREET, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.611599, 41.78038 ] } },
{ "type": "Feature", "properties": { "date": "1-Oct-14", "address": "7150 S GREEN ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004614493", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "28", "latitude": 41.763634, "longitude": -87.645619, "coords": "41.763634, -87.645619", "geocoded_a": "7150 S Green St", "query": "7150 S GREEN ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.645619, 41.763634 ] } },
{ "type": "Feature", "properties": { "date": "1-Oct-14", "address": "7350 S STEWART", "city": "Chicago", "state": "Illinois", "anov numbe": "P004589270", "violation": "9-52-110(b) Use of communication devices while operating a", "age": "46", "latitude": 41.760215, "longitude": -87.634579, "coords": "41.760215, -87.634579", "geocoded_a": "7350 S Stewart Ave", "query": "7350 S STEWART, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.634579, 41.760215 ] } },
{ "type": "Feature", "properties": { "date": "2-Oct-14", "address": "1450 W 18TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004463606", "violation": "9-52-010 Rights and duties.", "age": "24", "latitude": 41.857857, "longitude": -87.663284, "coords": "41.857857, -87.663284", "geocoded_a": "1450 W 18th St", "query": "1450 W 18TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.663284, 41.857857 ] } },
{ "type": "Feature", "properties": { "date": "2-Oct-14", "address": "1450 W 18TH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004463607", "violation": "9-52-080 Headlamps", "age": "24", "latitude": 41.857857, "longitude": -87.663284, "coords": "41.857857, -87.663284", "geocoded_a": "1450 W 18th St", "query": "1450 W 18TH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.663284, 41.857857 ] } },
{ "type": "Feature", "properties": { "date": "2-Oct-14", "address": "1450 W 18TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004463608", "violation": "9-52-080 Headlamps", "age": "24", "latitude": 41.857857, "longitude": -87.663284, "coords": "41.857857, -87.663284", "geocoded_a": "1450 W 18th St", "query": "1450 W 18TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.663284, 41.857857 ] } },
{ "type": "Feature", "properties": { "date": "2-Oct-14", "address": "2050 S HALSTED", "city": "Chicago", "state": "Illinois", "anov numbe": "P004463601", "violation": "9-52-080 Headlamps", "age": "20", "latitude": 41.854092, "longitude": -87.646591, "coords": "41.854092, -87.646591", "geocoded_a": "2050 S Halsted St", "query": "2050 S HALSTED, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.646591, 41.854092 ] } },
{ "type": "Feature", "properties": { "date": "2-Oct-14", "address": "2050 S HALSTED", "city": "Chicago", "state": "Illinois", "anov numbe": "P004463602", "violation": "9-52-010 Rights and duties.", "age": "20", "latitude": 41.854092, "longitude": -87.646591, "coords": "41.854092, -87.646591", "geocoded_a": "2050 S Halsted St", "query": "2050 S HALSTED, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.646591, 41.854092 ] } },
{ "type": "Feature", "properties": { "date": "2-Oct-14", "address": "2050 S HALSTED", "city": "Chicago", "state": "Illinois", "anov numbe": "P004463603", "violation": "9-52-080 Headlamps", "age": "20", "latitude": 41.854092, "longitude": -87.646591, "coords": "41.854092, -87.646591", "geocoded_a": "2050 S Halsted St", "query": "2050 S HALSTED, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.646591, 41.854092 ] } },
{ "type": "Feature", "properties": { "date": "2-Oct-14", "address": "2650 S HALSTED", "city": "Chicago", "state": "Illinois", "anov numbe": "P004463604", "violation": "9-52-080 Headlamps", "age": "33", "latitude": 41.844694, "longitude": -87.646493, "coords": "41.844694, -87.646493", "geocoded_a": "2650 S Halsted St", "query": "2650 S HALSTED, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.646493, 41.844694 ] } },
{ "type": "Feature", "properties": { "date": "2-Oct-14", "address": "2650 S HALSTED", "city": "Chicago", "state": "Illinois", "anov numbe": "P004463605", "violation": "9-52-080 Headlamps", "age": "33", "latitude": 41.844694, "longitude": -87.646493, "coords": "41.844694, -87.646493", "geocoded_a": "2650 S Halsted St", "query": "2650 S HALSTED, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.646493, 41.844694 ] } },
{ "type": "Feature", "properties": { "date": "2-Oct-14", "address": "2850 W ROOSEVELT", "city": "Chicago", "state": "Illinois", "anov numbe": "P004590383", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "50", "latitude": 41.866523, "longitude": -87.697912, "coords": "41.866523, -87.697912", "geocoded_a": "2850 W Roosevelt Rd", "query": "2850 W ROOSEVELT, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.697912, 41.866523 ] } },
{ "type": "Feature", "properties": { "date": "2-Oct-14", "address": "250 E 63", "city": "Chicago", "state": "Illinois", "anov numbe": "P004597256", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "48", "latitude": 41.780225, "longitude": -87.619601, "coords": "41.780225, -87.619601", "geocoded_a": "250 E 63rd St", "query": "250 E 63, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.619601, 41.780225 ] } },
{ "type": "Feature", "properties": { "date": "2-Oct-14", "address": "3950 W WILCOX", "city": "Chicago", "state": "Illinois", "anov numbe": "P004541887", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.878946, "longitude": -87.724553, "coords": "41.878946, -87.724553", "geocoded_a": "3950 W Wilcox St", "query": "3950 W WILCOX, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.724553, 41.878946 ] } },
{ "type": "Feature", "properties": { "date": "2-Oct-14", "address": "4050 W VAN BUREN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004561332", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.875264, "longitude": -87.727454, "coords": "41.875264, -87.727454", "geocoded_a": "4050 W Van Buren St", "query": "4050 W VAN BUREN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.727454, 41.875264 ] } },
{ "type": "Feature", "properties": { "date": "2-Oct-14", "address": "5450 W GRAND", "city": "Chicago", "state": "Illinois", "anov numbe": "P004360309", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.918133, "longitude": -87.761994, "coords": "41.918133, -87.761994", "geocoded_a": "5450 W Grand Ave", "query": "5450 W GRAND, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.761994, 41.918133 ] } },
{ "type": "Feature", "properties": { "date": "2-Oct-14", "address": "5550 S STATE ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004586305", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "38", "latitude": 41.793531, "longitude": -87.625733, "coords": "41.793531, -87.625733", "geocoded_a": "5550 S State St", "query": "5550 S STATE ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.625733, 41.793531 ] } },
{ "type": "Feature", "properties": { "date": "2-Oct-14", "address": "550 E 61ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004547976", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "47", "latitude": 41.783959, "longitude": -87.611233, "coords": "41.783959, -87.611233", "geocoded_a": "550 E 61st St", "query": "550 E 61ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.611233, 41.783959 ] } },
{ "type": "Feature", "properties": { "date": "2-Oct-14", "address": "550 E 61ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004547977", "violation": "9-52-060 Carrying articles on bicycles.", "age": "47", "latitude": 41.783959, "longitude": -87.611233, "coords": "41.783959, -87.611233", "geocoded_a": "550 E 61st St", "query": "550 E 61ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.611233, 41.783959 ] } },
{ "type": "Feature", "properties": { "date": "2-Oct-14", "address": "6150 S CHAMPLAIN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004597209", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 41.783057, "longitude": -87.609704, "coords": "41.783057, -87.609704", "geocoded_a": "6150 S Champlain Ave", "query": "6150 S CHAMPLAIN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.609704, 41.783057 ] } },
{ "type": "Feature", "properties": { "date": "2-Oct-14", "address": "6150 S CHAMPLAIN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004597210", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "38", "latitude": 41.783057, "longitude": -87.609704, "coords": "41.783057, -87.609704", "geocoded_a": "6150 S Champlain Ave", "query": "6150 S CHAMPLAIN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.609704, 41.783057 ] } },
{ "type": "Feature", "properties": { "date": "2-Oct-14", "address": "6150 S CHAMPLAIN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004597403", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 41.783057, "longitude": -87.609704, "coords": "41.783057, -87.609704", "geocoded_a": "6150 S Champlain Ave", "query": "6150 S CHAMPLAIN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.609704, 41.783057 ] } },
{ "type": "Feature", "properties": { "date": "2-Oct-14", "address": "6150 S CHAMPLAIN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004597404", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "38", "latitude": 41.783057, "longitude": -87.609704, "coords": "41.783057, -87.609704", "geocoded_a": "6150 S Champlain Ave", "query": "6150 S CHAMPLAIN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.609704, 41.783057 ] } },
{ "type": "Feature", "properties": { "date": "2-Oct-14", "address": "6350 S WALLACE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004330763", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.69139, "longitude": -87.637494, "coords": "41.691390, -87.637494", "geocoded_a": "S Wallace St", "query": "6350 S WALLACE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.637494, 41.69139 ] } },
{ "type": "Feature", "properties": { "date": "2-Oct-14", "address": "6350 S WALLACE ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004330764", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.779882, "longitude": -87.64011, "coords": "41.779882, -87.640110", "geocoded_a": "6350 Wallace St", "query": "6350 S WALLACE ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.64011, 41.779882 ] } },
{ "type": "Feature", "properties": { "date": "2-Oct-14", "address": "50 W 111TH ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004347821", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "37", "latitude": 41.692635, "longitude": -87.624589, "coords": "41.692635, -87.624589", "geocoded_a": "50 W 111th St", "query": "50 W 111TH ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.624589, 41.692635 ] } },
{ "type": "Feature", "properties": { "date": "3-Oct-14", "address": "1450 W CERMAK", "city": "Chicago", "state": "Illinois", "anov numbe": "P004463615", "violation": "9-52-080 Headlamps", "age": "37", "latitude": 41.852468, "longitude": -87.663074, "coords": "41.852468, -87.663074", "geocoded_a": "1450 W Cermak Rd", "query": "1450 W CERMAK, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.663074, 41.852468 ] } },
{ "type": "Feature", "properties": { "date": "3-Oct-14", "address": "1450 W CERMAK", "city": "Chicago", "state": "Illinois", "anov numbe": "P004463616", "violation": "9-52-080 Headlamps", "age": "37", "latitude": 41.852468, "longitude": -87.663074, "coords": "41.852468, -87.663074", "geocoded_a": "1450 W Cermak Rd", "query": "1450 W CERMAK, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.663074, 41.852468 ] } },
{ "type": "Feature", "properties": { "date": "3-Oct-14", "address": "2850 S TRIPP", "city": "Chicago", "state": "Illinois", "anov numbe": "P004600080", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.838983, "longitude": -87.730507, "coords": "41.838983, -87.730507", "geocoded_a": "2850 S Tripp Ave", "query": "2850 S TRIPP, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.730507, 41.838983 ] } },
{ "type": "Feature", "properties": { "date": "3-Oct-14", "address": "2950 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004570650", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "44", "latitude": 41.779069, "longitude": -87.697781, "coords": "41.779069, -87.697781", "geocoded_a": "2950 W 63rd St", "query": "2950 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.697781, 41.779069 ] } },
{ "type": "Feature", "properties": { "date": "3-Oct-14", "address": "250 E 71ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004598222", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "50", "latitude": 41.765714, "longitude": -87.618704, "coords": "41.765714, -87.618704", "geocoded_a": "250 E 71st St", "query": "250 E 71ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.618704, 41.765714 ] } },
{ "type": "Feature", "properties": { "date": "3-Oct-14", "address": "3350 W MADISON ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004475207", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.881004, "longitude": -87.709756, "coords": "41.881004, -87.709756", "geocoded_a": "3350 W Madison St", "query": "3350 W MADISON ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.709756, 41.881004 ] } },
{ "type": "Feature", "properties": { "date": "3-Oct-14", "address": "4250 S WASHTENAW", "city": "Chicago", "state": "Illinois", "anov numbe": "P004618977", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "19", "latitude": 41.815962, "longitude": -87.692061, "coords": "41.815962, -87.692061", "geocoded_a": "4250 S Washtenaw Ave", "query": "4250 S WASHTENAW, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.692061, 41.815962 ] } },
{ "type": "Feature", "properties": { "date": "3-Oct-14", "address": "6250 S KING DR", "city": "Chicago", "state": "Illinois", "anov numbe": "P004597798", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "51", "latitude": 41.781081, "longitude": -87.615714, "coords": "41.781081, -87.615714", "geocoded_a": "6250 S King Dr", "query": "6250 S KING DR, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.615714, 41.781081 ] } },
{ "type": "Feature", "properties": { "date": "3-Oct-14", "address": "6450 S KEDZIE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004471946", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "36", "latitude": 41.775925, "longitude": -87.703127, "coords": "41.775925, -87.703127", "geocoded_a": "6450 S Kedzie Ave", "query": "6450 S KEDZIE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.703127, 41.775925 ] } },
{ "type": "Feature", "properties": { "date": "3-Oct-14", "address": "6650 S WHIPPLE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004570428", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "40", "latitude": 41.772121, "longitude": -87.699353, "coords": "41.772121, -87.699353", "geocoded_a": "6650 S Whipple St", "query": "6650 S WHIPPLE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.699353, 41.772121 ] } },
{ "type": "Feature", "properties": { "date": "4-Oct-14", "address": "11050 S MICHIGAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004347822", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "41", "latitude": 41.692904, "longitude": -87.62108, "coords": "41.692904, -87.621080", "geocoded_a": "11050 S Michigan Ave", "query": "11050 S MICHIGAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.62108, 41.692904 ] } },
{ "type": "Feature", "properties": { "date": "4-Oct-14", "address": "1250 S STATE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004598250", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "50", "latitude": 41.865982, "longitude": -87.627508, "coords": "41.865982, -87.627508", "geocoded_a": "1250 S State St", "query": "1250 S STATE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.627508, 41.865982 ] } },
{ "type": "Feature", "properties": { "date": "4-Oct-14", "address": "13350 S BALTIMORE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004368784", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "20", "latitude": 41.652207, "longitude": -87.547178, "coords": "41.652207, -87.547178", "geocoded_a": "13350 S Baltimore Ave", "query": "13350 S BALTIMORE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.547178, 41.652207 ] } },
{ "type": "Feature", "properties": { "date": "4-Oct-14", "address": "2650 W GARFIELD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004595274", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "37", "latitude": 41.794156, "longitude": -87.654746, "coords": "41.794156, -87.654746", "geocoded_a": "W Garfield Blvd", "query": "2650 W GARFIELD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.654746, 41.794156 ] } },
{ "type": "Feature", "properties": { "date": "4-Oct-14", "address": "2950 N MILWAUKEE", "city": "Chicago", "state": "Illinois", "anov numbe": "P004277585", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "43", "latitude": 41.934965, "longitude": -87.717178, "coords": "41.934965, -87.717178", "geocoded_a": "2950 N Milwaukee Ave", "query": "2950 N MILWAUKEE, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.717178, 41.934965 ] } },
{ "type": "Feature", "properties": { "date": "4-Oct-14", "address": "7150 S KING DR", "city": "Chicago", "state": "Illinois", "anov numbe": "P004523850", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.764773, "longitude": -87.615309, "coords": "41.764773, -87.615309", "geocoded_a": "7150 S King Dr", "query": "7150 S KING DR, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.615309, 41.764773 ] } },
{ "type": "Feature", "properties": { "date": "5-Oct-14", "address": "10050 S MICHIGAN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004485343", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "54", "latitude": 41.711458, "longitude": -87.620034, "coords": "41.711458, -87.620034", "geocoded_a": "10050 S Michigan Ave", "query": "10050 S MICHIGAN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.620034, 41.711458 ] } },
{ "type": "Feature", "properties": { "date": "5-Oct-14", "address": "10250 S WENTWORTH", "city": "Chicago", "state": "Illinois", "anov numbe": "P004485345", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "18", "latitude": 41.707646, "longitude": -87.628393, "coords": "41.707646, -87.628393", "geocoded_a": "10250 S Wentworth Ave", "query": "10250 S WENTWORTH, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.628393, 41.707646 ] } },
{ "type": "Feature", "properties": { "date": "5-Oct-14", "address": "5250 S PEORIA", "city": "Chicago", "state": "Illinois", "anov numbe": "P004626547", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "53", "latitude": 41.79847, "longitude": -87.647744, "coords": "41.798470, -87.647744", "geocoded_a": "5250 S Peoria St", "query": "5250 S PEORIA, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.647744, 41.79847 ] } },
{ "type": "Feature", "properties": { "date": "5-Oct-14", "address": "6250 W ADDISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004465464", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "43", "latitude": 41.945787, "longitude": -87.782624, "coords": "41.945787, -87.782624", "geocoded_a": "6250 W Addison St", "query": "6250 W ADDISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.782624, 41.945787 ] } },
{ "type": "Feature", "properties": { "date": "5-Oct-14", "address": "6250 W ADDISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004465491", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "44", "latitude": 41.945787, "longitude": -87.782624, "coords": "41.945787, -87.782624", "geocoded_a": "6250 W Addison St", "query": "6250 W ADDISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.782624, 41.945787 ] } },
{ "type": "Feature", "properties": { "date": "5-Oct-14", "address": "6350 S ALBANY", "city": "Chicago", "state": "Illinois", "anov numbe": "P004571026", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "47", "latitude": 41.777926, "longitude": -87.700706, "coords": "41.777926, -87.700706", "geocoded_a": "6350 S Albany Ave", "query": "6350 S ALBANY, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.700706, 41.777926 ] } },
{ "type": "Feature", "properties": { "date": "5-Oct-14", "address": "650 W WILLOW ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004577341", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "62", "latitude": 41.913896, "longitude": -87.645522, "coords": "41.913896, -87.645522", "geocoded_a": "650 W Willow St", "query": "650 W WILLOW ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.645522, 41.913896 ] } },
{ "type": "Feature", "properties": { "date": "5-Oct-14", "address": "7150 W ADDISON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004465490", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "34", "latitude": 41.945369, "longitude": -87.805305, "coords": "41.945369, -87.805305", "geocoded_a": "7150 W Addison St", "query": "7150 W ADDISON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.805305, 41.945369 ] } },
{ "type": "Feature", "properties": { "date": "6-Oct-14", "address": "1550 W 63RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004335805", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "25", "latitude": 41.779505, "longitude": -87.663852, "coords": "41.779505, -87.663852", "geocoded_a": "1550 W 63rd St", "query": "1550 W 63RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.663852, 41.779505 ] } },
{ "type": "Feature", "properties": { "date": "6-Oct-14", "address": "2850 W 63RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004472814", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "57", "latitude": 41.779114, "longitude": -87.695341, "coords": "41.779114, -87.695341", "geocoded_a": "2850 W 63rd St", "query": "2850 W 63RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.695341, 41.779114 ] } },
{ "type": "Feature", "properties": { "date": "6-Oct-14", "address": "250 W 103RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004615227", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "43", "latitude": 41.707165, "longitude": -87.629888, "coords": "41.707165, -87.629888", "geocoded_a": "250 W 103rd St", "query": "250 W 103RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.629888, 41.707165 ] } },
{ "type": "Feature", "properties": { "date": "6-Oct-14", "address": "250 W 103RD ST", "city": "Chicago", "state": "Illinois", "anov numbe": "P004589082", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "26", "latitude": 41.707165, "longitude": -87.629888, "coords": "41.707165, -87.629888", "geocoded_a": "250 W 103rd St", "query": "250 W 103RD ST, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.629888, 41.707165 ] } },
{ "type": "Feature", "properties": { "date": "6-Oct-14", "address": "3150 W 63RD", "city": "Chicago", "state": "Illinois", "anov numbe": "P004472592", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "33", "latitude": 41.778997, "longitude": -87.702673, "coords": "41.778997, -87.702673", "geocoded_a": "3150 W 63rd St", "query": "3150 W 63RD, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.702673, 41.778997 ] } },
{ "type": "Feature", "properties": { "date": "6-Oct-14", "address": "3150 W LEXINGTON", "city": "Chicago", "state": "Illinois", "anov numbe": "P004591093", "violation": "9-52-080 Headlamps", "age": "20", "latitude": 41.871956, "longitude": -87.705144, "coords": "41.871956, -87.705144", "geocoded_a": "3150 W Lexington St", "query": "3150 W LEXINGTON, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.705144, 41.871956 ] } },
{ "type": "Feature", "properties": { "date": "6-Oct-14", "address": "3350 N LINCOLN", "city": "Chicago", "state": "Illinois", "anov numbe": "P004612406", "violation": "9-52-020 Riding bicycles on sidewalks and certain roadway", "age": "21", "latitude": 41.942775, "longitude": -87.670879, "coords": "41.942775, -87.670879", "geocoded_a": "3350 N Lincoln Ave", "query": "3350 N LINCOLN, Chicago, Illinois" }, "geometry": { "type": "Point", "coordinates": [ -87.670879, 41.942775 ] } },
{ "type": "Feature", "properties": { "date": "6-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment