Skip to content

Instantly share code, notes, and snippets.

@kf4x
Last active August 29, 2015 13:58
Show Gist options
  • Save kf4x/9981132 to your computer and use it in GitHub Desktop.
Save kf4x/9981132 to your computer and use it in GitHub Desktop.
Load data file as json
import json
# open file
json_file = open("data.json")
# load json from file
json_data = json.load(json_file)
# total marks
print len(json_data['placemarks'])
# marks names
print [ pm['name'].encode('utf-8') for pm in json_data['placemarks'] ]
{ "placemarks": [
{
"name": "Almond Blossom/Astronomy",
"coordinates": {
"lat": "35.155500",
"lng": "-106.591838"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7153/6831137393_fa38634fd7_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6831137393/",
"title": "Almond Blossom/Astronomy",
"year": "1986",
"art_code": "101",
"artist": "David Anderson",
"type": "public sculpture",
"address": "4440 Osuna NE",
"location": "Osuna Median bet.Jefferson/ W.Frontage Rd"
}
},
{
"name": "Formas Esperando Palabra de Otros Mundos",
"coordinates": {
"lat": "35.093100",
"lng": "-106.664177"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2167/2479129916_0d861b2600.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479129916/",
"title": "Formas Esperando Palabra de Otros Mundos",
"year": "1983",
"art_code": "102",
"artist": "Federico Armijo",
"type": "public sculpture",
"address": "Lomas at 16th St. NW",
"location": "Old Town"
}
},
{
"name": "Sumer #24",
"coordinates": {
"lat": "35.114300",
"lng": "-106.577991"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm2.staticflickr.com/1416/908720823_e390a242f4.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/908720823/",
"title": "Sumer #24",
"year": "1999",
"art_code": "104",
"artist": "Larry Bell",
"type": "public sculpture",
"address": "San Pedro at Los Arboles NE",
"location": "Quigley Park"
}
},
{
"name": "Images",
"coordinates": {
"lat": "35.068200",
"lng": "-106.570886"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7012/6831253349_52c0a680ba.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6831253349/",
"title": "Images",
"year": "1988",
"art_code": "105",
"artist": "Rod Blankley",
"type": "public sculpture",
"address": "620 Georgia SE",
"location": "Emerson School / John Carillo Park"
}
},
{
"name": "The Hounds of Enchantment",
"coordinates": {
"lat": "35.112100",
"lng": "-106.523010"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm2.staticflickr.com/1243/1030960964_d6de360ad9.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/1030960964/",
"title": "The Hounds of Enchantment",
"year": "1998",
"art_code": "106",
"artist": "Peter Broussard",
"type": "public sculpture",
"address": "Morris at Lexington NE",
"location": "Matheson Park"
}
},
{
"name": "Carved Wood Dais",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2413/2513552515_b6a0c07f08.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513552515/",
"title": "Carved Wood Dais",
"year": "1996",
"art_code": "107",
"artist": "Max Chavez",
"type": "carvings (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Runways",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2376/2456692901_505978bd9d.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456692901/",
"title": "Runways",
"year": "1988",
"art_code": "108",
"artist": "Nancy Kozikowski",
"type": "fiber art",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Triptych",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2334/2514376900_5dd82a66e6.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2514376900/",
"title": "Triptych",
"year": "1996",
"art_code": "109",
"artist": "Donna Contractor",
"type": "fiber art",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Kindred Spirit",
"coordinates": {
"lat": "35.064800",
"lng": "-106.761416"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7013/6836543449_1ae0118bd9.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6836543449/",
"title": "Kindred Spirit",
"year": "1995",
"art_code": "110",
"artist": "Lou Cuevas",
"type": "casts (sculpture)",
"address": "11800 Sunset Gardens SW",
"location": "Westside Animal Control Center"
}
},
{
"name": "Solar Arc",
"coordinates": {
"lat": "35.112300",
"lng": "-106.659923"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2401/2478318273_601e1707d9.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478318273/",
"title": "Solar Arc",
"year": "1985",
"art_code": "111",
"artist": "William Drexel",
"type": "public sculpture",
"address": "Menaul Blvd. at 12th Street NW",
"location": "4-H Park"
}
},
{
"name": "Interweave",
"coordinates": {
"lat": "35.073200",
"lng": "-106.563751"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2330/2439174720_0f1021c0e7.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2439174720/",
"title": "Interweave",
"year": "1984",
"art_code": "112",
"artist": "C. Anthony Eck",
"type": "public sculpture",
"address": "7525 Zuni SE",
"location": "East Central Multi-Service Center"
}
},
{
"name": "Hand of Friendship",
"coordinates": {
"lat": "35.068300",
"lng": "-106.496506"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2061/2534820814_22da1a0210.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2534820814/",
"title": "Hand of Friendship",
"year": "1984",
"art_code": "113",
"artist": "Ted Egri",
"type": "public sculpture",
"address": "Tramway at Central NE",
"location": "Tramway at Central"
}
},
{
"name": "Presto",
"coordinates": {
"lat": "35.085500",
"lng": "-106.652502"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2010/2478318313_1b56557417.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478318313/",
"title": "Presto",
"year": "1984",
"art_code": "114",
"artist": "Jeanette Entwisle",
"type": "neon sculpture",
"address": "5th St at Copper NW",
"location": "5th at Copper NW Parking Structure"
}
},
{
"name": "Las Mesas",
"coordinates": {
"lat": "35.093400",
"lng": "-106.666819"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7039/6877658481_efbbd8f746.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6877658481/",
"title": "Las Mesas",
"year": "1984",
"art_code": "115",
"artist": "Tommie Findley",
"type": "public sculpture",
"address": "Lomas and Rancho Seco NW",
"location": "Lomas Pedestrianway"
}
},
{
"name": "The Shepherd",
"coordinates": {
"lat": "35.097200",
"lng": "-106.667964"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2204/2478318321_36cd548144.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478318321/",
"title": "The Shepherd",
"year": "1990",
"art_code": "116",
"artist": "Lincoln Fox",
"type": "public sculpture",
"address": "2000 Mountain Rd NW",
"location": "Albuquerque Museum"
}
},
{
"name": "Retratos de la Vecinidad (#1)",
"coordinates": {
"lat": "35.097900",
"lng": "-106.638486"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7153/6837494307_4af386bf13_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6837494307/",
"title": "Retratos de la Vecinidad (#1)",
"year": "1992",
"art_code": "117",
"artist": "Miguel Gandert",
"type": "photographs (visual works)",
"address": "1420 Edith NE",
"location": "Santa Barbara/Martineztown Community Center"
}
},
{
"name": "Retratos de la Vecinidad (#2)",
"coordinates": {
"lat": "35.097900",
"lng": "-106.638486"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7015/6837494561_cbef26c225_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6837494561/in/photostream/",
"title": "Retratos de la Vecinidad (#2)",
"year": "1992",
"art_code": "117.01",
"artist": "Miguel Gandert",
"type": "photographs (visual works)",
"address": "1420 Edith NE",
"location": "Santa Barbara/Martineztown Community Center"
}
},
{
"name": "Retratos de la Vecinidad (#3)",
"coordinates": {
"lat": "35.097900",
"lng": "-106.638486"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7169/6837494725_47acee5cfd_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6837494725/in/photostream/",
"title": "Retratos de la Vecinidad (#3)",
"year": "1992",
"art_code": "117.02",
"artist": "Miguel Gandert",
"type": "photographs (visual works)",
"address": "1420 Edith NE",
"location": "Santa Barbara/Martineztown Community Center"
}
},
{
"name": "Retratos de la Vecinidad (#4)",
"coordinates": {
"lat": "35.097900",
"lng": "-106.638486"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7021/6837494957_9b9b52636d_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6837494957/in/photostream/",
"title": "Retratos de la Vecinidad (#4)",
"year": "1992",
"art_code": "117.03",
"artist": "Miguel Gandert",
"type": "photographs (visual works)",
"address": "1420 Edith NE",
"location": "Santa Barbara/Martineztown Community Center"
}
},
{
"name": "Retratos de la Vecinidad (#5)",
"coordinates": {
"lat": "35.097900",
"lng": "-106.638486"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7022/6837495137_1ebba535a8_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6837495137/in/photostream/",
"title": "Retratos de la Vecinidad (#5)",
"year": "1992",
"art_code": "117.04",
"artist": "Miguel Gandert",
"type": "photographs (visual works)",
"address": "1420 Edith NE",
"location": "Santa Barbara/Martineztown Community Center"
}
},
{
"name": "Retratos de la Vecinidad (#6)",
"coordinates": {
"lat": "35.097900",
"lng": "-106.638486"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7021/6837495447_58c1a93c6f_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6837495447/in/photostream/",
"title": "Retratos de la Vecinidad (#6)",
"year": "1992",
"art_code": "117.05",
"artist": "Miguel Gandert",
"type": "photographs (visual works)",
"address": "1420 Edith NE",
"location": "Santa Barbara/Martineztown Community Center"
}
},
{
"name": "Retratos de la Vecinidad (#7)",
"coordinates": {
"lat": "35.097900",
"lng": "-106.638486"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7159/6837495593_dd11ca14d5_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6837495593/in/photostream/",
"title": "Retratos de la Vecinidad (#7)",
"year": "1992",
"art_code": "117.06",
"artist": "Miguel Gandert",
"type": "photographs (visual works)",
"address": "1420 Edith NE",
"location": "Santa Barbara/Martineztown Community Center"
}
},
{
"name": "Retratos de la Vecinidad (#8)",
"coordinates": {
"lat": "35.097900",
"lng": "-106.638486"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7034/6837495865_f1713250aa_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6837495865/in/photostream/",
"title": "Retratos de la Vecinidad (#8)",
"year": "1992",
"art_code": "117.07",
"artist": "Miguel Gandert",
"type": "photographs (visual works)",
"address": "1420 Edith NE",
"location": "Santa Barbara/Martineztown Community Center"
}
},
{
"name": "Retratos de la Vecinidad (#9)",
"coordinates": {
"lat": "35.097900",
"lng": "-106.638486"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7141/6837496087_e9566f7123_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6837496087/in/photostream/",
"title": "Retratos de la Vecinidad (#9)",
"year": "1992",
"art_code": "117.08",
"artist": "Miguel Gandert",
"type": "photographs (visual works)",
"address": "1420 Edith NE",
"location": "Santa Barbara/Martineztown Community Center"
}
},
{
"name": "Retratos de la Vecinidad (#10)",
"coordinates": {
"lat": "35.097900",
"lng": "-106.638486"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7153/6837496291_6b0e4f80bf_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6837496291/in/photostream/",
"title": "Retratos de la Vecinidad (#10)",
"year": "1992",
"art_code": "117.09",
"artist": "Miguel Gandert",
"type": "photographs (visual works)",
"address": "1420 Edith NE",
"location": "Santa Barbara/Martineztown Community Center"
}
},
{
"name": "Retratos de la Vecinidad (#11)",
"coordinates": {
"lat": "35.097900",
"lng": "-106.638486"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7023/6837496533_0ccca68b5c_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6837496533/in/photostream/",
"title": "Retratos de la Vecinidad (#11)",
"year": "1992",
"art_code": "117.1",
"artist": "Miguel Gandert",
"type": "photographs (visual works)",
"address": "1420 Edith NE",
"location": "Santa Barbara/Martineztown Community Center"
}
},
{
"name": "Retratos de la Vecinidad (#12)",
"coordinates": {
"lat": "35.097900",
"lng": "-106.638486"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7022/6837496769_d8c1b1dfbf_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6837496769/in/photostream/",
"title": "Retratos de la Vecinidad (#12)",
"year": "1992",
"art_code": "117.11",
"artist": "Miguel Gandert",
"type": "photographs (visual works)",
"address": "1420 Edith NE",
"location": "Santa Barbara/Martineztown Community Center"
}
},
{
"name": "Retratos de la Vecinidad (#13)",
"coordinates": {
"lat": "35.097900",
"lng": "-106.638486"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7034/6837496973_860168eec6_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6837496973/in/photostream/",
"title": "Retratos de la Vecinidad (#13)",
"year": "1992",
"art_code": "117.12",
"artist": "Miguel Gandert",
"type": "photographs (visual works)",
"address": "1420 Edith NE",
"location": "Santa Barbara/Martineztown Community Center"
}
},
{
"name": "Retratos de la Vecinidad (#14)",
"coordinates": {
"lat": "35.097900",
"lng": "-106.638486"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7171/6837497117_2d73d0f632_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6837497117/in/photostream/",
"title": "Retratos de la Vecinidad (#14)",
"year": "1992",
"art_code": "117.13",
"artist": "Miguel Gandert",
"type": "photographs (visual works)",
"address": "1420 Edith NE",
"location": "Santa Barbara/Martineztown Community Center"
}
},
{
"name": "Retratos de la Vecinidad (#15)",
"coordinates": {
"lat": "35.097900",
"lng": "-106.638486"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7164/6837497317_f6bea399a1_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6837497317/in/photostream/",
"title": "Retratos de la Vecinidad (#15)",
"year": "1992",
"art_code": "117.14",
"artist": "Miguel Gandert",
"type": "photographs (visual works)",
"address": "1420 Edith NE",
"location": "Santa Barbara/Martineztown Community Center"
}
},
{
"name": "Memories of the North Valley (Haciendo Adobes)",
"coordinates": {
"lat": "35.122500",
"lng": "-106.645487"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2162/2479130112_8042a4ffd5_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479130112/",
"title": "Memories of the North Valley (Haciendo Adobes)",
"year": "1994",
"art_code": "118",
"artist": "Edward Gonzales",
"type": "acrylic paintings",
"address": "3825 4th Street NW",
"location": "North Valley Senior Center"
}
},
{
"name": "Memories of the North Valley (La Acequia)",
"coordinates": {
"lat": "35.122500",
"lng": "-106.645487"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3107/2478318443_884aafb3b5_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478318443/in/photostream/",
"title": "Memories of the North Valley (La Acequia)",
"year": "1994",
"art_code": "118.01",
"artist": "Edward Gonzales",
"type": "acrylic paintings",
"address": "3825 4th Street NW",
"location": "North Valley Senior Center"
}
},
{
"name": "Memories of the North Valley (The Harvesters)",
"coordinates": {
"lat": "35.122500",
"lng": "-106.645487"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2068/2478318511_735ce79007_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478318511/in/photostream/",
"title": "Memories of the North Valley (The Harvesters)",
"year": "1994",
"art_code": "118.02",
"artist": "Edward Gonzales",
"type": "acrylic paintings",
"address": "3825 4th Street NW",
"location": "North Valley Senior Center"
}
},
{
"name": "Memories of the North Valley (Hanging Chile)",
"coordinates": {
"lat": "35.122500",
"lng": "-106.645487"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3012/2478318615_570542b7a1_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478318615/in/photostream/",
"title": "Memories of the North Valley (Hanging Chile)",
"year": "1994",
"art_code": "118.03",
"artist": "Edward Gonzales",
"type": "acrylic paintings",
"address": "3825 4th Street NW",
"location": "North Valley Senior Center"
}
},
{
"name": "Memories of the North Valley (Los Abuelos)",
"coordinates": {
"lat": "35.122500",
"lng": "-106.645487"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2282/2478318631_c04bda0830_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478318631/in/photostream/",
"title": "Memories of the North Valley (Los Abuelos)",
"year": "1994",
"art_code": "118.04",
"artist": "Edward Gonzales",
"type": "acrylic paintings",
"address": "3825 4th Street NW",
"location": "North Valley Senior Center"
}
},
{
"name": "Memories of the North Valley (Haciendo Tortillas)",
"coordinates": {
"lat": "35.122500",
"lng": "-106.645487"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3200/2479130506_aa1e6a062d_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479130506/in/photostream/",
"title": "Memories of the North Valley (Haciendo Tortillas)",
"year": "1994",
"art_code": "118.05",
"artist": "Edward Gonzales",
"type": "acrylic paintings",
"address": "3825 4th Street NW",
"location": "North Valley Senior Center"
}
},
{
"name": "Sidewalk Society",
"coordinates": {
"lat": "35.086400",
"lng": "-106.650229"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7179/6876390491_2ca233dd17_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6876390491/",
"title": "Sidewalk Society",
"year": "1991",
"art_code": "119",
"artist": "Glenna Goodacre",
"type": "public sculpture",
"address": "330 Tijeras Ave NW",
"location": "Hyatt Hotel Building (sidewalk at 3rd and Tijeras)"
}
},
{
"name": "Zia",
"coordinates": {
"lat": "35.097300",
"lng": "-106.638070"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm2.staticflickr.com/1421/1030961394_dd8e2bacb7_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/1030961394/",
"title": "Zia",
"year": "1990",
"art_code": "120",
"artist": "William Goodman",
"type": "public sculpture",
"address": "1420 Edith NE",
"location": "Santa Barbara/Martineztown Community Center"
}
},
{
"name": "Tapestry of Life",
"coordinates": {
"lat": "35.077700",
"lng": "-106.661155"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3013/2420677579_db6f213e69_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2420677579/",
"title": "Tapestry of Life",
"year": "1993",
"art_code": "121",
"artist": "Cathy Gore",
"type": "stained glass (visual works)",
"address": "903 10th St SW",
"location": "Rio Grande Zoological Park"
}
},
{
"name": "Fountain of Peace",
"coordinates": {
"lat": "35.094400",
"lng": "-106.669706"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3253/2479130542_bf278d1387_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479130542/",
"title": "Fountain of Peace",
"year": "1989",
"art_code": "122",
"artist": "Sandy Scott",
"type": "public sculpture",
"address": "Central and San Felipe NW",
"location": "Old Town"
}
},
{
"name": "Picture Fountain",
"coordinates": {
"lat": "35.089900",
"lng": "-106.712552"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7200/6876428481_ed80e13b06_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6876428481/",
"title": "Picture Fountain",
"year": "1990",
"art_code": "123",
"artist": "Maera Green",
"type": "Fountains",
"address": "6500 Los Volcanes NW",
"location": "Los Volcanes Senior Center"
}
},
{
"name": "Coronado\u2019s First Visit to New Mexico",
"coordinates": {
"lat": "35.078900",
"lng": "-106.655878"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3038/2420677741_8a0b45b597_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2420677741/",
"title": "Coronado\u2019s First Visit to New Mexico",
"year": "1997",
"art_code": "124",
"artist": "Maurice Green",
"type": "Painting (visual works)",
"address": "714 Seventh St SW",
"location": "Barelas Senior Multi-Service Center"
}
},
{
"name": "Albuquerque Apparition",
"coordinates": {
"lat": "35.063700",
"lng": "-106.620755"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3188/2438349729_64372c55cf_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2438349729/",
"title": "Albuquerque Apparition",
"year": "1992",
"art_code": "125",
"artist": "David Griggs",
"type": "neon sculpture",
"address": "1700 Yale SE",
"location": "Loma Linda Community Center"
}
},
{
"name": "New Life in Old Albuquerque",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2396/2513552575_fb858a6bd9_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513552575/",
"title": "New Life in Old Albuquerque",
"year": "1993",
"art_code": "126",
"artist": "Roy Grinnell",
"type": "Painting (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Cruising San Mateo I",
"coordinates": {
"lat": "35.058500",
"lng": "-106.586856"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2340/2438349803_751c385b68_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2438349803/",
"title": "Cruising San Mateo I",
"year": "1991",
"art_code": "127",
"artist": "Barbara Grygutis",
"type": "public sculpture",
"address": "San Mateo at Gibson SE",
"location": "Gibson Blvd."
}
},
{
"name": "Cruising San Mateo II",
"coordinates": {
"lat": "35.060300",
"lng": "-106.586204"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7061/6779966622_8e30779ba1_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6779966622/in/photostream",
"title": "Cruising San Mateo II",
"year": "1991",
"art_code": "127.01",
"artist": "Barbara Grygutis",
"type": "public sculpture",
"address": "San Mateo at Eastern SE",
"location": "San Mateo Roadway"
}
},
{
"name": "The Harvest",
"coordinates": {
"lat": "35.085400",
"lng": "-106.652547"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3044/2479130748_15f6abb119_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479130748/",
"title": "The Harvest",
"year": "1984",
"art_code": "128",
"artist": "Gilberto Guzman",
"type": "mural paintings (visual works)",
"address": "5th at Copper NW",
"location": "5th at Copper NW Parking Structure"
}
},
{
"name": "A Tree of Mixed Metaphors",
"coordinates": {
"lat": "35.097200",
"lng": "-106.667964"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7197/6876375911_84f0141b7a_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6876375911/",
"title": "A Tree of Mixed Metaphors",
"year": "1988",
"art_code": "129",
"artist": "Ed Haddaway",
"type": "public sculpture",
"address": "2000 Mountain Rd NW",
"location": "Albuquerque Museum"
}
},
{
"name": "Lioness and Cubs",
"coordinates": {
"lat": "35.077700",
"lng": "-106.661155"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2381/2421492774_c8927f65f2_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2421492774/",
"title": "Lioness and Cubs",
"year": "1984",
"art_code": "130",
"artist": "Una Hanbury",
"type": "public sculpture",
"address": "903 10th St SW",
"location": "Rio Grande Zoological Park"
}
},
{
"name": "Phoenix Rising from the Ashes",
"coordinates": {
"lat": "35.077700",
"lng": "-106.661155"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2095/2420677835_f00538b8d3_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2420677835/",
"title": "Phoenix Rising from the Ashes",
"year": "1985",
"art_code": "131",
"artist": "Una Hanbury",
"type": "public sculpture",
"address": "903 10th St SW",
"location": "Rio Grande Zoological Park"
}
},
{
"name": "Cultural Crossroads of the Americas",
"coordinates": {
"lat": "35.081384",
"lng": "-106.621143"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7206/6871063649_e4dba1f3cf_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6871063649/",
"title": "Cultural Crossroads of the Americas",
"year": "1996",
"art_code": "132",
"artist": "Bob Haozous",
"type": "public sculpture",
"address": "Central at Harvard NE",
"location": "Yale Park"
}
},
{
"name": "Walk in Beauty",
"coordinates": {
"lat": "35.097200",
"lng": "-106.667964"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3033/2478319015_fdbcd0d22a_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478319015/",
"title": "Walk in Beauty",
"year": "1983",
"art_code": "133",
"artist": "Doug Hyde",
"type": "public sculpture",
"address": "2000 Mountain Rd NW",
"location": "Albuquerque Museum"
}
},
{
"name": "Southwest Pieta/Pieta Suroeste",
"coordinates": {
"lat": "35.087600",
"lng": "-106.641093"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm2.staticflickr.com/1326/1030110055_e384613406_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2534006459/",
"title": "Southwest Pieta/Pieta Suroeste",
"year": "1987",
"art_code": "134",
"artist": "Luis Jimenez",
"type": "public sculpture",
"address": "520 Edith Blvd. NE",
"location": "Martineztown Longfellow Park"
}
},
{
"name": "Stepping Stone Table",
"coordinates": {
"lat": "35.088141",
"lng": "-106.651882"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7064/6780216952_69fa3d2d58_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6780216952/in/photostream",
"title": "Stepping Stone Table",
"year": "2001",
"art_code": "135.01",
"artist": "Elzbieta Kaleta",
"type": "Sidewalk Insets",
"address": "400 Marquette NW",
"location": "Cultural Services Reception"
}
},
{
"name": "Asteroid Sequence #2",
"coordinates": {
"lat": "35.037100",
"lng": "-106.618306"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3223/2439175098_9e5eb394e9_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2439175098/#/",
"title": "Asteroid Sequence #2",
"year": "1994",
"art_code": "136",
"artist": "Aaron Karp",
"type": "Painting (visual works)",
"address": "2033 Columbia Drive SE",
"location": "Sunport Pool"
}
},
{
"name": "Heritage",
"coordinates": {
"lat": "35.154300",
"lng": "-106.693663"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7068/6926342359_f99ba36534_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6926342359/in/photostream",
"title": "Heritage",
"year": "1985",
"art_code": "137",
"artist": "Celia Kimball",
"type": "mural paintings (visual works)",
"address": "6100 Taylor Ranch Rd NW",
"location": "Taylor Ranch Fire Station #18"
}
},
{
"name": "Thread of New Mexico",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2195/2514376952_52781df1e3_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2514376952/",
"title": "Thread of New Mexico",
"year": "1992",
"art_code": "140",
"artist": "Nancy Kozikowski",
"type": "fiber art",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Breath of Life",
"coordinates": {
"lat": "35.064800",
"lng": "-106.761416"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2061/2420678055_f6238b5e9a_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2420678055/",
"title": "Breath of Life",
"year": "1995",
"art_code": "141",
"artist": "Bruce LaFountain",
"type": "relief (sculptures)",
"address": "11800 Sunset Gardens SW",
"location": "Westside Animal Control Center"
}
},
{
"name": "Vehicle Stop",
"coordinates": {
"lat": "35.097108",
"lng": "-106.663598"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2073/2479130918_b089c74a5e_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479130918/",
"title": "Vehicle Stop",
"year": "2001",
"art_code": "142",
"artist": "Erika Wanenmacher",
"type": "public sculpture",
"address": "1701 Mountain Rd NW",
"location": "Explora"
}
},
{
"name": "Madonna of the Trail",
"coordinates": {
"lat": "35.092900",
"lng": "-106.649786"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2178/2478319287_808eaab46a_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478319287/",
"title": "Madonna of the Trail",
"year": "1998",
"art_code": "143",
"artist": "August Leimbach",
"type": "public sculpture",
"address": "4th St at Marble NW",
"location": "Federal Courthouse Building"
}
},
{
"name": "Tea Gate V",
"coordinates": {
"lat": "35.040300",
"lng": "-106.625754"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2238/2438410577_70d081ffe1_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2438410577/",
"title": "Tea Gate V",
"year": "2001",
"art_code": "144",
"artist": "Paula Castillo",
"type": "sculpture (visual work)",
"address": "3400 University Blvd SE",
"location": "Airport Rental Car Facility"
}
},
{
"name": "River of Life",
"coordinates": {
"lat": "35.145300",
"lng": "-106.712222"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3050/2479131098_da1f883a4e_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479131098/",
"title": "River of Life",
"year": "1996",
"art_code": "145",
"artist": "Susan Linnell",
"type": "mosaics",
"address": "Unser Blvd at Dellyne NW",
"location": "Unser Blvd, Site #3"
}
},
{
"name": "Holocaust Memorial",
"coordinates": {
"lat": "35.086900",
"lng": "-106.650757"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2191/2479131262_1a0597a5bc_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479131262/",
"title": "Holocaust Memorial",
"year": "1999",
"art_code": "146",
"artist": "Jake Lovato",
"type": "public sculpture",
"address": "3rd St and Tijeras NW",
"location": "Civic Plaza"
}
},
{
"name": "Yei-bi-chai Gathering Place",
"coordinates": {
"lat": "35.124600",
"lng": "-106.584915"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm2.staticflickr.com/1222/1030961824_94165eb43c_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/1030961824/",
"title": "Yei-bi-chai Gathering Place",
"year": "1995",
"art_code": "147",
"artist": "Jake Lovato",
"type": "public sculpture",
"address": "5221 Palo Duro NE",
"location": "Palo Duro Senior Center"
}
},
{
"name": "The Shield",
"coordinates": {
"lat": "35.090800",
"lng": "-106.712540"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2353/2478319513_36d7f9b153_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478319513/",
"title": "The Shield",
"year": "1986",
"art_code": "148",
"artist": "Elizabeth Red Sun Lyon",
"type": "reliefs (sculptures)",
"address": "6404 Los Volcanes NW",
"location": "Shawn McWethy Memorial Police Substation"
}
},
{
"name": "Full Circle",
"coordinates": {
"lat": "35.084800",
"lng": "-106.592557"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm2.staticflickr.com/1291/1030961914_b21ffd1e01_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/1030961914/",
"title": "Full Circle",
"year": "1990",
"art_code": "149",
"artist": "Beverly Magennis",
"type": "public sculpture",
"address": "440 Jefferson NE",
"location": "Zia School Park"
}
},
{
"name": "Tree of Life",
"coordinates": {
"lat": "35.138400",
"lng": "-106.640976"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2315/2479131318_e7bc687c0a_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479131318/",
"title": "Tree of Life",
"year": "1999",
"art_code": "150",
"artist": "Beverly Magennis",
"type": "mosaic",
"address": "4th St at Montano NW",
"location": "4th Street and Montano"
}
},
{
"name": "\"Mestizaje,\" De Colores Hispanic Heritage Festival Mural",
"coordinates": {
"lat": "35.072700",
"lng": "-106.646054"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3050/2439175208_49dbff1c16_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2439175208/",
"title": "\"Mestizaje,\" De Colores Hispanic Heritage Festival Mural",
"year": "1996",
"art_code": "151",
"artist": "Emanuel Martinez",
"type": "mural paintings (visual works)",
"address": "1025 Broadway SE",
"location": "South Broadway Cultural Center"
}
},
{
"name": "Blue Tile Walls",
"coordinates": {
"lat": "35.091900",
"lng": "-106.658834"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2303/2479131360_7ed18362b3_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479131360/",
"title": "Blue Tile Walls",
"year": "1983",
"art_code": "152",
"artist": "Molly Mason",
"type": "public sculpture",
"address": "Lomas at 11th St. NW",
"location": "Lomas at 11th NW"
}
},
{
"name": "Don Francisco Cuervo y Valdes, Founder of Albuquerque",
"coordinates": {
"lat": "35.098200",
"lng": "-106.670555"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3141/2478319719_24f76f8fde_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478319719/",
"title": "Don Francisco Cuervo y Valdes, Founder of Albuquerque",
"year": "1988",
"art_code": "153",
"artist": "Buck McCain",
"type": "public sculpture",
"address": "Romero and Rio Grande NW",
"location": "Old Town"
}
},
{
"name": "To Create the Beloved Community",
"coordinates": {
"lat": "35.085400",
"lng": "-106.647528"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2195/2479131588_9a9642f2d9_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479131588/",
"title": "To Create the Beloved Community",
"year": "1994",
"art_code": "154",
"artist": "Jerome Meadows",
"type": "public sculpture",
"address": "150 Tijeras Ave NW",
"location": "Martin Luther King Jr. Memorial"
}
},
{
"name": "Running Horses",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3057/2456692995_35186b17f6_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456692995/",
"title": "Running Horses",
"year": "1991",
"art_code": "155",
"artist": "Gray Mercer",
"type": "public sculpture",
"address": "2200 Sunport Blvd. SE",
"location": "Main Terminal"
}
},
{
"name": "Lifelines",
"coordinates": {
"lat": "35.073800",
"lng": "-106.586051"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7194/6870692297_f9a58e3ddb_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6870692297/",
"title": "Lifelines",
"year": "1997",
"art_code": "156",
"artist": "Leigh Moore/Walters",
"type": "public sculpture",
"address": "550 San Mateo SE",
"location": "Northeast corner of San Mateo at Zuni SE"
}
},
{
"name": "George J. Maloof",
"coordinates": {
"lat": "35.086300",
"lng": "-106.649972"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7183/6876488691_15b5cedbea_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6876488691/",
"title": "George J. Maloof",
"year": "1990",
"art_code": "157",
"artist": "Paul Moore",
"type": "public sculpture",
"address": "3rd St. and Tijeras NW",
"location": "40 First Plaza"
}
},
{
"name": "The Fallen Friend",
"coordinates": {
"lat": "35.060400",
"lng": "-106.566295"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2364/2439175698_10fd27e955_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2439175698/",
"title": "The Fallen Friend",
"year": "1997",
"art_code": "158",
"artist": "Jesus Moroles",
"type": "public sculpture",
"address": "1100 Louisiana Blvd. SE",
"location": "New Mexico Veterans' Memorial, Phil Chacon Park"
}
},
{
"name": "Floating Mesa",
"coordinates": {
"lat": "35.097200",
"lng": "-106.667964"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2268/2479131626_99f9eb41cb_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479131626/",
"title": "Floating Mesa",
"year": "1984",
"art_code": "159",
"artist": "Jesus Moroles",
"type": "public sculpture",
"address": "2000 Mountain Rd NW",
"location": "Albuquerque Museum"
}
},
{
"name": "Globe",
"coordinates": {
"lat": "35.078100",
"lng": "-106.590471"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7068/6780485478_a9203fec10_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6780485458/in/photostream",
"title": "Globe",
"year": "2001",
"art_code": "160",
"artist": "Ramsey Rose",
"type": "public sculpture",
"address": "4804 Central SE",
"location": "Center for Theatre"
}
},
{
"name": "Spirit Maiden",
"coordinates": {
"lat": "35.081200",
"lng": "-106.620687"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7056/6926608409_1c60dbfca8_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6926608409/in/photostream",
"title": "Spirit Maiden",
"year": "1996",
"art_code": "161",
"artist": "Michael Naranjo",
"type": "public sculpture",
"address": "Central Ave at Harvard NE",
"location": "Yale Park"
}
},
{
"name": "Khwee ... Seng (Woman...Man)",
"coordinates": {
"lat": "35.097200",
"lng": "-106.667964"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3139/2479131858_f280a24648_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479131858/",
"title": "Khwee ... Seng (Woman...Man)",
"year": "1993",
"art_code": "162",
"artist": "Nora Naranjo Morse",
"type": "public sculpture",
"address": "2000 Mountain Rd NW",
"location": "Albuquerque Museum"
}
},
{
"name": "Portrait of Roger A. Hoisington",
"coordinates": {
"lat": "35.136800",
"lng": "-106.636799"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3295/2479132064_fd11571bdc_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479132064/in/photostream/",
"title": "Portrait of Roger A. Hoisington",
"year": "1996",
"art_code": "163",
"artist": "Leo Neufeld",
"type": "Painting (visual works)",
"address": "5412 Second St. NW",
"location": "Albuquerque Police Training Academy"
}
},
{
"name": "Dreams at Nightmares: Journey of a Broken Weave",
"coordinates": {
"lat": "35.087300",
"lng": "-106.618660"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2206/2534820974_b6fe2f373b_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2534820974/",
"title": "Dreams at Nightmares: Journey of a Broken Weave",
"year": "1987",
"art_code": "164",
"artist": "Dennis Oppenheim",
"type": "public sculpture",
"address": "2210 Lomas Blvd. NE",
"location": "University of New Mexico"
}
},
{
"name": "Maria C.",
"coordinates": {
"lat": "35.098700",
"lng": "-106.641393"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm2.staticflickr.com/1004/1030111109_e3581227d5_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/1030111109/",
"title": "Maria C.",
"year": "1990",
"art_code": "165",
"artist": "Luis Ortega",
"type": "Weavings",
"address": "1500 Broadway NE",
"location": "Vehicle Pollution Management Bldg."
}
},
{
"name": "El Camino Real, Road of Life",
"coordinates": {
"lat": "35.102100",
"lng": "-106.648355"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2263/2478320549_e77672598e_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478320549/",
"title": "El Camino Real, Road of Life",
"year": "1998",
"art_code": "166",
"artist": "Patricio A. Zamora (PAZ)",
"type": "mural paintings (visual works)",
"address": "1801 4th Street NW",
"location": "4th Street City Yards"
}
},
{
"name": "La Communidad",
"coordinates": {
"lat": "35.070000",
"lng": "-106.711003"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7002/6836564611_bfb467d0d3_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6836564611/",
"title": "La Communidad",
"year": "1997",
"art_code": "167",
"artist": "Patricio A. Zamora (PAZ)",
"type": "mural paintings (visual works)",
"address": "Bridge Blvd and Old Coors DR SW",
"location": "Bridge Blvd and Old Coors"
}
},
{
"name": "More than a Fire Fighter",
"coordinates": {
"lat": "35.082900",
"lng": "-106.656648"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7143/6836582183_261be223f8_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6836582183/in/photostream/",
"title": "More than a Fire Fighter",
"year": "1999",
"art_code": "168",
"artist": "Patricio A. Zamora (PAZ)",
"type": "mural paintings (visual works)",
"address": "724 Silver SW",
"location": "Fire Department Administration Bldg."
}
},
{
"name": "La Primavera",
"coordinates": {
"lat": "35.072200",
"lng": "-106.647080"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7067/6870747399_f7233a02ef_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6870747399/",
"title": "La Primavera",
"year": "1993",
"art_code": "169",
"artist": "Francisco LeFebre",
"type": "mural paintings (visual works)",
"address": "263 Garfield SE",
"location": "South Broadway Park/Arroyo Murals"
}
},
{
"name": "Crossroads",
"coordinates": {
"lat": "35.076300",
"lng": "-106.627819"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2247/2438350615_04be190c93_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2438350615/",
"title": "Crossroads",
"year": "1984",
"art_code": "170",
"artist": "Jerry Peart",
"type": "public sculpture",
"address": "University Blvd. and Coal Ave SE",
"location": "Median"
}
},
{
"name": "La Blessure",
"coordinates": {
"lat": "35.085900",
"lng": "-106.497848"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm2.staticflickr.com/1352/1030111235_ff0114f838_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/1030111235/",
"title": "La Blessure",
"year": "1990",
"art_code": "171",
"artist": "Collette Perazio-Itkin",
"type": "public sculpture",
"address": "Tramway and Lomas NE",
"location": "Tramway Library"
}
},
{
"name": "Gorilla Route #66",
"coordinates": {
"lat": "35.125900",
"lng": "-106.631349"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm2.staticflickr.com/1015/1030111303_ac5dd00245_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/1030111303/in/photostream/",
"title": "Gorilla Route #66",
"year": "1990",
"art_code": "172",
"artist": "Sarah Perry",
"type": "public sculpture",
"address": "4600 Edith NE",
"location": "Solid Waste"
}
},
{
"name": "First Furrow",
"coordinates": {
"lat": "35.136200",
"lng": "-106.637125"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2049/2478320639_1d805b269c_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478320639/in/photostream/",
"title": "First Furrow",
"year": "1998",
"art_code": "174",
"artist": "Susan Raymond",
"type": "public sculpture",
"address": "5408 Second St NW",
"location": "APD 4th Area Command Substation"
}
},
{
"name": "Jack Rabbit, Lizards at Bats",
"coordinates": {
"lat": "35.131000",
"lng": "-106.682599"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7038/6876358677_92e4f6dfbc_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6876358677/",
"title": "Jack Rabbit, Lizards at Bats",
"year": "1996",
"art_code": "175",
"artist": "Reynaldo Rivera",
"type": "public sculpture",
"address": "2901 Candelaria Rd NW",
"location": "Rio Grande Nature Center"
}
},
{
"name": "Los Cibolos del Rio Grande",
"coordinates": {
"lat": "35.077700",
"lng": "-106.661155"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2028/2420678115_fb6bcddbba_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2420678115/",
"title": "Los Cibolos del Rio Grande",
"year": "1990",
"art_code": "176",
"artist": "Reynaldo Rivera",
"type": "public sculpture",
"address": "903 10th St SW",
"location": "Rio Grande Zoological Park"
}
},
{
"name": "Los Osos del Canyon",
"coordinates": {
"lat": "35.139800",
"lng": "-106.498768"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm2.staticflickr.com/1327/1030111367_fe0eb135ef_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/1030111367/",
"title": "Los Osos del Canyon",
"year": "1995",
"art_code": "177",
"artist": "Reynaldo Rivera",
"type": "public sculpture",
"address": "Tramway Blvd, Bear Canyon Arroyo NE",
"location": "Bear Canyon Arroyo"
}
},
{
"name": "La Curandera y su Jardin",
"coordinates": {
"lat": "35.092700",
"lng": "-106.680889"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2039/2479132554_84a3f79189_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479132554/",
"title": "La Curandera y su Jardin",
"year": "1998",
"art_code": "178",
"artist": "Reynaldo Rivera",
"type": "reliefs (sculptures)",
"address": "2601 Central Ave NW",
"location": "Botanic Garden"
}
},
{
"name": "La Entrada al Futuro",
"coordinates": {
"lat": "35.102500",
"lng": "-106.670215"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2380/2479132604_f2d58b04d6_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479132604/in/photostream/",
"title": "La Entrada al Futuro",
"year": "1996",
"art_code": "179",
"artist": "Leopoldo Romero",
"type": "Bas Reliefs (sculpture)",
"address": "Zearing at Rio Grande NW",
"location": "Rio Grande Blvd at Zearing NE Corner"
}
},
{
"name": "BMW, Chetro Ketl Kiva, Chaco Canyon, USA",
"coordinates": {
"lat": "35.040300",
"lng": "-106.625754"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3075/2439236712_b7606df525_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2439236712/",
"title": "BMW, Chetro Ketl Kiva, Chaco Canyon, USA",
"year": "2000",
"art_code": "180",
"artist": "Patrick Nagatani",
"type": "photographs (visual works)",
"address": "3400 University Blvd SE",
"location": "Airport Rental Car Facility"
}
},
{
"name": "NM Lowrider Bench",
"coordinates": {
"lat": "35.098000",
"lng": "-106.641097"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm2.staticflickr.com/1003/1030963082_fbb0f7389b_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/1030963082/",
"title": "NM Lowrider Bench",
"year": "1992",
"art_code": "181",
"artist": "Pedro Romero",
"type": "public sculpture",
"address": "1500 Broadway NE",
"location": "Vehicle Pollution Management Bldg."
}
},
{
"name": "Gridlock",
"coordinates": {
"lat": "35.085500",
"lng": "-106.651992"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2051/2478320809_fda33fba2c_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478320809/in/photostream/",
"title": "Gridlock",
"year": "1984",
"art_code": "182",
"artist": "Ramsey Rose",
"type": "public sculpture",
"address": "5th at Copper NW",
"location": "5th at Copper NW Parking Structure"
}
},
{
"name": "Fire Work",
"coordinates": {
"lat": "35.065500",
"lng": "-106.758835"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2259/2420678217_4f19c60f11_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2420678217/",
"title": "Fire Work",
"year": "1993",
"art_code": "183",
"artist": "Evelyn Rosenberg",
"type": "public sculpture",
"address": "11500 Sunset Gardens SW",
"location": "Albuquerque Fire Academy"
}
},
{
"name": "El Senador Memorial Honoring Senator Dennis Chavez",
"coordinates": {
"lat": "35.086700",
"lng": "-106.650276"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2252/2478320939_1c39a0f364_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478320939/",
"title": "El Senador Memorial Honoring Senator Dennis Chavez",
"year": "1999",
"art_code": "184",
"artist": "Cynthia Rowland",
"type": "public sculpture",
"address": "3rd St and Tijeras NW",
"location": "Civic Plaza"
}
},
{
"name": "Natural Vistas",
"coordinates": {
"lat": "35.145000",
"lng": "-106.506759"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm2.staticflickr.com/1162/1030111555_1527d91c03_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/1030111555/",
"title": "Natural Vistas",
"year": "2001",
"art_code": "185",
"artist": "H. John Bell",
"type": "mosaics (visual works)",
"address": "Lowell NE at Spain",
"location": "Peppertree/Royal Oak Neighborhood"
}
},
{
"name": "Tree II",
"coordinates": {
"lat": "35.138800",
"lng": "-106.653645"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2071/2479132840_5d60987275_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479132840/",
"title": "Tree II",
"year": "1980",
"art_code": "186",
"artist": "Steven Rudy",
"type": "public sculpture",
"address": "Guadalupe Trail and Douglas MacArthur NW",
"location": "Columbus Park"
}
},
{
"name": "Cowboy Dream",
"coordinates": {
"lat": "35.040300",
"lng": "-106.625754"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2254/2439236758_b2a34cfbc7_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2439236758/",
"title": "Cowboy Dream",
"year": "2001",
"art_code": "187",
"artist": "Ed Larson",
"type": "assemblage (sculpture)",
"address": "3400 University Blvd SE",
"location": "Airport Rental Car Facility"
}
},
{
"name": "Chile Harvest",
"coordinates": {
"lat": "35.040300",
"lng": "-106.625754"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3164/2438410809_7bd61e2cce_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2438410809/in/photostream/",
"title": "Chile Harvest",
"year": "2001",
"art_code": "188",
"artist": "Gilberto Guzman",
"type": "monoprint",
"address": "3400 University Blvd SE",
"location": "Airport Rental Car Facility"
}
},
{
"name": "Big Hearted Joy Beasts",
"coordinates": {
"lat": "35.132300",
"lng": "-106.649466"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2349/2478321077_50629e6239_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478321077/",
"title": "Big Hearted Joy Beasts",
"year": "1986",
"art_code": "189",
"artist": "Ken Saville",
"type": "wood carvings",
"address": "1000 Griegos Road NW",
"location": "Los Griegos Branch Library"
}
},
{
"name": "Brave Men",
"coordinates": {
"lat": "35.070200",
"lng": "-106.613119"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7066/6870719147_366aedd632_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6870719147/",
"title": "Brave Men",
"year": "1984",
"art_code": "190",
"artist": "Willard Schroeder",
"type": "bas-reliefs (sculpture)",
"address": "900 Girard SE",
"location": "Ernie Pyle Branch Library"
}
},
{
"name": "The Last Ride",
"coordinates": {
"lat": "35.097200",
"lng": "-106.667964"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3253/2478321189_1069c7805d_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478321189/",
"title": "The Last Ride",
"year": "1990",
"art_code": "191",
"artist": "Fritz Scholder",
"type": "public sculpture",
"address": "2000 Mountain Rd NW",
"location": "Albuquerque Museum"
}
},
{
"name": "Children Build Community",
"coordinates": {
"lat": "35.151400",
"lng": "-106.529679"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm2.staticflickr.com/1278/1030963388_3dbeb7f623_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/1030963388/",
"title": "Children Build Community",
"year": "1998",
"art_code": "192",
"artist": "Glenn Schwaiger",
"type": "mosaics (visual works)",
"address": "9801 Academy Hills Dr NE",
"location": "Hubert H. Humphrey Elementary School"
}
},
{
"name": "Lion\u2019s Share",
"coordinates": {
"lat": "35.040300",
"lng": "-106.625754"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2301/2439236908_94c72b7ecf_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2439236908/",
"title": "Lion\u2019s Share",
"year": "2001",
"art_code": "193",
"artist": "Cynthia Rowland",
"type": "public sculpture",
"address": "3400 University Blvd SE",
"location": "Airport Rental Car Facility"
}
},
{
"name": "Variacion Nuevo Mexico",
"coordinates": {
"lat": "35.097200",
"lng": "-106.667964"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2148/2479133088_a1f5b7329b_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479133088/",
"title": "Variacion Nuevo Mexico",
"year": "1989",
"art_code": "194",
"artist": "Sebastian",
"type": "public sculpture",
"address": "2000 Mountain Rd NW",
"location": "Albuquerque Museum"
}
},
{
"name": "Wild Things (Squirrel)",
"coordinates": {
"lat": "35.077700",
"lng": "-106.661155"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3042/2421493360_25ce8ca6b3_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2421493360/",
"title": "Wild Things (Squirrel)",
"year": "1993",
"art_code": "195",
"artist": "Michael Semsch",
"type": "wood carvings",
"address": "903 10th St SW",
"location": "Rio Grande Zoological Park"
}
},
{
"name": "Wild Things (Ram)",
"coordinates": {
"lat": "35.077700",
"lng": "-106.661155"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7199/6780633010_d2ccb5c8e4_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6780633010/in/photostream/",
"title": "Wild Things (Ram)",
"year": "1993",
"art_code": "195.01",
"artist": "Michael Semsch",
"type": "wood carvings",
"address": "903 10th St SW",
"location": "Rio Grande Zoological Park"
}
},
{
"name": "Wild Things (Wolf)",
"coordinates": {
"lat": "35.077700",
"lng": "-106.661155"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7183/6780633050_bfa91555db_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6780633050/in/photostream/",
"title": "Wild Things (Wolf)",
"year": "1993",
"art_code": "195.02",
"artist": "Michael Semsch",
"type": "wood carvings",
"address": "903 10th St SW",
"location": "Rio Grande Zoological Park"
}
},
{
"name": "Wild Things (Deer)",
"coordinates": {
"lat": "35.077700",
"lng": "-106.661155"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7060/6780633092_25bff622fd_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6780633092/in/photostream/",
"title": "Wild Things (Deer)",
"year": "1993",
"art_code": "195.03",
"artist": "Michael Semsch",
"type": "wood carvings",
"address": "903 10th St SW",
"location": "Rio Grande Zoological Park"
}
},
{
"name": "Wild Things (Fish)",
"coordinates": {
"lat": "35.077700",
"lng": "-106.661155"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7037/6780633144_07a54ee25e_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6780633144/in/photostream/",
"title": "Wild Things (Fish)",
"year": "1993",
"art_code": "195.04",
"artist": "Michael Semsch",
"type": "wood carvings",
"address": "903 10th St SW",
"location": "Rio Grande Zoological Park"
}
},
{
"name": "Wild Things (Toad)",
"coordinates": {
"lat": "35.077700",
"lng": "-106.661155"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7040/6926750711_324b5cf0f1_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6926750711/in/photostream/",
"title": "Wild Things (Toad)",
"year": "1993",
"art_code": "195.05",
"artist": "Michael Semsch",
"type": "wood carvings",
"address": "903 10th St SW",
"location": "Rio Grande Zoological Park"
}
},
{
"name": "Wild Things (Buffalo)",
"coordinates": {
"lat": "35.077700",
"lng": "-106.661155"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7187/6780633210_e615d86ca2_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6780633210/in/photostream/",
"title": "Wild Things (Buffalo)",
"year": "1993",
"art_code": "195.06",
"artist": "Michael Semsch",
"type": "wood carvings",
"address": "903 10th St SW",
"location": "Rio Grande Zoological Park"
}
},
{
"name": "Wild Things (Hummingbird 1)",
"coordinates": {
"lat": "35.077700",
"lng": "-106.661155"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7045/6926750833_844e7713f2_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6926750833/in/photostream/",
"title": "Wild Things (Hummingbird 1)",
"year": "1993",
"art_code": "195.07",
"artist": "Michael Semsch",
"type": "wood carvings",
"address": "903 10th St SW",
"location": "Rio Grande Zoological Park"
}
},
{
"name": "Wild Things (Hummingbird 2)",
"coordinates": {
"lat": "35.077700",
"lng": "-106.661155"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7205/6780633368_abef173775_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6780633368/in/photostream/",
"title": "Wild Things (Hummingbird 2)",
"year": "1993",
"art_code": "195.08",
"artist": "Michael Semsch",
"type": "wood carvings",
"address": "903 10th St SW",
"location": "Rio Grande Zoological Park"
}
},
{
"name": "Wild Things (Hare)",
"coordinates": {
"lat": "35.077700",
"lng": "-106.661155"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7185/6780633420_6263c8d83b_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6780633420/in/photostream/",
"title": "Wild Things (Hare)",
"year": "1993",
"art_code": "195.09",
"artist": "Michael Semsch",
"type": "wood carvings",
"address": "903 10th St SW",
"location": "Rio Grande Zoological Park"
}
},
{
"name": "Wild Things (Eagle)",
"coordinates": {
"lat": "35.077700",
"lng": "-106.661155"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7210/6926751023_59f91388c8_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6926751023/in/photostream/",
"title": "Wild Things (Eagle)",
"year": "1993",
"art_code": "195.1",
"artist": "Michael Semsch",
"type": "wood carvings",
"address": "903 10th St SW",
"location": "Rio Grande Zoological Park"
}
},
{
"name": "Wild Things (Lizards)",
"coordinates": {
"lat": "35.077700",
"lng": "-106.661155"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7191/6780633494_787aee10cf_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6780633494/in/photostream/",
"title": "Wild Things (Lizards)",
"year": "1993",
"art_code": "195.11",
"artist": "Michael Semsch",
"type": "wood carvings",
"address": "903 10th St SW",
"location": "Rio Grande Zoological Park"
}
},
{
"name": "Wild Things (Hawk)",
"coordinates": {
"lat": "35.077700",
"lng": "-106.661155"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7185/6780633514_4748d99b0c_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6780633514/in/photostream/",
"title": "Wild Things (Hawk)",
"year": "1993",
"art_code": "195.12",
"artist": "Michael Semsch",
"type": "wood carvings",
"address": "903 10th St SW",
"location": "Rio Grande Zoological Park"
}
},
{
"name": "Bus Stop and Low Walls",
"coordinates": {
"lat": "35.081300",
"lng": "-106.612235"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7058/6871077785_1486c2b60d_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6871077785/",
"title": "Bus Stop and Low Walls",
"year": "1997",
"art_code": "196",
"artist": "Joan Weissman",
"type": "public sculpture",
"address": "Central, Girard at Monte Vista NE",
"location": "Nob Hill Triangle Park"
}
},
{
"name": "Star",
"coordinates": {
"lat": "35.080800",
"lng": "-106.612643"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7186/6780655826_194bba9efb_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6780655826/in/photostream",
"title": "Star",
"year": "1997",
"art_code": "197",
"artist": "Richard Beckman",
"type": "public sculpture",
"address": "Central, Girard at Monte Vista NE",
"location": "Nob Hill Triangle Park"
}
},
{
"name": "Mi Jacalito y Mi Comunidad",
"coordinates": {
"lat": "35.076700",
"lng": "-106.653117"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2284/2420678329_4ab5b45d0b_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2420678329/",
"title": "Mi Jacalito y Mi Comunidad",
"year": "1997",
"art_code": "198",
"artist": "Esteban Duran",
"type": "mosaics (visual works)",
"address": "4th Street at Barelas SW",
"location": "4th St./Barelas Streetscape Improvements"
}
},
{
"name": "Ahora y Cuando",
"coordinates": {
"lat": "35.078700",
"lng": "-106.652737"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7020/6831951021_4fab622133_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6831951021/",
"title": "Ahora y Cuando",
"year": "1997",
"art_code": "199",
"artist": "Patricio A. Zamora (PAZ)",
"type": "mosaics",
"address": "4th Street at Stover SW",
"location": "4th St./Barelas Streetscape Improvements"
}
},
{
"name": "Kolowisi",
"coordinates": {
"lat": "35.091800",
"lng": "-106.655645"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2128/2478321353_da74d83208_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478321353/",
"title": "Kolowisi",
"year": "1983",
"art_code": "200",
"artist": "Andrew Shows",
"type": "public sculpture",
"address": "Lomas at 8th St. NW",
"location": "Lomas at 8th Street NW"
}
},
{
"name": "Paz Y Unidad/Peace and Unity",
"coordinates": {
"lat": "35.081100",
"lng": "-106.704295"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3234/2478321367_0f80ed4c44_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478321367/in/photostream/",
"title": "Paz Y Unidad/Peace and Unity",
"year": "1993",
"art_code": "201",
"artist": "Joe Stephenson",
"type": "mural paintings (visual works)",
"address": "60th Street at Central NW",
"location": "60th Street at Central"
}
},
{
"name": "Historical Timeline of Books",
"coordinates": {
"lat": "35.083600",
"lng": "-106.642178"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm2.staticflickr.com/1041/1030111983_d89e36d5ef_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/1030111983/",
"title": "Historical Timeline of Books",
"year": "1996",
"art_code": "202",
"artist": "Diana Stetson",
"type": "mural paintings (visual works)",
"address": "423 Central Ave NE",
"location": "Special Collections Library"
}
},
{
"name": "East Central Mosaics (Home on the Rainbow)",
"coordinates": {
"lat": "35.073800",
"lng": "-106.563065"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3165/2439175860_bfd6174e61_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2439175860/",
"title": "East Central Mosaics (Home on the Rainbow)",
"year": "1996",
"art_code": "203",
"artist": "Robert Stout",
"type": "mosaics (visual works)",
"address": "302 San Pablo SE",
"location": "East Central Center for Family at Community Services"
}
},
{
"name": "East Central Mosaics (March of the Flowers)",
"coordinates": {
"lat": "35.072800",
"lng": "-106.563261"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7183/6926782129_8b730ac09c_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6926782129/in/photostream",
"title": "East Central Mosaics (March of the Flowers)",
"year": "1996",
"art_code": "203.01",
"artist": "Robert Stout",
"type": "mosaics (visual works)",
"address": "306 San Pablo SE",
"location": "East Central Center for Family at Community Services"
}
},
{
"name": "East Central Mosaics (Pinwheel)",
"coordinates": {
"lat": "35.073200",
"lng": "-106.563751"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7196/6926782165_f47db4c61c_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6926782165/in/photostream",
"title": "East Central Mosaics (Pinwheel)",
"year": "1996",
"art_code": "203.02",
"artist": "Robert Stout",
"type": "mosaics (visual works)",
"address": "306 San Pablo SE",
"location": "East Central Center for Family at Community Services"
}
},
{
"name": "Palo Duro Mosaic",
"coordinates": {
"lat": "35.124600",
"lng": "-106.584915"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm2.staticflickr.com/1318/1030112049_288969a272_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/1030112049/",
"title": "Palo Duro Mosaic",
"year": "1994",
"art_code": "204",
"artist": "Robert Stout",
"type": "Mosaic",
"address": "5221 Palo Duro NE",
"location": "Palo Duro Senior Center"
}
},
{
"name": "Gates to Sculpture Garden",
"coordinates": {
"lat": "35.097200",
"lng": "-106.667964"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3193/2478321445_d5860558a2_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478321445/",
"title": "Gates to Sculpture Garden",
"year": "1996",
"art_code": "205",
"artist": "John Suttman",
"type": "gates",
"address": "2000 Mountain Rd NW",
"location": "Albuquerque Museum"
}
},
{
"name": "Pentaceratops Sternbergii (aka \"Spike\")",
"coordinates": {
"lat": "35.098400",
"lng": "-106.665103"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3164/2479133298_ce941172f8_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479133298/",
"title": "Pentaceratops Sternbergii (aka \"Spike\")",
"year": "1985",
"art_code": "206",
"artist": "David Thomas",
"type": "public sculpture",
"address": "1801 Mountain Rd NW",
"location": "Natural History Museum"
}
},
{
"name": "Albertosaurus Sternbergii (aka \"Alberta\")",
"coordinates": {
"lat": "35.098400",
"lng": "-106.665103"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2262/2478321577_e383d727ff_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478321577/in/photostream/",
"title": "Albertosaurus Sternbergii (aka \"Alberta\")",
"year": "1987",
"art_code": "207",
"artist": "David Thomas",
"type": "public sculpture",
"address": "1801 Mountain Rd NW",
"location": "Natural History Museum"
}
},
{
"name": "Historia de Barelas",
"coordinates": {
"lat": "35.078900",
"lng": "-106.655878"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm7.staticflickr.com/6158/6264395167_628c7cc00f_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6264395167/",
"title": "Historia de Barelas",
"year": "1989",
"art_code": "208",
"artist": "Helen Thompson",
"type": "Tapestry",
"address": "714 Seventh St SW",
"location": "Barelas Senior Multi-Service Center"
}
},
{
"name": "Sharing the Joy of a New Discovery",
"coordinates": {
"lat": "35.108000",
"lng": "-106.553221"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm7.staticflickr.com/6049/6264405715_2e66449648_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6264405715/",
"title": "Sharing the Joy of a New Discovery",
"year": "1996",
"art_code": "209",
"artist": "Alice Thompson",
"type": "public sculpture",
"address": "8205 Apache Ave NE",
"location": "Wyoming Branch Library"
}
},
{
"name": "To Serve at Protect",
"coordinates": {
"lat": "35.137900",
"lng": "-106.552503"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm2.staticflickr.com/1266/1030112113_2fbc7ccc0e_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/1030112113/",
"title": "To Serve at Protect",
"year": "1984",
"art_code": "210",
"artist": "Storm Townsend",
"type": "public sculpture",
"address": "8201 Osuna Rd NE",
"location": "NE Heights Police Substation"
}
},
{
"name": "Kimo the Cat",
"coordinates": {
"lat": "35.086300",
"lng": "-106.544979"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7065/6926792621_a9182d4036_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6926792621/",
"title": "Kimo the Cat",
"year": "1999",
"art_code": "211",
"artist": "Michele VandenHeuvel",
"type": "public sculpture",
"address": "8920 Lomas Blvd. NE",
"location": "Eastside Animal Care Center"
}
},
{
"name": "Dawn Light",
"coordinates": {
"lat": "35.097500",
"lng": "-106.586011"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm2.staticflickr.com/1088/1030963812_602b44b9a4_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/1030963812/",
"title": "Dawn Light",
"year": "1982",
"art_code": "212",
"artist": "Ed Vega",
"type": "public sculpture",
"address": "San Mateo at Hannett Ave NE",
"location": "San Mateo Mini Park"
}
},
{
"name": "Historic Railing Design",
"coordinates": {
"lat": "35.083900",
"lng": "-106.647661"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3265/2420678377_714f18d129_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2420678377/",
"title": "Historic Railing Design",
"year": "2000",
"art_code": "213",
"artist": "Jim Crane",
"type": "gates",
"address": "100 First Street SW",
"location": "Alvarado Transportation Center"
}
},
{
"name": "A Tradition of Public Transportation in Albuquerque",
"coordinates": {
"lat": "35.084100",
"lng": "-106.648062"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7034/6836595439_d5cb2d2dcd_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6836595439/",
"title": "A Tradition of Public Transportation in Albuquerque",
"year": "1989",
"art_code": "214",
"artist": "Eric Velhagen",
"type": "Painting (visual works)",
"address": "Central Ave and First Street SW",
"location": "Alvarado Transportation Center"
}
},
{
"name": "Santa Madre Tierra y su Alma",
"coordinates": {
"lat": "35.098100",
"lng": "-106.668706"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2036/2479133388_6691947336_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479133388/",
"title": "Santa Madre Tierra y su Alma",
"year": "1992",
"art_code": "215",
"artist": "Frederico Vigil",
"type": "mural paintings (visual works)",
"address": "2000 Mountain Rd NW",
"location": "Albuquerque Museum"
}
},
{
"name": "Cone 10",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3113/3093717552_62a34af7f9_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/3093717552/",
"title": "Cone 10",
"year": "1994",
"art_code": "216",
"artist": "Tom Waldron",
"type": "public sculpture",
"address": "501Copper NW",
"location": "Main Library"
}
},
{
"name": "Alligator Vase",
"coordinates": {
"lat": "35.085900",
"lng": "-106.497848"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm2.staticflickr.com/1326/1030963870_325ab23b84_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/1030963870/",
"title": "Alligator Vase",
"year": "1992",
"art_code": "217",
"artist": "Tom Waldron",
"type": "public sculpture",
"address": "908 Eastridge DR NE",
"location": "Lomas Tramway Library"
}
},
{
"name": "\u201cFive Stones of Elena Gallegos\u201d Memorial",
"coordinates": {
"lat": "35.161700",
"lng": "-106.473577"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm2.staticflickr.com/1112/1030112375_d9243815a6_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/1030112375/in/photostream/",
"title": "\u201cFive Stones of Elena Gallegos\u201d Memorial",
"year": "1982",
"art_code": "218",
"artist": "Billie Walters",
"type": "public sculpture",
"address": "Elena Gallegos Open Space and Simms Park Rd. NE",
"location": "Elena Gallegos Open Space"
}
},
{
"name": "Ceramic Tile Mural",
"coordinates": {
"lat": "35.134000",
"lng": "-106.530644"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm2.staticflickr.com/1398/1030112581_fdf618683a_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/1030112581/in/photostream/",
"title": "Ceramic Tile Mural",
"year": "1986",
"art_code": "219",
"artist": "Joan Weissman",
"type": "mosaics (visual works)",
"address": "4645 Pitt NE",
"location": "Bear Canyon Senior Center"
}
},
{
"name": "Arc - 28",
"coordinates": {
"lat": "35.086000",
"lng": "-106.537872"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7052/6871875013_d1ec7e5db4_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6871875013/",
"title": "Arc - 28",
"year": "2001",
"art_code": "220",
"artist": "Rivet",
"type": "public sculpture",
"address": "10100 Lomas Blvd NE",
"location": "Los Altos Skate Park"
}
},
{
"name": "Nob Hill Gateway",
"coordinates": {
"lat": "35.081200",
"lng": "-106.613315"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7187/6871139035_ac871cdd7b_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6871139035/",
"title": "Nob Hill Gateway",
"year": "1993",
"art_code": "221",
"artist": "Joan Weissman",
"type": "public sculpture",
"address": "Central Ave at Washington NE",
"location": "Central Ave at Washington NE"
}
},
{
"name": "Nob Hill Gateway",
"coordinates": {
"lat": "35.078800",
"lng": "-106.595337"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7198/6780723678_003252dca1_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6780723678/in/photostream",
"title": "Nob Hill Gateway",
"year": "1993",
"art_code": "222",
"artist": "Terry Conrad",
"type": "architecture",
"address": "Central Ave at Girard NE",
"location": "Nob Hill Triangle Park"
}
},
{
"name": "La Pared de Imagenes (The Wall of Images)",
"coordinates": {
"lat": "35.130200",
"lng": "-106.720047"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2335/2478321679_32783d6e67_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478321679/",
"title": "La Pared de Imagenes (The Wall of Images)",
"year": "1996",
"art_code": "223",
"artist": "Byron Wickstrom",
"type": "public sculpture",
"address": "71st St. and Unser Blvd. NW",
"location": "Unser Roadway"
}
},
{
"name": "Netherwood Habitat",
"coordinates": {
"lat": "35.105000",
"lng": "-106.616822"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm2.staticflickr.com/1181/1030964138_09016f9eb6_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/1030964138/",
"title": "Netherwood Habitat",
"year": "2000",
"art_code": "224",
"artist": "Susan Wink",
"type": "public sculpture",
"address": "Cutler Ave at Princeton at Apache Ct NE",
"location": "Netherwood Storm Drainage Detention Basin"
}
},
{
"name": "Mountain Waves",
"coordinates": {
"lat": "35.107600",
"lng": "-106.491341"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm2.staticflickr.com/1099/1030964320_52d06510fe_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/1030964320/in/photostream/",
"title": "Mountain Waves",
"year": "1986",
"art_code": "225",
"artist": "David Witherspoon",
"type": "public sculpture",
"address": "Menaul at Punta de Vista NE",
"location": "Piedra Lisa Park"
}
},
{
"name": "Police Officers Memorial \"Beyond the Call\"",
"coordinates": {
"lat": "35.137900",
"lng": "-106.552503"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm2.staticflickr.com/1104/1030964368_a6bceb135c_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/1030964368/in/photostream/",
"title": "Police Officers Memorial \"Beyond the Call\"",
"year": "1991",
"art_code": "226",
"artist": "Bill Worthen",
"type": "public sculpture",
"address": "8201 Osuna NE",
"location": "Xeriscape Garden Park"
}
},
{
"name": "Morning Allegory",
"coordinates": {
"lat": "35.108000",
"lng": "-106.491078"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm2.staticflickr.com/1136/1030113225_b0db2c9e19_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/1030113225/in/photostream/",
"title": "Morning Allegory",
"year": "1996",
"art_code": "227",
"artist": "Nancy Young",
"type": "mural paintings (visual works)",
"address": "Menaul at Punta de Vista NE",
"location": "Piedra Lisa Dam"
}
},
{
"name": "Mediterranean Conservatory Mural",
"coordinates": {
"lat": "35.092700",
"lng": "-106.680889"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3041/2478321775_c671ca4b39_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478321775/",
"title": "Mediterranean Conservatory Mural",
"year": "1996",
"art_code": "228",
"artist": "Claudia Baragiola",
"type": "mural paintings (visual works)",
"address": "2601 Central Ave NW",
"location": "Botanic Garden"
}
},
{
"name": "Under the Portal of Santa Fe",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2173/2456693015_a8d9904260_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456693015/",
"title": "Under the Portal of Santa Fe",
"year": "1988",
"art_code": "229",
"artist": "Elias Rivera",
"type": "Painting (visual works)",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Jubilee",
"coordinates": {
"lat": "35.177307",
"lng": "-106.561439"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7036/6871885561_cd9efe2636_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6871885561/",
"title": "Jubilee",
"year": "1996",
"art_code": "230",
"artist": "Garo Antreasian",
"type": "Painting",
"address": "7521 Carmel NE",
"location": "North Domingo Baca Multigenerational Center"
}
},
{
"name": "Kokobello I",
"coordinates": {
"lat": "35.177307",
"lng": "-106.561439"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7040/6871679015_3eb3690e27_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6871679015/",
"title": "Kokobello I",
"year": "1996",
"art_code": "231",
"artist": "Garo Antreasian",
"type": "Painting (visual works)",
"address": "7521 Carmel NE",
"location": "North Domingo Baca Multigenerational Center"
}
},
{
"name": "The Rio Wildlife (Pelican)",
"coordinates": {
"lat": "35.093100",
"lng": "-106.679160"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7057/6780737652_7fae6f57b8_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6780737652/in/photostream",
"title": "The Rio Wildlife (Pelican)",
"year": "1996",
"art_code": "232.02",
"artist": "O.K. Harris",
"type": "public sculpture",
"address": "2601 Central Ave NW",
"location": "Rio Grande Aquarium"
}
},
{
"name": "The Rio Wildlife (Turtle)",
"coordinates": {
"lat": "35.093100",
"lng": "-106.679160"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7179/6926860887_c33840cf0a_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6926860887/in/photostream",
"title": "The Rio Wildlife (Turtle)",
"year": "1996",
"art_code": "232.03",
"artist": "O.K. Harris",
"type": "public sculpture",
"address": "2601 Central Ave NW",
"location": "Rio Grande Aquarium"
}
},
{
"name": "Ark",
"coordinates": {
"lat": "35.177307",
"lng": "-106.561439"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3082/2514376970_1941d15a69_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2514376970/",
"title": "Ark",
"year": "1996",
"art_code": "233",
"artist": "Garo Antreasian",
"type": "Work on paper",
"address": "7521 Carmel NE",
"location": "North Domingo Baca Multigenerational Center"
}
},
{
"name": "Large Sculptural Form",
"coordinates": {
"lat": "35.177307",
"lng": "-106.561439"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7037/6871718705_e7ccafb501_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6871718705/",
"title": "Large Sculptural Form",
"year": "1996",
"art_code": "234",
"artist": "Garo Antreasian",
"type": "Works on Paper",
"address": "7521 Carmel NE",
"location": "North Domingo Baca Multigenerational Center"
}
},
{
"name": "Ramagir-A",
"coordinates": {
"lat": "35.177307",
"lng": "-106.561439"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7186/6871710343_5be70a06e2_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6871710343/",
"title": "Ramagir-A",
"year": "1996",
"art_code": "235",
"artist": "Garo Antreasian",
"type": "Work on Paper",
"address": "7521 Carmel NE",
"location": "Untitled Fine Art"
}
},
{
"name": "Construction with Chacmol",
"coordinates": {
"lat": "35.040300",
"lng": "-106.625754"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2008/2438410963_a4558e25dc_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2438410963/",
"title": "Construction with Chacmol",
"year": "2000",
"art_code": "237",
"artist": "Mary Wood",
"type": "Painting (visual works)",
"address": "3400 University Blvd SE",
"location": "Airport Rental Car Facility"
}
},
{
"name": "Rosalie Doolittle Fountain",
"coordinates": {
"lat": "35.092700",
"lng": "-106.680889"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2084/2479133628_7830d3cb12_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479133628/",
"title": "Rosalie Doolittle Fountain",
"year": "1996",
"art_code": "238",
"artist": "Shel Neymark",
"type": "Fountains",
"address": "2601 Central Ave NW",
"location": "Botanic Garden"
}
},
{
"name": "Emerging Madonna I",
"coordinates": {
"lat": "35.040300",
"lng": "-106.625754"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7064/6870916793_5f24cdc1d3_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6870916793/",
"title": "Emerging Madonna I",
"year": "2001",
"art_code": "241",
"artist": "Artis Lane",
"type": "public sculpture",
"address": "3400 University Blvd SE",
"location": "Airport Rental Car Facility"
}
},
{
"name": "Blackened Clay",
"coordinates": {
"lat": "35.089700",
"lng": "-106.640194"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7199/6871051069_d5b204a8cb_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6871051069/",
"title": "Blackened Clay",
"year": "1998",
"art_code": "242",
"artist": "Veloy Vigil",
"type": "public sculpture",
"address": "500 Lomas NE",
"location": "Edith and Lomas Nichos (near Martineztown)"
}
},
{
"name": "Nichos with Tile #1",
"coordinates": {
"lat": "35.089700",
"lng": "-106.640194"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7051/6871509161_6d1d304873_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6871509161/",
"title": "Nichos with Tile #1",
"year": "1998",
"art_code": "243",
"artist": "Esteban Duran",
"type": "public sculpture",
"address": "500 Lomas NE",
"location": "Edith and Lomas Nichos, SE corner of Lomas and Edith (near Martineztown)"
}
},
{
"name": "Nichos with Tile #2",
"coordinates": {
"lat": "35.089700",
"lng": "-106.640825"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7051/6871555525_5d6e244aea_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6871555525/in/photostream/",
"title": "Nichos with Tile #2",
"year": "1998",
"art_code": "243.01",
"artist": "Esteban Duran",
"type": "public sculpture",
"address": "500 Lomas NE",
"location": "Edith and Lomas Nichos SW corner of Lomas and Edith (near Martineztown)"
}
},
{
"name": "Illustration",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3035/2486731711_fd4899ed71_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2486731711/",
"title": "Illustration",
"year": "1982",
"art_code": "244",
"artist": "Jackie St. Aubyn",
"type": "collages (visual works)",
"address": "501 Copper NW",
"location": "Main Library"
}
},
{
"name": "Illustration",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7055/6926902221_4516f5c43f_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6926902221/in/photostream",
"title": "Illustration",
"year": "1983",
"art_code": "245",
"artist": "Nick Abdalla",
"type": "drawings (visual works)",
"address": "501 Copper NW",
"location": "Main Library"
}
},
{
"name": "Illustration",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3090/2486731787_e00bdfa2bf_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2486731787/",
"title": "Illustration",
"year": "1983",
"art_code": "246",
"artist": "Chris Bull",
"type": "drawings (visual works)",
"address": "501 Copper NW",
"location": "Main Library"
}
},
{
"name": "Illustration",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3012/2486731927_af253c5a92_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2486731927/in/photostream/",
"title": "Illustration",
"year": "1983",
"art_code": "247",
"artist": "Reg Loving",
"type": "paintings (visual works)",
"address": "501 Copper NW",
"location": "Main Library"
}
},
{
"name": "Illustration",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2407/2487547376_908351e7cc_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2487547376/in/photostream/",
"title": "Illustration",
"year": "1983",
"art_code": "248",
"artist": "John Wenger",
"type": "drawings (visual works)",
"address": "501 Copper NW",
"location": "Main Library"
}
},
{
"name": "Illustration",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3027/2486732089_eac64e74f1_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2486732089/in/photostream/",
"title": "Illustration",
"year": "1983",
"art_code": "249",
"artist": "Frank McCulloch",
"type": "paintings (visual works)",
"address": "501 Copper NW",
"location": "Main Library"
}
},
{
"name": "Illustration",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3261/2487547446_26c0dee3ab_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2487547446/in/photostream/",
"title": "Illustration",
"year": "1983",
"art_code": "250",
"artist": "Dennis Culver",
"type": "watercolors (paintings)",
"address": "501 Copper NW",
"location": "Main Library"
}
},
{
"name": "Illustration",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3198/2486732155_efd0ba69aa_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2486732155/in/photostream/",
"title": "Illustration",
"year": "1983",
"art_code": "251",
"artist": "Carl Johansen",
"type": "watercolors (paintings)",
"address": "501 Copper NW",
"location": "Main Library"
}
},
{
"name": "Illustration",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7179/6876514173_ed8385b78d_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6876514173/",
"title": "Illustration",
"year": "1983",
"art_code": "252",
"artist": "Randy White",
"type": "paintings (visual works)",
"address": "501 Copper NW",
"location": "Main Library"
}
},
{
"name": "Illustration",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2289/2486732177_17de890f38_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2486732177/",
"title": "Illustration",
"year": "1983",
"art_code": "253",
"artist": "Robert Peterson",
"type": "drawings (visual works)",
"address": "501 Copper NW",
"location": "Main Library"
}
},
{
"name": "Calligraphy",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2237/2487547556_d28f1a9ba3_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2487547556/in/photostream/",
"title": "Calligraphy",
"year": "1983",
"art_code": "254",
"artist": "Diana Stetson",
"type": "Calligraphy (visual works)",
"address": "501 Copper NW",
"location": "Main Library"
}
},
{
"name": "Don Quixote Suit Case",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2233/2487547592_076099ae7b_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2487547592/in/photostream/",
"title": "Don Quixote Suit Case",
"year": "1983",
"art_code": "255",
"artist": "J. Pearson",
"type": "found object sculpture",
"address": "501 Copper NW",
"location": "Main Library"
}
},
{
"name": "Untitled #1",
"coordinates": {
"lat": "35.040300",
"lng": "-106.625754"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3247/2439237012_9c6ef59924_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2439237012/",
"title": "Untitled #1",
"year": "2001",
"art_code": "256",
"artist": "Orlando Ley",
"type": "paintings (visual works)",
"address": "3400 University Blvd SE",
"location": "Airport Rental Car Facility"
}
},
{
"name": "Untitled, 76.1.1",
"coordinates": {
"lat": "35.177307",
"lng": "-106.561439"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7207/6871782031_f1630bddaf_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6871782031/",
"title": "Untitled, 76.1.1",
"year": "1996",
"art_code": "257",
"artist": "Garo Antreasian",
"type": "Lithographs",
"address": "7521 Carmel NE",
"location": "North Domingo Baca Multigenerational Center"
}
},
{
"name": "Apprehension of the Stage Robbers",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3028/2513552647_f2a3fa2757_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513552647/",
"title": "Apprehension of the Stage Robbers",
"year": "1993",
"art_code": "258",
"artist": "Harvey Johnson",
"type": "Painting (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Untitled, 78.2.2A and 78.2.1B",
"coordinates": {
"lat": "35.177307",
"lng": "-106.561439"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7192/6871790815_8c1c1936f2_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6871790815/",
"title": "Untitled, 78.2.2A and 78.2.1B",
"year": "1996",
"art_code": "259",
"artist": "Garo Antreasian",
"type": "works on paper",
"address": "7521 Carmel NE",
"location": "Untitled Fine Art"
}
},
{
"name": "Eastern Provinces",
"coordinates": {
"lat": "35.177307",
"lng": "-106.561439"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2276/2513552671_62f749ecb7_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513552671/",
"title": "Eastern Provinces",
"year": "1996",
"art_code": "260",
"artist": "Garo Antreasian",
"type": "Work on Paper",
"address": "7521 Carmel NE",
"location": "North Domingo Baca Multigenerational Center"
}
},
{
"name": "Untitled,78.3.2",
"coordinates": {
"lat": "35.177307",
"lng": "-106.561439"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7195/6871810281_f1aa882b44_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6871810281/",
"title": "Untitled,78.3.2",
"year": "1996",
"art_code": "261",
"artist": "Garo Antreasian",
"type": "Work on Paper",
"address": "7521 Carmel NE",
"location": "North Domingo Baca Multigenerational Center"
}
},
{
"name": "Celebration in Story",
"coordinates": {
"lat": "35.056900",
"lng": "-106.621345"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2256/2439176040_c048ebd434_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2439176040/",
"title": "Celebration in Story",
"year": "1996",
"art_code": "262",
"artist": "Debra Rogers",
"type": "mosaics (visual works)",
"address": "2200 Yale Blvd SE",
"location": "NM Commission for the Blind"
}
},
{
"name": "To All the Great Animals Around the World",
"coordinates": {
"lat": "35.077700",
"lng": "-106.661155"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3040/2420678427_3820aa8913_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2420678427/",
"title": "To All the Great Animals Around the World",
"year": "1993",
"art_code": "263",
"artist": "Leonard Lee",
"type": "Carvings",
"address": "903 10th St SW",
"location": "Rio Grande Zoological Park"
}
},
{
"name": "Bosque Rio Sunset",
"coordinates": {
"lat": "35.146000",
"lng": "-106.678998"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3275/2478321975_5377542e6f_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478321975/",
"title": "Bosque Rio Sunset",
"year": "1997",
"art_code": "264",
"artist": "Dave Dekker",
"type": "mural paintings (visual works)",
"address": "Monta\u00f1o at the Rio Grande NW",
"location": "Monta\u00f1o Bridge"
}
},
{
"name": "\u201cVery Special Arts Garage\u201d Neon Sign",
"coordinates": {
"lat": "35.085300",
"lng": "-106.652532"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2408/2478322061_827ffd4ccf_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478322061/",
"title": "\u201cVery Special Arts Garage\u201d Neon Sign",
"year": "1993",
"art_code": "265",
"artist": "Robert Randazzo",
"type": "Art signs",
"address": "5th St. and Copper NW",
"location": "5th St. and Copper NW Parking Structure"
}
},
{
"name": "Gardens that Bloom in Fragrance and Flower",
"coordinates": {
"lat": "35.092700",
"lng": "-106.680889"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3019/2479133938_a891661100_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479133938/",
"title": "Gardens that Bloom in Fragrance and Flower",
"year": "2001",
"art_code": "266",
"artist": "Jan Moore",
"type": "Gates",
"address": "2601 Central Ave NW",
"location": "Botanic Garden"
}
},
{
"name": "Triptych",
"coordinates": {
"lat": "35.087300",
"lng": "-106.649613"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7188/6876152319_85ca294523_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6876152319/",
"title": "Triptych",
"year": "1994",
"art_code": "267",
"artist": "Frank McCulloch",
"type": "Painting (visual works)",
"address": "401 2nd St NW",
"location": "Albuquerque Convention Center"
}
},
{
"name": "Gar Bender",
"coordinates": {
"lat": "35.087575",
"lng": "-106.675549"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3072/2421493514_e9d64dccec_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2421493514/",
"title": "Gar Bender",
"year": "1996",
"art_code": "268",
"artist": "Joe Barrington",
"type": "public sculpture",
"address": "1800 Tingley Drive SW",
"location": "Tingley Beach Aquatic Park"
}
},
{
"name": "Stickman #14 and #23",
"coordinates": {
"lat": "35.065200",
"lng": "-106.759739"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7010/6836529373_2b333c1a06_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6836529373/",
"title": "Stickman #14 and #23",
"year": "1999",
"art_code": "269",
"artist": "Larry Bell",
"type": "public sculpture",
"address": "11510 Sunset Gardens SW",
"location": "Communications Center"
}
},
{
"name": "Silente Paisano",
"coordinates": {
"lat": "35.193700",
"lng": "-106.638812"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7045/6876296957_9524c91b30_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6876296957/",
"title": "Silente Paisano",
"year": "1996",
"art_code": "270",
"artist": "George Manus",
"type": "public sculpture",
"address": "Alameda Rd and Rio Grande River",
"location": "Alameda Wetlands"
}
},
{
"name": "Spring Fever",
"coordinates": {
"lat": "35.131000",
"lng": "-106.682599"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3181/2478322461_5dcecabdf0_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478322461/",
"title": "Spring Fever",
"year": "1996",
"art_code": "271",
"artist": "O.K. Harris",
"type": "public sculpture",
"address": "2901 Candelaria Rd NW",
"location": "Rio Grande Nature Center"
}
},
{
"name": "Bison",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7068/6876466059_cc8ee11d4d_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6876466059/",
"title": "Bison",
"year": "1998",
"art_code": "272",
"artist": "Ila McAfee",
"type": "Painting (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "La Cueva Sunset, East",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7194/6870777635_e9d497511e_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6870777635/",
"title": "La Cueva Sunset, East",
"year": "1989",
"art_code": "273",
"artist": "Wilson Hurley",
"type": "Painting (visual works)",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "La Cueva Sunset, West",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7179/6870777797_39f4854476_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6870777797/in/photostream/",
"title": "La Cueva Sunset, West",
"year": "1989",
"art_code": "274",
"artist": "Wilson Hurley",
"type": "Painting (visual works)",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "1914 Ingram Foster Biplane Curtiss Model D",
"coordinates": {
"lat": "35.049170",
"lng": "-106.616934"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3008/2456693063_4c8ce52d7c_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456693063/",
"title": "1914 Ingram Foster Biplane Curtiss Model D",
"year": "1989",
"art_code": "275",
"artist": "<Null>",
"type": "cultural artifacts",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Guardian of the Fourth World",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2119/2457521098_84eca4693b_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457521098/in/photostream/",
"title": "Guardian of the Fourth World",
"year": "1989",
"art_code": "276",
"artist": "Clifford Fragua",
"type": "public sculpture",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Seed Pot",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2145/2456693225_546fc08391_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456693225/in/photostream/",
"title": "Seed Pot",
"year": "1988",
"art_code": "277",
"artist": "Charmae Natseway",
"type": "Pottery",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Sikyatki Shaped Bowl",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2015/2457521178_e39e2f4c2e_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457521178/in/photostream/",
"title": "Sikyatki Shaped Bowl",
"year": "1988",
"art_code": "278",
"artist": "Robert Tenorio",
"type": "Pottery",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Owl Bowl",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3213/2457521220_9c1ef49270_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457521220/in/photostream/",
"title": "Owl Bowl",
"year": "1988",
"art_code": "279",
"artist": "Laura Gachupin",
"type": "Pottery",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Polychrome Jar",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2140/2457521252_6e2e03bc07_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457521252/in/photostream/",
"title": "Polychrome Jar",
"year": "1988",
"art_code": "280",
"artist": "Lois Gutierrez-De La Cruz",
"type": "Pottery",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Untitled - Bracelet",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3202/2456693393_39bff19f09_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456693393/in/photostream/",
"title": "Untitled - Bracelet",
"year": "1988",
"art_code": "281",
"artist": "Roderick Kaskalla",
"type": "Jewelry",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Seed Jar",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2189/2456693431_dae9f5d243_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456693431/in/photostream/",
"title": "Seed Jar",
"year": "1989",
"art_code": "282",
"artist": "Dorothy Torivio",
"type": "Pottery",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Traditional Pueblo Concho Belt",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2267/2456693467_db1566c6ee_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456693467/in/photostream/",
"title": "Traditional Pueblo Concho Belt",
"year": "1988",
"art_code": "283",
"artist": "Cippy Crazy Horse",
"type": "Jewelry, concha belt",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Caldron",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2012/2457521508_2514bb02af_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457521508/in/photostream/",
"title": "Caldron",
"year": "1987",
"art_code": "284",
"artist": "Aaron Karp",
"type": "Painting (visual works)",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal, gate A-4"
}
},
{
"name": "Fetish Necklace",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3139/2456693661_df37e9f521_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456693661/in/photostream/",
"title": "Fetish Necklace",
"year": "1989",
"art_code": "285",
"artist": "Dinah Gasper",
"type": "Jewelry",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Jar with Dancers",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2016/2456693713_5c9d8366db_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456693713/in/photostream/",
"title": "Jar with Dancers",
"year": "1988",
"art_code": "286",
"artist": "Marcellus Medina",
"type": "Pottery",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Untitled - Bracelet",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2385/2457521638_76fb07ff12_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457521638/in/photostream/",
"title": "Untitled - Bracelet",
"year": "1988",
"art_code": "287",
"artist": "Angie Owen",
"type": "Jewelry",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Untitled - Tapestry",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2223/2457521734_67292891fa_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457521734/in/photostream/",
"title": "Untitled - Tapestry",
"year": "1989",
"art_code": "288",
"artist": "Tina John",
"type": "Tapestry",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Poe Kwinsawin",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2027/2456693923_8d8963265a_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456693923/in/photostream/",
"title": "Poe Kwinsawin",
"year": "1988",
"art_code": "289",
"artist": "Ramoncita Sandoval",
"type": "Textile",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Hopi Woman",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2289/2456693965_be170b8353_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456693965/in/photostream/",
"title": "Hopi Woman",
"year": "1989",
"art_code": "290",
"artist": "Maxine Toya",
"type": "Pottery",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Untitled - Necklace",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2158/2456694037_ca6f9dbe24_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456694037/in/photostream/",
"title": "Untitled - Necklace",
"year": "1988",
"art_code": "291",
"artist": "Gail Bird",
"type": "Jewelry",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Zuni Masked Dancer",
"coordinates": {
"lat": "35.037100",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2219/2456694057_15c76f8b31_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456694057/in/photostream/",
"title": "Zuni Masked Dancer",
"year": "1945",
"art_code": "292",
"artist": "Pop Chalee",
"type": "Painting (visual works)",
"address": "2200 Sunport Blvd SE",
"location": "Old Main Terminal"
}
},
{
"name": "Horse Mural",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3144/2456694077_bbe1a16839_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456694077/in/photostream/",
"title": "Horse Mural",
"year": "1945",
"art_code": "293",
"artist": "Pop Chalee",
"type": "Painting (visual works)",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Navajo Yeibichai",
"coordinates": {
"lat": "35.037100",
"lng": "-106.618306"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3261/2456694107_1291cc5afb_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456694107/in/photostream/",
"title": "Navajo Yeibichai",
"year": "1945",
"art_code": "294",
"artist": "Pop Chalee",
"type": "Painting (visual works)",
"address": "2200 Sunport Blvd SE",
"location": "Old Main Terminal"
}
},
{
"name": "Buffalo Mural",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2051/2456694143_953dd1d221_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456694143/in/photostream/",
"title": "Buffalo Mural",
"year": "1945",
"art_code": "295",
"artist": "Pop Chalee",
"type": "Painting (visual works)",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Matachine",
"coordinates": {
"lat": "35.037100",
"lng": "-106.618306"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2149/2457522042_82c157e94e_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457522042/in/photostream/",
"title": "Matachine",
"year": "1945",
"art_code": "296",
"artist": "Pop Chalee",
"type": "Painting (visual works)",
"address": "2200 Sunport Blvd SE",
"location": "Old Main Terminal"
}
},
{
"name": "Apache Crown Dancer",
"coordinates": {
"lat": "35.037100",
"lng": "-106.618306"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3029/2457522086_1d399d16fe_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457522086/in/photostream/",
"title": "Apache Crown Dancer",
"year": "1945",
"art_code": "297",
"artist": "Pop Chalee",
"type": "Painting (visual works)",
"address": "2200 Sunport Blvd SE",
"location": "Old Main Terminal"
}
},
{
"name": "Brown Deer",
"coordinates": {
"lat": "35.048800",
"lng": "-106.618306"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2093/2457522174_2a859bf120_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457522174/in/photostream/",
"title": "Brown Deer",
"year": "1945",
"art_code": "298",
"artist": "Pop Chalee",
"type": "Painting (visual works)",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Blue Deer",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3121/2456694359_661fd00841_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456694359/in/photostream/",
"title": "Blue Deer",
"year": "1945",
"art_code": "299",
"artist": "Pop Chalee",
"type": "Painting (visual works)",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Buffalo Dancer",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2157/2457522322_86a673acda_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457522322/in/photostream/",
"title": "Buffalo Dancer",
"year": "1945",
"art_code": "300",
"artist": "Pop Chalee",
"type": "Painting (visual works)",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Taos Horsetail Dancer",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3122/2457522370_4b52d8399f_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457522370/in/photostream/",
"title": "Taos Horsetail Dancer",
"year": "1945",
"art_code": "301",
"artist": "Pop Chalee",
"type": "Painting (visual works)",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Our Lady of Guadalupe",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2004/2457522432_a943fb9cc9_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457522432/in/photostream/",
"title": "Our Lady of Guadalupe",
"year": "1988",
"art_code": "302",
"artist": "Luis Tapia",
"type": "Santos",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Bell Ranch Spur",
"coordinates": {
"lat": "35.040300",
"lng": "-106.625754"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3110/2439237038_fe593ba972_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2439237038/",
"title": "Bell Ranch Spur",
"year": "2000",
"art_code": "303",
"artist": "Douglas Hall",
"type": "photographs (visual works)",
"address": "3400 University Blvd SE",
"location": "Airport Rental Car Facility"
}
},
{
"name": "Spanish Market",
"coordinates": {
"lat": "35.040300",
"lng": "-106.625754"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2284/2438411065_cbed0370fb_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2438411065/in/photostream/",
"title": "Spanish Market",
"year": "2000",
"art_code": "304",
"artist": "Sylvia Johnson",
"type": "Painting (visual works)",
"address": "3400 University Blvd SE",
"location": "Airport Rental Car Facility"
}
},
{
"name": "Look...We're Building You a Treehouse",
"coordinates": {
"lat": "35.209000",
"lng": "-106.666563"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3023/2478322481_9c9c8bbc48_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478322481/",
"title": "Look...We're Building You a Treehouse",
"year": "2002",
"art_code": "305",
"artist": "John Muir",
"type": "public sculpture",
"address": "Cibola Loop and Cuba Rd NW",
"location": "Tres Placitas"
}
},
{
"name": "Untitled - Necklace",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2112/2457522488_04ebfc65f1_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457522488/",
"title": "Untitled - Necklace",
"year": "1988",
"art_code": "306",
"artist": "Richard Chavez",
"type": "Jewelry",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Lamp Vase",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3077/2457522524_374849f214_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457522524/in/photostream/",
"title": "Lamp Vase",
"year": "1988",
"art_code": "307",
"artist": "Elizabeth Naranjo",
"type": "Pottery",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Untitled - Pottery",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3078/2456694609_69c0392555_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456694609/in/photostream/",
"title": "Untitled - Pottery",
"year": "1988",
"art_code": "308",
"artist": "Dora Tse Pe",
"type": "Pottery",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Pottery Jar",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3286/2457522578_81a3df49eb_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457522578/in/photostream/",
"title": "Pottery Jar",
"year": "1989",
"art_code": "309",
"artist": "Nathan Youngblood",
"type": "Pottery",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Sue\u00f1o Entre Sue\u00f1o",
"coordinates": {
"lat": "35.068800",
"lng": "-106.669139"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7025/6832079139_d8435d8026_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6832079139/",
"title": "Sue\u00f1o Entre Sue\u00f1o",
"year": "1994",
"art_code": "310",
"artist": "Bernadette Vigil",
"type": "mural paintings (visual works)",
"address": "129 Hartline SW",
"location": "School on Wheels"
}
},
{
"name": "Para David",
"coordinates": {
"lat": "35.085900",
"lng": "-106.497848"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7184/6871572057_3efabd6f68_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6871572057/",
"title": "Para David",
"year": "2000",
"art_code": "311",
"artist": "Ed Vega",
"type": "public sculpture",
"address": "908 Eastridge DR NE",
"location": "Lomas Tramway Library (Courtyard)"
}
},
{
"name": "Celebrating Nature/the Landscape Underground",
"coordinates": {
"lat": "35.086300",
"lng": "-106.649449"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2187/2478322487_5b364d906c_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478322487/",
"title": "Celebrating Nature/the Landscape Underground",
"year": "2000",
"art_code": "312",
"artist": "Barbara Grothus",
"type": "neon sculpture",
"address": "2nd St and Tijeras NW",
"location": "Underground Passageway Connecting C. Plaza to Convention Ctr."
}
},
{
"name": "Images in the Pueblo Night",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3232/2457522646_545ec9910b_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457522646/",
"title": "Images in the Pueblo Night",
"year": "1988",
"art_code": "313",
"artist": "Robert Montoya",
"type": "Painting (visual works)",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Untitled - Basket",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2174/2457522766_f36aea240a_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457522766/in/photostream/",
"title": "Untitled - Basket",
"year": "1988",
"art_code": "314",
"artist": "Lydia Pesata",
"type": "weavings",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Storyteller with Eight Separate Children",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3277/2456694891_3079099f77_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456694891/in/photostream/",
"title": "Storyteller with Eight Separate Children",
"year": "1988",
"art_code": "315",
"artist": "Ada Suina",
"type": "Pottery",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Why the Coyote Bays at the Moon",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3216/2456695011_146c0abc03_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456695011/in/photostream/",
"title": "Why the Coyote Bays at the Moon",
"year": "1989",
"art_code": "316",
"artist": "Pablita Velarde",
"type": "Painting (visual works)",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Untitled - Necklace",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2400/2456695053_fa6fe4430c_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456695053/in/photostream/",
"title": "Untitled - Necklace",
"year": "1988",
"art_code": "317",
"artist": "Joe at Rosey Cate",
"type": "Jewelry",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Medicine Bear",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3160/2457523054_e525bef02b_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457523054/in/photostream/",
"title": "Medicine Bear",
"year": "1988",
"art_code": "318",
"artist": "Stewart Quandelacy",
"type": "sculpture in the round",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Zebra",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2271/2457523088_14c1b427ed_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457523088/in/photostream/",
"title": "Zebra",
"year": "1988",
"art_code": "319",
"artist": "David Alvarez",
"type": "carvings",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Untitled - Pottery",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2234/2457523150_76743507de_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457523150/in/photostream/",
"title": "Untitled - Pottery",
"year": "1987",
"art_code": "320",
"artist": "Eddie Dominguez",
"type": "Pottery",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Haciendo Pan",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2137/2457523312_ca16e94199_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457523312/in/photostream/",
"title": "Haciendo Pan",
"year": "1988",
"art_code": "321",
"artist": "Edward Gonzales",
"type": "Painting (visual works)",
"address": "400 Marquette NW",
"location": "city/County Government Building"
}
},
{
"name": "Untitled - Weaving",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3278/2457523336_aafbbb1766_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457523336/in/photostream/",
"title": "Untitled - Weaving",
"year": "1988",
"art_code": "322",
"artist": "Paul Ortega",
"type": "Weavings",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Lucinda",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3096/2457523394_df16cdf954_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457523394/in/photostream/",
"title": "Lucinda",
"year": "1987",
"art_code": "323",
"artist": "Luis Ortega",
"type": "Weavings",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Abstract Crown Dancer I",
"coordinates": {
"lat": "35.040300",
"lng": "-106.625754"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7059/6870874089_4765ebbd70_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6870874089/",
"title": "Abstract Crown Dancer I",
"year": "2000",
"art_code": "324",
"artist": "Allan Houser",
"type": "public sculpture",
"address": "3400 University Blvd SE",
"location": "Airport Rental Car Facility"
}
},
{
"name": "Calico Cat",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3038/2457523428_4eaecc7dc5_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457523428/",
"title": "Calico Cat",
"year": "1988",
"art_code": "325",
"artist": "Mike Rodriguez",
"type": "Carving",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Storyteller",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2111/2456695531_330486501a_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456695531/in/photostream/",
"title": "Storyteller",
"year": "1988",
"art_code": "326",
"artist": "Stella Teller",
"type": "ceramics (objects)",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Spring Fever",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2060/2457523576_376ec8db44_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457523576/in/photostream/",
"title": "Spring Fever",
"year": "1988",
"art_code": "327",
"artist": "Francis Rivera",
"type": "Painting (visual works)",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "La Huida a Egipto",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3204/2456695685_ae35f56b3e_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456695685/in/photostream/",
"title": "La Huida a Egipto",
"year": "1988",
"art_code": "328",
"artist": "Charles Carrillo",
"type": "Retablos (panel paintings)",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Cristo and Mourning Figures",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3091/2457523710_1df4485978_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457523710/in/photostream/",
"title": "Cristo and Mourning Figures",
"year": "1986",
"art_code": "329",
"artist": "Marie Cash",
"type": "Retablos (panel paintings)",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "San Pascual",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2404/2457523768_cac868c07d_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457523768/in/photostream/",
"title": "San Pascual",
"year": "1987",
"art_code": "330",
"artist": "Ben Ortega",
"type": "Santos",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Popular Santos in New Mexico",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2416/2456695867_554bfde946_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456695867/in/photostream/",
"title": "Popular Santos in New Mexico",
"year": "1988",
"art_code": "331",
"artist": "Paula Rodriguez",
"type": "Santos",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Holy Family",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2260/2456695977_8ea2e9b6e6_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456695977/in/photostream/",
"title": "Holy Family",
"year": "1988",
"art_code": "332",
"artist": "Senaida Romero",
"type": "Textile",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "St. Francis",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2416/2456696015_925b918fbf_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456696015/in/photostream/",
"title": "St. Francis",
"year": "1988",
"art_code": "333",
"artist": "Tranquilino Roybal",
"type": "Santos",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Queen of Rosary, Lady of Guadalupe, Lady of Sorrows",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2119/2457523980_c76ac672fe_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457523980/in/photostream/",
"title": "Queen of Rosary, Lady of Guadalupe, Lady of Sorrows",
"year": "1987",
"art_code": "334",
"artist": "Rosemarie Stuyck",
"type": "Retablos (panel paintings)",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "San Rafael",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2304/2457524038_8ed50ca4ce_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457524038/in/photostream/",
"title": "San Rafael",
"year": "1988",
"art_code": "335",
"artist": "Horacio Valdez",
"type": "Santos",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Bere de Santa Cruz",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2087/2456696227_ca2656c620_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456696227/in/photostream/",
"title": "Bere de Santa Cruz",
"year": "1988",
"art_code": "336",
"artist": "Irene Yates",
"type": "Carving",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "The Basket Dance",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2085/2457524224_6d3a6bc3e1_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457524224/in/photostream/",
"title": "The Basket Dance",
"year": "1989",
"art_code": "338",
"artist": "Glenna Goodacre",
"type": "public sculpture",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Dream of Flight",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3064/2457524282_54e1f8f0e5_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457524282/in/photostream/",
"title": "Dream of Flight",
"year": "1989",
"art_code": "339",
"artist": "Lincoln Fox",
"type": "public sculpture",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Rains for the Harvest",
"coordinates": {
"lat": "35.040300",
"lng": "-106.625754"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7068/6939629687_4f6b54364d_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6939629687/",
"title": "Rains for the Harvest",
"year": "2001",
"art_code": "340",
"artist": "Tammy Garcia",
"type": "public sculpture",
"address": "3400 University Blvd SE",
"location": "Airport Rental Car Facility"
}
},
{
"name": "Processional - New Mexican Church",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7181/6876545739_ea0fb5e1a2_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6876545739/",
"title": "Processional - New Mexican Church",
"year": "1999",
"art_code": "341",
"artist": "Gene Kloss",
"type": "prints",
"address": "400 Marquette NW",
"location": "City/County Government Building"
}
},
{
"name": "Last Tango in Santa Fe V",
"coordinates": {
"lat": "35.040300",
"lng": "-106.625754"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2149/2439237110_a5baaee180_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2439237110/",
"title": "Last Tango in Santa Fe V",
"year": "2001",
"art_code": "342",
"artist": "Harry Fonesca",
"type": "Painting (visual works)",
"address": "3400 University Blvd SE",
"location": "Airport Rental Car Facility"
}
},
{
"name": "Corrales Mystique",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2205/2456696547_b2d45998a3_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456696547/",
"title": "Corrales Mystique",
"year": "1999",
"art_code": "343",
"artist": "Morris Rippel",
"type": "Painting (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Building"
}
},
{
"name": "\"What the hell are we waiting for now, Christmas?\"",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2369/2456696573_b818a3cab9_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456696573/in/photostream/",
"title": "\"What the hell are we waiting for now, Christmas?\"",
"year": "1988",
"art_code": "344",
"artist": "Gordon Snidow",
"type": "Painting (visual works)",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Deep Sea Falls",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7057/6798764802_a44be56893_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456696605/in/photostream/",
"title": "Deep Sea Falls",
"year": "1988",
"art_code": "345",
"artist": "Frank Ettenberg",
"type": "Painting (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Building"
}
},
{
"name": "Yellow Pot",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2137/2457524610_8cefde8ce3_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457524610/in/photostream/",
"title": "Yellow Pot",
"year": "1989",
"art_code": "346",
"artist": "Russell Hamilton",
"type": "Painting (visual works)",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Earth Legend Series",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3030/2456696697_e226ef689a_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456696697/in/photostream/",
"title": "Earth Legend Series",
"year": "1989",
"art_code": "347",
"artist": "Larry Calcagno",
"type": "Painting (visual works)",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Tewa Motel, Albuquerque, New Mexico",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7190/6876575905_2bb4828533_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6876575905/",
"title": "Tewa Motel, Albuquerque, New Mexico",
"year": "1988",
"art_code": "348",
"artist": "Phyllis Kennedy",
"type": "photographs (visual works)",
"address": "400 Marquette NW",
"location": "City/County government Building"
}
},
{
"name": "Coyote with Woman Inside",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2225/2456696717_59e7afab5d_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456696717/",
"title": "Coyote with Woman Inside",
"year": "1989",
"art_code": "349",
"artist": "Holly Roberts",
"type": "Painting (visual works)",
"address": "400 Marquette NW",
"location": "City/county Government Building"
}
},
{
"name": "The Magician",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3032/2456696757_cb3620c4bd_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456696757/in/photostream/",
"title": "The Magician",
"year": "1989",
"art_code": "350",
"artist": "Fritz Scholder",
"type": "Lithographs",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Sun Song",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3193/2456696829_5c589752e9_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456696829/in/photostream/",
"title": "Sun Song",
"year": "1988",
"art_code": "351",
"artist": "Sam Scott",
"type": "Painting (visual works)",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Night on Elk Mountain",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3251/2457524884_1dae80bffb_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457524884/in/photostream/",
"title": "Night on Elk Mountain",
"year": "1988",
"art_code": "352",
"artist": "Bob Lee",
"type": "Painting (visual works)",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Guadalupe Sunrise",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3062/2457524928_bb6fd29c8f_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457524928/in/photostream/",
"title": "Guadalupe Sunrise",
"year": "1988",
"art_code": "353",
"artist": "Gary Niblett",
"type": "Painting (visual works)",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "San Ildefonso Hunting Dancer",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3143/2456696995_f332ee75a7_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456696995/in/photostream/",
"title": "San Ildefonso Hunting Dancer",
"year": "1989",
"art_code": "354",
"artist": "Julian Robles",
"type": "Painting (visual works)",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Botanical Layout: Peony",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3017/2457525022_5c9e4fd874_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457525022/in/photostream/",
"title": "Botanical Layout: Peony",
"year": "1989",
"art_code": "355",
"artist": "Betty Hahn",
"type": "Lithographs",
"address": "400 Marquette NW",
"location": "City/County Government Building"
}
},
{
"name": "The Last Hill",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3038/2456697071_83fff76288_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456697071/in/photostream/",
"title": "The Last Hill",
"year": "1988",
"art_code": "356",
"artist": "Bruce Lowney",
"type": "Lithographs",
"address": "400 Marquette NW",
"location": "City/County Government Building"
}
},
{
"name": "Quiet Scherzo I",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2210/2457525086_d502de26b9_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457525086/in/photostream/",
"title": "Quiet Scherzo I",
"year": "1988",
"art_code": "357",
"artist": "Earl Stroh",
"type": "Lithographs",
"address": "400 Marquette NW",
"location": "City/County Government Building"
}
},
{
"name": "All that Surrounds the Earth Surrounds Me",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3170/2456697113_28f2c248a1_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456697113/in/photostream/",
"title": "All that Surrounds the Earth Surrounds Me",
"year": "1988",
"art_code": "358",
"artist": "Hilda Volkin",
"type": "public sculpture",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Untitled - Pottery",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2414/2456697141_ef25f0c785_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456697141/in/photostream/",
"title": "Untitled - Pottery",
"year": "1989",
"art_code": "359",
"artist": "Liz Anderson",
"type": "Pottery",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Serenity and Hope",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3296/2456697161_cd61a3be33_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456697161/in/photostream/",
"title": "Serenity and Hope",
"year": "1989",
"art_code": "360",
"artist": "John Boomer",
"type": "public sculpture",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Untitled",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2417/2456697215_7136d1d995_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456697215/in/photostream/",
"title": "Untitled",
"year": "1988",
"art_code": "361",
"artist": "Ilena Grayson",
"type": "Pottery",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Andean Spirit",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2004/2456697233_201040969b_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456697233/in/photostream/",
"title": "Andean Spirit",
"year": "1988",
"art_code": "362",
"artist": "Louise Laval",
"type": "object sculpture",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Rites",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2136/2456697253_f2b6554735_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456697253/in/photostream/",
"title": "Rites",
"year": "1988",
"art_code": "363",
"artist": "Virginia Dehn",
"type": "Painting (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Building"
}
},
{
"name": "The Navajo Nation \"Storage Jar\"",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2189/2456697331_a6fbdb5226_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456697331/in/photostream/",
"title": "The Navajo Nation \"Storage Jar\"",
"year": "1987",
"art_code": "364",
"artist": "RC Gorman",
"type": "Lithographs",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "La Facade II",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2033/2457525462_cd9d59d9bb_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457525462/in/photostream/",
"title": "La Facade II",
"year": "1988",
"art_code": "365",
"artist": "Martha Slaymaker",
"type": "Pottery",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Buffalo White",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2302/2457525506_90a38f6e56_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457525506/in/photostream/",
"title": "Buffalo White",
"year": "1984",
"art_code": "366",
"artist": "Arthur Sussman",
"type": "Painting (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Building"
}
},
{
"name": "Figure in Green",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7197/6876607571_95f1573dc0_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6876607571/",
"title": "Figure in Green",
"year": "1989",
"art_code": "367",
"artist": "Clinton Adams",
"type": "Lithographs",
"address": "400 Marquette NW",
"location": "City/County Government Building"
}
},
{
"name": "Profile in Blue",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2350/2457525740_987ab11c88_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457525740/",
"title": "Profile in Blue",
"year": "1989",
"art_code": "368",
"artist": "Ron Adams",
"type": "Lithographs",
"address": "400 Marquette NW",
"location": "City/County Government Building"
}
},
{
"name": "Untitled: 81.2.1 A+B",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3041/2456697777_43a3723182_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456697777/in/photostream/",
"title": "Untitled: 81.2.1 A+B",
"year": "1989",
"art_code": "369",
"artist": "Garo Antreasian",
"type": "Lithographs",
"address": "400 Marquette NW",
"location": "City/Government Building"
}
},
{
"name": "Central Ave. at Carlisle, Albuquerque",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2002/2457525814_e3cd1ecf67.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457525814/in/photostream/",
"title": "Central Ave. at Carlisle, Albuquerque",
"year": "1990",
"art_code": "370",
"artist": "Gus Foster",
"type": "photographs (visual works)",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Rudolfo Mascarenas - Amalia, New Mexico",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7195/6876619277_4b729b0946_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6876619277/",
"title": "Rudolfo Mascarenas - Amalia, New Mexico",
"year": "1990",
"art_code": "371",
"artist": "Miguel Gandert",
"type": "photographs (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Building"
}
},
{
"name": "Ansel Adams - Ranchos de Taos, New Mexico",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2359/2456697889_a545def642_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456697889/in/photostream/",
"title": "Ansel Adams - Ranchos de Taos, New Mexico",
"year": "1990",
"art_code": "372",
"artist": "Beaumont Newhall",
"type": "photographs (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government building"
}
},
{
"name": "American",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3119/2456697953_543c6e1c29_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2456697953/in/photostream/",
"title": "American",
"year": "1988",
"art_code": "373",
"artist": "Tim Prythero",
"type": "public sculpture",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Ever Changing",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3129/2457526008_228a102d92_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457526008/in/photostream/",
"title": "Ever Changing",
"year": "1988",
"art_code": "374",
"artist": "Jinni Thomas",
"type": "Painting (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Building"
}
},
{
"name": "Mothers and Babies Under...Tree",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7040/6876657833_1c661dd40a_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6876657833/",
"title": "Mothers and Babies Under...Tree",
"year": "2000",
"art_code": "393",
"artist": "Coex\u2019ae Qgam",
"type": "Lithographs",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Locust with Bushman Potato (Quare)",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2323/2514439794_2ae7d99231_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2514439794/",
"title": "Locust with Bushman Potato (Quare)",
"year": "2000",
"art_code": "394",
"artist": "Cg\u2019ose Ntcoxo",
"type": "Lithographs",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Remembering II",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7187/6876667185_3a36bc1e49_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6876667185/",
"title": "Remembering II",
"year": "2000",
"art_code": "395",
"artist": "Diana Reyna",
"type": "Lithographs",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Stories from Within",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3163/2514439842_b1c2caf500_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2514439842/",
"title": "Stories from Within",
"year": "2000",
"art_code": "396",
"artist": "Nora Naranjo Morse",
"type": "Lithographs",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Jujubu and Nxam Veldfood",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2365/2513615419_79ca6851d8_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513615419/in/photostream/",
"title": "Jujubu and Nxam Veldfood",
"year": "2000",
"art_code": "397",
"artist": "Cg\u2019ose Ntcoxo",
"type": "Lithographs",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Trickster I",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2256/2513615483_eeca05234f_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513615483/in/photostream/",
"title": "Trickster I",
"year": "2000",
"art_code": "398",
"artist": "Felice Lucero",
"type": "Lithographs",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Trickster II",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2177/2513615533_c9e75b396c_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513615533/in/photostream/",
"title": "Trickster II",
"year": "2000",
"art_code": "399",
"artist": "Felice Lucero",
"type": "Lithographs",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Culture Speak",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7054/6876675787_25d8d130b0_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6876675787/",
"title": "Culture Speak",
"year": "2000",
"art_code": "400",
"artist": "Nora Naranjo Morse",
"type": "Lithographs",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Tortoise with Ostrich",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2114/2514440028_b47b7745fb_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2514440028/",
"title": "Tortoise with Ostrich",
"year": "2000",
"art_code": "401",
"artist": "Xqaiqa Qomtcaa",
"type": "Lithographs",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Trickster Hare and Lion",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3039/2514440052_9e5930f7a4_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2514440052/in/photostream/",
"title": "Trickster Hare and Lion",
"year": "2000",
"art_code": "402",
"artist": "Xqaiqa Qomtcaa",
"type": "Lithographs",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Jackal and Hyena",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2091/2513615655_1cdc7f676b_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513615655/in/photostream/",
"title": "Jackal and Hyena",
"year": "2000",
"art_code": "403",
"artist": "Thamae Setshogao",
"type": "Lithographs",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Antbear and Acacia Tree",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3292/2513615703_61fc67194f_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513615703/in/photostream/",
"title": "Antbear and Acacia Tree",
"year": "2000",
"art_code": "404",
"artist": "Thamae Setshogao",
"type": "Lithographs",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "King of the Monsters",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3169/2514440840_47834293ee_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2514440840/in/photostream/",
"title": "King of the Monsters",
"year": "2000",
"art_code": "405",
"artist": "Mateo Romero",
"type": "Lithographs",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Gods of the Warm, Cold Middle",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3145/2513616439_3b9fc4eb18_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513616439/in/photostream/",
"title": "Gods of the Warm, Cold Middle",
"year": "2000",
"art_code": "406",
"artist": "Mateo Romero",
"type": "Lithographs",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Birds and Women Eating Sour...",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2284/2513616467_7f5872c17b_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513616467/in/photostream/",
"title": "Birds and Women Eating Sour...",
"year": "2000",
"art_code": "407",
"artist": "Coex\u2019ae Qgam",
"type": "Lithographs",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Remembering I",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3052/2514440960_2d158c8f84_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2514440960/in/photostream/",
"title": "Remembering I",
"year": "2000",
"art_code": "408",
"artist": "Diana Reyna",
"type": "Lithographs",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Monta\u00f1o Bridge Overlooks",
"coordinates": {
"lat": "35.145300",
"lng": "-106.677726"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2183/2479134266_00bbb1b704_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479134266/",
"title": "Monta\u00f1o Bridge Overlooks",
"year": "1997",
"art_code": "409",
"artist": "Robert Peters",
"type": "bridge overlooks",
"address": "Monta\u00f1o at the Rio Grande NW",
"location": "Monta\u00f1o Bridge"
}
},
{
"name": "Toad",
"coordinates": {
"lat": "35.131000",
"lng": "-106.682599"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2166/2479134290_54cf0b45db_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479134290/in/photostream/",
"title": "Toad",
"year": "1996",
"art_code": "410",
"artist": "William Allen",
"type": "public sculpture",
"address": "2901 Candelaria Rd NW",
"location": "Rio Grande Nature Center"
}
},
{
"name": "Dragonfly",
"coordinates": {
"lat": "35.131000",
"lng": "-106.682599"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3037/2479134302_07b8a1a47a_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479134302/in/photostream/",
"title": "Dragonfly",
"year": "1996",
"art_code": "411",
"artist": "William Allen",
"type": "public sculpture",
"address": "2901 Candelaria Rd NW",
"location": "Rio Grande Nature Center"
}
},
{
"name": "Mesa",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7199/6876709509_41f280b38e_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6876709509/",
"title": "Mesa",
"year": "1991",
"art_code": "412",
"artist": "Carol Armijo",
"type": "Lithographs",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Se Murio mi Guapanjero",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7204/6876717643_399a8f4e77_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6876717643/in/photostream/",
"title": "Se Murio mi Guapanjero",
"year": "1991",
"art_code": "413",
"artist": "Maria Baca",
"type": "Lithographs",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Make Me an Angel",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2411/2513552727_227691f253_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513552727/",
"title": "Make Me an Angel",
"year": "1991",
"art_code": "414",
"artist": "Scott Kuykendall",
"type": "Lithographs",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Quartet of the Seasons of New Mexico #5",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2126/2513552747_904a1af02b_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513552747/in/photostream/",
"title": "Quartet of the Seasons of New Mexico #5",
"year": "1991",
"art_code": "415",
"artist": "Diana Stetson",
"type": "Lithographs",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Rio Grande Nature Center",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7195/6876739101_f5d3925382_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6876739101/",
"title": "Rio Grande Nature Center",
"year": "1991",
"art_code": "416",
"artist": "Peter Manchester",
"type": "Lithographs",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Untitled",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7053/6876748275_a962dd42da_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6876748275/",
"title": "Untitled",
"year": "1998",
"art_code": "418",
"artist": "Caci Gallop",
"type": "<Null>",
"address": "400 Marquette NW",
"location": "City/County Government Building"
}
},
{
"name": "Untitled",
"coordinates": {
"lat": "35.107300",
"lng": "-106.552431"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7056/6871589607_6540c2024d_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6871589607/",
"title": "Untitled",
"year": "1998",
"art_code": "419",
"artist": "Kristina Guist",
"type": "prints",
"address": "8205 Apache NE",
"location": "Wyoming Branch Library"
}
},
{
"name": "Untitled",
"coordinates": {
"lat": "35.107300",
"lng": "-106.552431"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7187/6871597309_93c4d59813_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6871597309/in/photostream/",
"title": "Untitled",
"year": "1998",
"art_code": "420",
"artist": "Maria Marion",
"type": "tapestry",
"address": "8205 Apache NE",
"location": "Wyoming Branch library"
}
},
{
"name": "Consumer Market Series",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3082/2514377150_3c0bd5eec1_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2514377150/",
"title": "Consumer Market Series",
"year": "1996",
"art_code": "423",
"artist": "Mateo Romero",
"type": "monoprint",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "They Won't Show their Faces",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3186/2513552877_642d28de84_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513552877/in/photostream/",
"title": "They Won't Show their Faces",
"year": "1996",
"art_code": "424",
"artist": "Mateo Romero",
"type": "monoprint",
"address": "400 Marquette NW",
"location": "city/County government Bldg."
}
},
{
"name": "Tesuque Pueblo Camel Rock",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2075/2513553009_141946113d_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513553009/in/photostream/",
"title": "Tesuque Pueblo Camel Rock",
"year": "1996",
"art_code": "425",
"artist": "Dorothy Herrera",
"type": "monoprint",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Kiva Steps",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2115/2513553069_6fd8c04775_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513553069/in/photostream/",
"title": "Kiva Steps",
"year": "1996",
"art_code": "426",
"artist": "Dorothy Herrera",
"type": "monoprint",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Untitled",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3111/2514377436_3802710100_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2514377436/in/photostream/",
"title": "Untitled",
"year": "1996",
"art_code": "427",
"artist": "Janet Hevey",
"type": "monoprint",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Untitled",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3068/2513553269_cb112863c5_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513553269/in/photostream/",
"title": "Untitled",
"year": "1996",
"art_code": "428",
"artist": "Janet Hevey",
"type": "monoprint",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Thunder Storm",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3010/2514377588_7006dd03d6_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2514377588/in/photostream/",
"title": "Thunder Storm",
"year": "1996",
"art_code": "429",
"artist": "Deborah Jojola-Sanchez",
"type": "monoprint",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Kachina Spirits",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3017/2514377670_d579175b2a_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2514377670/in/photostream/",
"title": "Kachina Spirits",
"year": "1996",
"art_code": "430",
"artist": "Deborah Jojola-Sanchez",
"type": "monoprint",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Untitled",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7184/6876775805_a7b0c93b04_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6876775805/",
"title": "Untitled",
"year": "1996",
"art_code": "431",
"artist": "Felice Lucero",
"type": "monoprint",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Untitled",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2166/2513553437_985df2090c_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513553437/",
"title": "Untitled",
"year": "1996",
"art_code": "432",
"artist": "Felice Lucero",
"type": "monoprints",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Untitled",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3079/2513553495_391bb8325a_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513553495/in/photostream/",
"title": "Untitled",
"year": "1996",
"art_code": "433",
"artist": "C. Maurus Chino",
"type": "monoprint",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Untitled",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2370/2514377836_927e77754f_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2514377836/in/photostream/",
"title": "Untitled",
"year": "1996",
"art_code": "434",
"artist": "C. Maurus Chino",
"type": "monoprint",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Purple Dreams",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2068/2513553729_2251cccb66_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513553729/in/photostream/",
"title": "Purple Dreams",
"year": "1996",
"art_code": "435",
"artist": "Roderick Tenorio",
"type": "monoprint",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Chosen Contracts",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3193/2513553781_00dcc986e5_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513553781/in/photostream/",
"title": "Chosen Contracts",
"year": "1996",
"art_code": "436",
"artist": "Roderick Tenorio",
"type": "monoprint",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "What He Sees (II)",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2303/2514378122_f66fc86ef8_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2514378122/in/photostream/",
"title": "What He Sees (II)",
"year": "1996",
"art_code": "437",
"artist": "Nora Naranjo Morse",
"type": "monoprint",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "He Told Me to Create...(I)",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3292/2513553879_78a19f8c2e_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513553879/in/photostream/",
"title": "He Told Me to Create...(I)",
"year": "1996",
"art_code": "438",
"artist": "Nora Naranjo Morse",
"type": "monoprint",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Reclining Nude",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3212/2514378194_0f9c30614f_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2514378194/in/photostream/",
"title": "Reclining Nude",
"year": "1996",
"art_code": "439",
"artist": "Floyd Solomon",
"type": "monoprint",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Night: The Presence of Man",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2191/2513553959_4f88092e5e_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513553959/in/photostream/",
"title": "Night: The Presence of Man",
"year": "1996",
"art_code": "440",
"artist": "Floyd Solomon",
"type": "monoprint",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Untitled",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2251/2513554057_1418d20efa_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513554057/in/photostream/",
"title": "Untitled",
"year": "1996",
"art_code": "441",
"artist": "Lynn Trujillo",
"type": "monoprint",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Untitled",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2079/2513554103_faedfaf92d_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513554103/in/photostream/",
"title": "Untitled",
"year": "1996",
"art_code": "442",
"artist": "Lynn Trujillo",
"type": "monoprint",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Homage to Summer Rains",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2405/2514378456_973ef03445_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2514378456/in/photostream/",
"title": "Homage to Summer Rains",
"year": "1996",
"art_code": "443",
"artist": "Cavan Gonzales",
"type": "monoprint",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Tewa Bluegate",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3018/2514378490_5690a88920_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2514378490/in/photostream/",
"title": "Tewa Bluegate",
"year": "1996",
"art_code": "444",
"artist": "Cavan Gonzales",
"type": "monoprint",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Sioux Pony",
"coordinates": {
"lat": "35.107300",
"lng": "-106.552431"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2358/2514378546_6f2b6c3356_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2514378546/in/photostream/",
"title": "Sioux Pony",
"year": "1996",
"art_code": "445",
"artist": "Art Menchego",
"type": "monoprint",
"address": "8205 Apache NE",
"location": "Wyoming Branch Library"
}
},
{
"name": "Untitled",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3199/2514378578_88ba6697f6_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2514378578/in/photostream/",
"title": "Untitled",
"year": "1996",
"art_code": "446",
"artist": "Art Menchego",
"type": "monoprint",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Untitled",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3181/2513554365_faf6d3a88e_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513554365/in/photostream/",
"title": "Untitled",
"year": "1996",
"art_code": "447",
"artist": "Bernard Gachupin",
"type": "monoprint",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Untitled",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2124/2514378634_b5284d7e37_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2514378634/in/photostream/",
"title": "Untitled",
"year": "1996",
"art_code": "448",
"artist": "Bernard Gachupin",
"type": "monoprint",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Butterfly Maidens",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3257/2514378716_27ce761197_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2514378716/in/photostream/",
"title": "Butterfly Maidens",
"year": "1996",
"art_code": "449",
"artist": "Phil Hughte",
"type": "monoprint",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Zuni Corn Dancers",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3267/2513554525_bab750b72e_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513554525/in/photostream/",
"title": "Zuni Corn Dancers",
"year": "1996",
"art_code": "450",
"artist": "Phil Hughte",
"type": "monoprint",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Spirit of a Tewa Water Jar",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2083/2514378802_901bd5cd6b_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2514378802/in/photostream/",
"title": "Spirit of a Tewa Water Jar",
"year": "1996",
"art_code": "451",
"artist": "Lonnie Vigil",
"type": "monoprint",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Water Jars of Many Blessings",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7048/6877280121_8f192d1d6b_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6877280121/",
"title": "Water Jars of Many Blessings",
"year": "1996",
"art_code": "452",
"artist": "Lonnie Vigil",
"type": "monoprint",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Malinche",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2368/2513554601_582df8a295_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513554601/",
"title": "Malinche",
"year": "1996",
"art_code": "453",
"artist": "Gerald Nailor",
"type": "monoprint",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Kiva Figure",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7039/6877315763_6148ec1e2f_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6877315763/",
"title": "Kiva Figure",
"year": "1996",
"art_code": "454",
"artist": "Gerald Nailor",
"type": "monoprint",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Corn Dryer",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3009/2513554633_a91d19cd35_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513554633/",
"title": "Corn Dryer",
"year": "1996",
"art_code": "455",
"artist": "George Rivera",
"type": "monoprint",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Mask",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2129/2514378920_ba20da81e6_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2514378920/in/photostream/",
"title": "Mask",
"year": "1996",
"art_code": "456",
"artist": "George Rivera",
"type": "monoprint",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Tablita",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3012/2514378960_726b2dd014_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2514378960/in/photostream/",
"title": "Tablita",
"year": "1996",
"art_code": "457",
"artist": "Alvin Curran",
"type": "monoprint",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Untitled",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7042/6877349279_b97f61c187_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6877349279/",
"title": "Untitled",
"year": "1996",
"art_code": "458",
"artist": "Alvin Curran",
"type": "monoprint",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Across the Land",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7196/6877360637_5078a21b77_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6877360637/in/photostream/",
"title": "Across the Land",
"year": "1996",
"art_code": "459",
"artist": "Jonathan Warm Day",
"type": "monoprint",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Vanished",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3136/2513554779_4946407074_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513554779/",
"title": "Vanished",
"year": "1996",
"art_code": "460",
"artist": "Jonathan Warm Day",
"type": "monoprint",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Apache Plume",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7042/6877386781_9005d96808_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6877386781/",
"title": "Apache Plume",
"year": "1997",
"art_code": "461",
"artist": "Valerie Arber",
"type": "monoprint",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Chamisa",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7206/6877436943_7a532b4105_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6877436943/in/photostream/",
"title": "Chamisa",
"year": "1997",
"art_code": "462",
"artist": "Betty Hahn",
"type": "Lithographs",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Mexican Hat",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7209/6877445747_2c52062e2c_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6877445747/in/photostream/",
"title": "Mexican Hat",
"year": "1997",
"art_code": "463",
"artist": "Beverly Magennis",
"type": "Lithographs",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Red Iris",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7050/6877488387_28461ccc0c_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6877488387/in/photostream/",
"title": "Red Iris",
"year": "1997",
"art_code": "464",
"artist": "Forrest Moses",
"type": "Lithographs",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Corn Lily Spring",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7048/6877499155_30bdaf4748_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6877499155/in/photostream/",
"title": "Corn Lily Spring",
"year": "1997",
"art_code": "465",
"artist": "Kristy Rawson",
"type": "Lithographs",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "WPA Relief Map",
"coordinates": {
"lat": "35.089000",
"lng": "-106.648000"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3074/2479134318_ea961ac060_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479134318/",
"title": "WPA Relief Map",
"year": "1999",
"art_code": "466",
"artist": "WPA",
"type": "reliefs",
"address": "600 2nd St. NW",
"location": "Plaza del Sol Building"
}
},
{
"name": "Rays of Communication",
"coordinates": {
"lat": "35.107500",
"lng": "-106.589314"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2052/2479134358_2ce55dc94d_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479134358/in/photostream/",
"title": "Rays of Communication",
"year": "2000",
"art_code": "467",
"artist": "Juan Navarrete",
"type": "sculpture (visual work)",
"address": "2510 Quincy NE",
"location": "Fire Prevention Bureau"
}
},
{
"name": "Teach the Mind at Touch the Spirit",
"coordinates": {
"lat": "35.160400",
"lng": "-106.479138"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3020/2531027819_2fd61cf704_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2531027819/",
"title": "Teach the Mind at Touch the Spirit",
"year": "2000",
"art_code": "468",
"artist": "Margy O'Brien",
"type": "mosaics (visual works)",
"address": "7100 Tramway Blvd NE",
"location": "Elena Gallegos Open Space"
}
},
{
"name": "Sandia Peaks, Spring Morning",
"coordinates": {
"lat": "35.123400",
"lng": "-106.657261"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2008/2513522399_a77ce370a3_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513522399/",
"title": "Sandia Peaks, Spring Morning",
"year": "1997",
"art_code": "469",
"artist": "C. Maurus Chino",
"type": "Painting (visual works)",
"address": "1231 Candelaria NW",
"location": "Los Griegos Center for Family and Community Services"
}
},
{
"name": "Winter Snacking (Abert's squirrel)",
"coordinates": {
"lat": "35.123400",
"lng": "-106.657261"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3206/2513522431_55096ccd4f_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513522431/in/photostream/",
"title": "Winter Snacking (Abert's squirrel)",
"year": "1997",
"art_code": "470",
"artist": "Joe Dowell",
"type": "Painting (visual works)",
"address": "1231 Candelaria NW",
"location": "Los Griegos Center for Family and Community Services"
}
},
{
"name": "Verde Canyon II",
"coordinates": {
"lat": "35.123400",
"lng": "-106.657261"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2165/2514346814_8e24d90614_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2514346814/in/photostream/",
"title": "Verde Canyon II",
"year": "1997",
"art_code": "471",
"artist": "Norma Jones",
"type": "Painting (visual works)",
"address": "1231 Candelaria NW",
"location": "Los Griegos Center for Family and Community Services"
}
},
{
"name": "Indian and Eagle",
"coordinates": {
"lat": "35.123400",
"lng": "-106.657261"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3088/2513522505_bd62f78fda_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513522505/in/photostream/",
"title": "Indian and Eagle",
"year": "1997",
"art_code": "472",
"artist": "Felipe Lopez",
"type": "Carving",
"address": "1231 Candelaria NW",
"location": "Los Griegos Center for Family and Community Services"
}
},
{
"name": "Ottowi Cottonwood`",
"coordinates": {
"lat": "35.123400",
"lng": "-106.657261"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3091/2513522523_bb2d802c55_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513522523/in/photostream/",
"title": "Ottowi Cottonwood`",
"year": "1997",
"art_code": "473",
"artist": "Margy O'Brien",
"type": "Drawing",
"address": "1231 Candelaria NW",
"location": "Los Griegos Center for Family and Community Services"
}
},
{
"name": "Spirit of the Pot",
"coordinates": {
"lat": "35.123400",
"lng": "-106.657261"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3156/2513522543_09c086f98a_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513522543/in/photostream/",
"title": "Spirit of the Pot",
"year": "1997",
"art_code": "474",
"artist": "Patricio A. Zamora (PAZ)",
"type": "public sculpture",
"address": "1231 Candelaria NW",
"location": "Los Griegos Center for Family and Community Services"
}
},
{
"name": "Monotype with Arch",
"coordinates": {
"lat": "35.123400",
"lng": "-106.657261"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2002/2513522559_38bd5dc291_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513522559/in/photostream/",
"title": "Monotype with Arch",
"year": "1997",
"art_code": "475",
"artist": "Robert Pelegrin",
"type": "Print",
"address": "1231 Candelaria NW",
"location": "Los Griegos Center for Family and Community Services"
}
},
{
"name": "The Flock",
"coordinates": {
"lat": "35.123400",
"lng": "-106.657261"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3016/2513522619_e93cb95cb4_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513522619/in/photostream/",
"title": "The Flock",
"year": "1997",
"art_code": "476",
"artist": "Lois Peterson",
"type": "Painting (visual works)",
"address": "1231 Candelaria NW",
"location": "Los Griegos Center for Family and Community Services"
}
},
{
"name": "Black Elk's Vision",
"coordinates": {
"lat": "35.123400",
"lng": "-106.657261"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7049/6877511055_f6a8e0282b_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6877511055/in/photostream/",
"title": "Black Elk's Vision",
"year": "1997",
"art_code": "477",
"artist": "Dori Rardin",
"type": "public sculpture",
"address": "1231 Candelaria NW",
"location": "Los Griegos Center for Family and Community Services"
}
},
{
"name": "Eavesdropper",
"coordinates": {
"lat": "35.123400",
"lng": "-106.657261"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2165/2513522657_84e35a7095_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513522657/",
"title": "Eavesdropper",
"year": "1997",
"art_code": "478",
"artist": "Dori Rardin",
"type": "public sculpture",
"address": "1231 Candelaria NW",
"location": "Los Griegos Center for Family and Community Services"
}
},
{
"name": "Contemporary Southwest Masks",
"coordinates": {
"lat": "35.123400",
"lng": "-106.657261"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3161/2513522677_787f0dccc4_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513522677/in/photostream/",
"title": "Contemporary Southwest Masks",
"year": "1997",
"art_code": "479",
"artist": "Verna Solomon",
"type": "object sculpture",
"address": "1231 Candelaria NW",
"location": "Los Griegos Center for Family and Community Services"
}
},
{
"name": "Pueblo Indians: Man and Woman",
"coordinates": {
"lat": "35.123400",
"lng": "-106.657261"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3278/2514347036_0c3bbffda8_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2514347036/in/photostream/",
"title": "Pueblo Indians: Man and Woman",
"year": "1997",
"art_code": "480",
"artist": "Pablita Velarde",
"type": "object sculpture",
"address": "1231 Candelaria NW",
"location": "Los Griegos Center for Family and Community Services"
}
},
{
"name": "Boy on Ladder",
"coordinates": {
"lat": "35.123400",
"lng": "-106.657261"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3037/2513522725_5181629cf4_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513522725/in/photostream/",
"title": "Boy on Ladder",
"year": "1997",
"art_code": "481",
"artist": "Fran Zuehlke",
"type": "Pottery",
"address": "1231 Candelaria NW",
"location": "Los Griegos Center for Family and Community Services"
}
},
{
"name": "Monet's Garden",
"coordinates": {
"lat": "35.123400",
"lng": "-106.657261"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3091/2514347076_c65586a2a6_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2514347076/in/photostream/",
"title": "Monet's Garden",
"year": "1997",
"art_code": "482",
"artist": "Fran Zuehlke",
"type": "pottery",
"address": "1231 Candelaria NW",
"location": "Los Griegos Center for Family and Community Services"
}
},
{
"name": "Los Volcanes",
"coordinates": {
"lat": "35.090600",
"lng": "-106.713408"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3112/2478322687_0d7209ab84_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479134378/",
"title": "Los Volcanes",
"year": "2000",
"art_code": "483",
"artist": "Daisy Kates",
"type": "mosaics (visual works)",
"address": "6500 Los Volcanes NW",
"location": "Los Volcanes Senior Center"
}
},
{
"name": "Interstate Corridors Enhancement",
"coordinates": {
"lat": "35.069600",
"lng": "-106.496827"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3237/2478322715_fdce9503e7_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478322715/",
"title": "Interstate Corridors Enhancement",
"year": "1999",
"art_code": "484",
"artist": "Robert Peters",
"type": "wall pieces",
"address": "I-40, Tramway to Unser Blvd. NW",
"location": "I-40, Tramway to Unser Blvd"
}
},
{
"name": "Global Positioner",
"coordinates": {
"lat": "35.040300",
"lng": "-106.625754"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2055/2439237152_11b2856e89_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2439237152/",
"title": "Global Positioner",
"year": "2000",
"art_code": "485",
"artist": "Evelyn Rosenberg",
"type": "public sculpture",
"address": "3400 University Blvd SE",
"location": "Airport Rental Car Facility"
}
},
{
"name": "Clyde and Carrie Tingley",
"coordinates": {
"lat": "35.085731",
"lng": "-106.673993"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2379/2420678583_d2ff4b28a5_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2420678583/",
"title": "Clyde and Carrie Tingley",
"year": "2000",
"art_code": "486",
"artist": "Betty Sabo",
"type": "public sculpture",
"address": "1800 Tingley Drive SW",
"location": "Tingley Beach Aquatic Park"
}
},
{
"name": "Wheels in Motion",
"coordinates": {
"lat": "35.072200",
"lng": "-106.622279"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2273/2439176092_6784a30b46_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2439176092/",
"title": "Wheels in Motion",
"year": "2000",
"art_code": "487",
"artist": "Juan Navarrete",
"type": "mural paintings (visual works)",
"address": "601 Yale SE",
"location": "Transit Administration Building"
}
},
{
"name": "Marquee",
"coordinates": {
"lat": "35.072700",
"lng": "-106.646054"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2140/2439176114_21309e2c19_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2439176114/in/photostream/",
"title": "Marquee",
"year": "1994",
"art_code": "488",
"artist": "Robert Woltman",
"type": "public sculpture",
"address": "1025 Broadway SE",
"location": "South Broadway Cultural Center"
}
},
{
"name": "Marquee Tiles",
"coordinates": {
"lat": "35.072700",
"lng": "-106.646054"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3189/2439176618_dcfd408610_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2439176618/",
"title": "Marquee Tiles",
"year": "1995",
"art_code": "488.01",
"artist": "Maria Baca",
"type": "mosaic",
"address": "1025 Broadway SE",
"location": "South Broadway Cultural Center"
}
},
{
"name": "Oneness of Dance",
"coordinates": {
"lat": "35.072700",
"lng": "-106.646054"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2310/2438351125_85649a6019_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2438351125/",
"title": "Oneness of Dance",
"year": "1995",
"art_code": "489",
"artist": "Bernadette Vigil",
"type": "mural paintings (visual works)",
"address": "1025 Broadway SE",
"location": "South Broadway Cultural Center"
}
},
{
"name": "Bus Stop",
"coordinates": {
"lat": "35.070100",
"lng": "-106.645423"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7059/6870891781_87fa15bbeb_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6870891781/",
"title": "Bus Stop",
"year": "2000",
"art_code": "490",
"artist": "Juan Navarrete",
"type": "public sculpture",
"address": "Broadway and Avenida Cesar Chavez SE",
"location": "Broadway and Avenida Cesar Chavez SE"
}
},
{
"name": "Carl von Hassler Mural Restoration",
"coordinates": {
"lat": "35.084837",
"lng": "-106.652450"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2072/2479134548_370a4caccd_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479134548/",
"title": "Carl von Hassler Mural Restoration",
"year": "<Null>",
"art_code": "491",
"artist": "Carl von Hassler",
"type": "mural paintings (visual works)",
"address": "423 Central Ave NW",
"location": "KiMo Theatre"
}
},
{
"name": "Washington Bridge Design",
"coordinates": {
"lat": "35.176800",
"lng": "-106.595376"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm2.staticflickr.com/1373/1030964814_accfca4d61_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/1030964814/",
"title": "Washington Bridge Design",
"year": "2000",
"art_code": "492",
"artist": "Kevin Christman",
"type": "wall pieces",
"address": "8300 Washington NE",
"location": "Washington St. at Domingo Baca Arroyo"
}
},
{
"name": "KiMo Art Conservation Project",
"coordinates": {
"lat": "35.084837",
"lng": "-106.652450"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3097/2478322863_47a4ba1287_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478322863/",
"title": "KiMo Art Conservation Project",
"year": "2000",
"art_code": "493",
"artist": "Dale Kronkright",
"type": "Conservation",
"address": "423 Central Ave NW",
"location": "KiMo Theater"
}
},
{
"name": "Neighborhood Park Mural",
"coordinates": {
"lat": "35.134800",
"lng": "-106.507868"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7210/6871608195_97151a5655_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6871608195/",
"title": "Neighborhood Park Mural",
"year": "1982",
"art_code": "496",
"artist": "Richard Wasilewski",
"type": "mural paintings (visual works)",
"address": "11520 Biscayne Dr NE",
"location": "S Y Jackson Elementary School"
}
},
{
"name": "Yarman I",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7184/6877537563_014d18bb91_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6877537563/",
"title": "Yarman I",
"year": "1996",
"art_code": "501",
"artist": "Garo Antreasian",
"type": "Work on Paper",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Timur",
"coordinates": {
"lat": "35.177307",
"lng": "-106.561439"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3294/2513554823_f8349b1738_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2513554823/",
"title": "Timur",
"year": "1996",
"art_code": "502",
"artist": "Garo Antreasian",
"type": "Work on Paper",
"address": "7521 Carmel NE",
"location": "North Domingo Baca Multigenerational Center"
}
},
{
"name": "H.G. 4",
"coordinates": {
"lat": "35.177307",
"lng": "-106.561439"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7044/6871844757_f8dacc324e_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6871844757/",
"title": "H.G. 4",
"year": "1996",
"art_code": "503",
"artist": "Garo Antreasian",
"type": "monoprint",
"address": "7521 Carmel NE",
"location": "North Domingo Baca Multigenerational Center"
}
},
{
"name": "Untitled, 73.120",
"coordinates": {
"lat": "35.177307",
"lng": "-106.561439"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7044/6871851877_8560e04cc3_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6871851877/in/photostream/",
"title": "Untitled, 73.120",
"year": "1996",
"art_code": "504",
"artist": "Garo Antreasian",
"type": "Painting (visual works)",
"address": "7521 Carmel NE",
"location": "North Domingo Baca Multigenerational Center"
}
},
{
"name": "Untitled, 12.74",
"coordinates": {
"lat": "35.177307",
"lng": "-106.561439"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7036/6871860033_60e902a1e5_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6871860033/in/photostream/",
"title": "Untitled, 12.74",
"year": "1996",
"art_code": "505",
"artist": "Garo Antreasian",
"type": "Painting (visual works)",
"address": "7521 Carmel NE",
"location": "Untitled Fine Art"
}
},
{
"name": "Pennant",
"coordinates": {
"lat": "35.177307",
"lng": "-106.561439"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2408/2514379100_99e4c58235_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2514379100/",
"title": "Pennant",
"year": "1996",
"art_code": "506",
"artist": "Garo Antreasian",
"type": "Painting (visual works)",
"address": "7521 Carmel NE",
"location": "North Domingo Baca Multigenerational Center"
}
},
{
"name": "Double Cross",
"coordinates": {
"lat": "35.177307",
"lng": "-106.561439"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7058/6941619067_79fae747db_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6941619067/in/photostream",
"title": "Double Cross",
"year": "1996",
"art_code": "507",
"artist": "Garo Antreasian",
"type": "Painting (visual works)",
"address": "7521 Carmel NE",
"location": "North Domingo Baca Multigenerational Center"
}
},
{
"name": "Untitled Don Quixote Sketch",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7180/6877547783_b6d527bb97_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6877547783/",
"title": "Untitled Don Quixote Sketch",
"year": "1982",
"art_code": "508",
"artist": "Nick Abdalla",
"type": "drawing",
"address": "501 Copper NW",
"location": "Main Library"
}
},
{
"name": "Untitled Don Quixote Sketch",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7194/6877557193_a7501acec4_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6877557193/in/photostream/",
"title": "Untitled Don Quixote Sketch",
"year": "1982",
"art_code": "509",
"artist": "Nick Abdalla",
"type": "drawing",
"address": "501 Copper NW",
"location": "Main Library"
}
},
{
"name": "Untitled Don Quixote Sketch",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7180/6877557339_d00cfba2e1_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6877557339/in/photostream/",
"title": "Untitled Don Quixote Sketch",
"year": "1982",
"art_code": "510",
"artist": "Nick Abdalla",
"type": "drawing",
"address": "501 Copper NW",
"location": "Main Library"
}
},
{
"name": "Sancho",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2319/2486732457_cb5afc9c45_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2486732457/",
"title": "Sancho",
"year": "1982",
"art_code": "511",
"artist": "Nick Abdalla",
"type": "drawing",
"address": "501 Copper NW",
"location": "Main Library"
}
},
{
"name": "In the Valley",
"coordinates": {
"lat": "35.084800",
"lng": "-106.652659"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3028/2478322885_1ef4803e15_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478322885/in/photostream/",
"title": "In the Valley",
"year": "2001",
"art_code": "512",
"artist": "Carl von Hassler",
"type": "Painting (visual works)",
"address": "423 Central Ave NW",
"location": "KiMo Theater"
}
},
{
"name": "Winter in the Valley",
"coordinates": {
"lat": "35.084800",
"lng": "-106.652659"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3092/2479134632_6b502ecd4f_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479134632/in/photostream/",
"title": "Winter in the Valley",
"year": "2001",
"art_code": "513",
"artist": "Carl von Hassler",
"type": "Painting (visual works)",
"address": "423 Central Ave NW",
"location": "KiMo Theater"
}
},
{
"name": "All My Relations",
"coordinates": {
"lat": "35.064800",
"lng": "-106.761416"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2045/2421493628_4da6031830_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2421493628/",
"title": "All My Relations",
"year": "2001",
"art_code": "514",
"artist": "Bruce LaFountain",
"type": "public sculpture",
"address": "11850 Sunset Gardens SW",
"location": "Westside Animal Control Center"
}
},
{
"name": "Icarus Sundial",
"coordinates": {
"lat": "35.097400",
"lng": "-106.664967"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3116/2478322947_34fa75bbb8_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478322947/",
"title": "Icarus Sundial",
"year": "2004",
"art_code": "515",
"artist": "Gino Schiavone",
"type": "public sculpture",
"address": "1701 Mountain Rd NW",
"location": "Explora"
}
},
{
"name": "To the Swinger of Birches I",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2403/2486732499_b988ccb1f9_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2486732499/",
"title": "To the Swinger of Birches I",
"year": "2001",
"art_code": "516",
"artist": "La Verne Harper",
"type": "monoprint",
"address": "501 Copper NW",
"location": "Main Library"
}
},
{
"name": "To the Swinger of Birches II",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2281/2486732633_1fdf48cd00_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2486732633/in/photostream/",
"title": "To the Swinger of Birches II",
"year": "2001",
"art_code": "517",
"artist": "La Verne Harper",
"type": "monoprint",
"address": "501 Copper NW",
"location": "Main Library"
}
},
{
"name": "Cowgirl Stories of the West",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2393/2486732689_87128defc6_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2486732689/in/photostream/",
"title": "Cowgirl Stories of the West",
"year": "2001",
"art_code": "518",
"artist": "Spencer Kimball",
"type": "monoprint",
"address": "501 Copper NW",
"location": "Main Library"
}
},
{
"name": "Mysterious Cowboy Tales",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2216/2486732863_0088c84d7e_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2486732863/in/photostream/",
"title": "Mysterious Cowboy Tales",
"year": "2001",
"art_code": "519",
"artist": "Spencer Kimball",
"type": "monoprint",
"address": "501 Copper NW",
"location": "Main Library"
}
},
{
"name": "M. W. Rabbit Cup at Teapot",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2087/2487548232_e1caf4f6d4_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2487548232/in/photostream/",
"title": "M. W. Rabbit Cup at Teapot",
"year": "2001",
"art_code": "520",
"artist": "DeLoss McGraw",
"type": "monoprint",
"address": "501 Copper NW",
"location": "Main Library"
}
},
{
"name": "Queen of Hearts in Red Field",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2063/2487548280_40aac032ca_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2487548280/in/photostream/",
"title": "Queen of Hearts in Red Field",
"year": "2001",
"art_code": "521",
"artist": "DeLoss McGraw",
"type": "monoprint",
"address": "501 Copper NW",
"location": "Main Library"
}
},
{
"name": "Untitled",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2336/2487548322_122c2408b2_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2487548322/in/photostream/",
"title": "Untitled",
"year": "2001",
"art_code": "522",
"artist": "Hung Liu",
"type": "monoprint",
"address": "501 Copper NW",
"location": "Main Library"
}
},
{
"name": "Untitled",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2186/2486733047_06e8917eff_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2486733047/in/photostream/",
"title": "Untitled",
"year": "2001",
"art_code": "523",
"artist": "Hung Liu",
"type": "monoprint",
"address": "501 Copper NW",
"location": "Main Library"
}
},
{
"name": "Untitled",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2335/2487548434_e3e5343185_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2487548434/in/photostream/",
"title": "Untitled",
"year": "2001",
"art_code": "524",
"artist": "Robert Pelegrin",
"type": "monoprint",
"address": "501 Copper NW",
"location": "Main Library"
}
},
{
"name": "Untitled",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3281/2486733113_a434901363_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2486733113/in/photostream/",
"title": "Untitled",
"year": "2001",
"art_code": "525",
"artist": "Robert Pelegrin",
"type": "monoprint",
"address": "501 Copper NW",
"location": "Main Library"
}
},
{
"name": "Energy and Birds",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2246/2486733221_98d7017da2_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2486733221/in/photostream/",
"title": "Energy and Birds",
"year": "2001",
"art_code": "526",
"artist": "Georgia Marsh",
"type": "monoprint",
"address": "501 Copper NW",
"location": "Main Library"
}
},
{
"name": "Absent the Dead Are",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2363/2486733287_322709154c_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2486733287/in/photostream/",
"title": "Absent the Dead Are",
"year": "2001",
"art_code": "527",
"artist": "Georgia Marsh",
"type": "monoprint",
"address": "501 Copper NW",
"location": "Main Library"
}
},
{
"name": "Petals",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2036/2486733317_9bb7543367_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2486733317/in/photostream/",
"title": "Petals",
"year": "2001",
"art_code": "528",
"artist": "Susan Linnell",
"type": "monoprint",
"address": "501 Copper NW",
"location": "Main Library"
}
},
{
"name": "White Lily Turn",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2337/2487548748_1f08bd9f61_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2487548748/in/photostream/",
"title": "White Lily Turn",
"year": "2001",
"art_code": "529",
"artist": "Susan Linnell",
"type": "monoprint",
"address": "501 Copper NW",
"location": "Main Library"
}
},
{
"name": "Seated Rabbit I",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2002/2486733487_59074fed21_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2486733487/in/photostream/",
"title": "Seated Rabbit I",
"year": "2001",
"art_code": "530",
"artist": "Jaune Quick-to-See Smith",
"type": "monoprint",
"address": "501 Copper NW",
"location": "Main Library"
}
},
{
"name": "Buffalo Amulet II",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2004/2487548884_e6476f38e1_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2487548884/in/photostream/",
"title": "Buffalo Amulet II",
"year": "2001",
"art_code": "531",
"artist": "Jaune Quick-to-See Smith",
"type": "monoprint",
"address": "501 Copper NW",
"location": "Main Library"
}
},
{
"name": "Untitled (Snake)",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2178/2486733555_75112180ef_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2486733555/in/photostream/",
"title": "Untitled (Snake)",
"year": "2001",
"art_code": "532",
"artist": "Enrique Chagoya",
"type": "monoprint",
"address": "501 Copper NW",
"location": "Main Library"
}
},
{
"name": "Untitled (Blue Head)",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2286/2487549332_96dff6cca1_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2487549332/in/photostream/",
"title": "Untitled (Blue Head)",
"year": "2001",
"art_code": "533",
"artist": "Enrique Chagoya",
"type": "monoprint",
"address": "501 Copper NW",
"location": "Main Library"
}
},
{
"name": "Swan Song",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7059/6877582437_ef3bd221f2_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6877582437/",
"title": "Swan Song",
"year": "2001",
"art_code": "534",
"artist": "William Wiley",
"type": "monoprint",
"address": "501 Copper NW",
"location": "Main Library"
}
},
{
"name": "The Soul in Transition",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2171/2487549398_1f37d0d581_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2487549398/",
"title": "The Soul in Transition",
"year": "2001",
"art_code": "535",
"artist": "William Wiley",
"type": "monoprint",
"address": "501 Copper NW",
"location": "Main Library"
}
},
{
"name": "The Mall",
"coordinates": {
"lat": "35.085606",
"lng": "-106.497890"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm2.staticflickr.com/1080/1030964856_653868f07e_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/1030964856/",
"title": "The Mall",
"year": "2001",
"art_code": "536",
"artist": "Enrique Montenegro",
"type": "Painting (visual works)",
"address": "908 Eastridge DR NE",
"location": "Lomas/Tramway Library"
}
},
{
"name": "Velocipede",
"coordinates": {
"lat": "35.085606",
"lng": "-106.497890"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm2.staticflickr.com/1183/1030964914_8bb724e309_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/1030964914/in/photostream/",
"title": "Velocipede",
"year": "2001",
"art_code": "537",
"artist": "Robert Hooton",
"type": "Assemblage",
"address": "908 Eastridge DR NE",
"location": "Lomas Tramway Library"
}
},
{
"name": "Sandia Sunset",
"coordinates": {
"lat": "35.085606",
"lng": "-106.497890"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm2.staticflickr.com/1096/1030964966_83cd32a8ae_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/1030964966/in/photostream/",
"title": "Sandia Sunset",
"year": "2001",
"art_code": "538",
"artist": "Robert Hooton",
"type": "Painting (visual works)",
"address": "908 Eastridge DR NE",
"location": "Lomas Tramway Library"
}
},
{
"name": "Untitled 541 (Orange)",
"coordinates": {
"lat": "35.088000",
"lng": "-106.644914"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7044/6877618975_7ae8e46856_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6877618975/",
"title": "Untitled 541 (Orange)",
"year": "2001",
"art_code": "539",
"artist": "Florence Pierce",
"type": "Painting",
"address": "400 Marquette NW",
"location": "City/County Government Bldg., Cultural Services"
}
},
{
"name": "Untitled #542 (Red)",
"coordinates": {
"lat": "35.088000",
"lng": "-106.644914"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm2.staticflickr.com/1156/1030113651_03f7dd0d48_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/1030113651/",
"title": "Untitled #542 (Red)",
"year": "2001",
"art_code": "540",
"artist": "Florence Pierce",
"type": "Painting",
"address": "400 Marquette NW",
"location": "City/county Government Bldg., Cultural Services"
}
},
{
"name": "The Norther",
"coordinates": {
"lat": "35.040300",
"lng": "-106.625754"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7187/6870933695_1a872d480a_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6870933695/",
"title": "The Norther",
"year": "2001",
"art_code": "541",
"artist": "William Moyers",
"type": "public sculpture",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Migrating Home",
"coordinates": {
"lat": "35.091900",
"lng": "-106.586031"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm2.staticflickr.com/1170/1030965134_4cea59ab4d_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/1030965134/",
"title": "Migrating Home",
"year": "2003",
"art_code": "542",
"artist": "Susan Linnell",
"type": "public sculpture",
"address": "San Mateo NE and Constitution",
"location": "San Mateo Sound Wall"
}
},
{
"name": "Albuquerque",
"coordinates": {
"lat": "35.088000",
"lng": "-106.644914"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7043/6877646935_85b7070db5_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6877646935/",
"title": "Albuquerque",
"year": "2001",
"art_code": "543",
"artist": "Jaune Quick-to-See Smith",
"type": "Lithographs",
"address": "400 Marquette NW",
"location": "City/County Government Bldg. (3rd and 7th floor)"
}
},
{
"name": "17th Century Globe Theatre",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2052/2487549430_fc376f53df_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2487549430/",
"title": "17th Century Globe Theatre",
"year": "1994",
"art_code": "544",
"artist": "John Malolepsy",
"type": "Model",
"address": "501 Copper NW",
"location": "Main Library"
}
},
{
"name": "Eagle Dancer",
"coordinates": {
"lat": "35.048300",
"lng": "-106.621644"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2083/2438351193_bd4a530243_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2438351193/",
"title": "Eagle Dancer",
"year": "2002",
"art_code": "547",
"artist": "John O\u2019Connor",
"type": "public sculpture",
"address": "2920-A Yale SE",
"location": "Old Main Terminal"
}
},
{
"name": "Buffalo Dancer",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2218/2457526084_9d88fb4298_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457526084/",
"title": "Buffalo Dancer",
"year": "2002",
"art_code": "548",
"artist": "John Nieto",
"type": "Painting",
"address": "2200 Sunport Blvd SE",
"location": "Main Terminal"
}
},
{
"name": "Lest We Forget",
"coordinates": {
"lat": "35.060500",
"lng": "-106.568008"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3259/2438351267_7e7a98e454_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2438351267/",
"title": "Lest We Forget",
"year": "1992",
"art_code": "549",
"artist": "Charles Meketa",
"type": "maquette",
"address": "1100 Louisiana Blvd. SE",
"location": "Veteran's Memorial Park - Phil Chacon Park"
}
},
{
"name": "Dr. John A Aragon",
"coordinates": {
"lat": "35.072400",
"lng": "-106.654049"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7014/6836610825_f4f3d8e094_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6836610825/",
"title": "Dr. John A Aragon",
"year": "2003",
"art_code": "550",
"artist": "Judith Aragon",
"type": "public sculpture",
"address": "1309 4th Street SW",
"location": "Albuquerque Hispano Chamber of Commerce"
}
},
{
"name": "Pillars of the Community (#1)",
"coordinates": {
"lat": "35.085500",
"lng": "-106.658968"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2161/2479134814_7bf77b953e_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479134814/",
"title": "Pillars of the Community (#1)",
"year": "2002",
"art_code": "551",
"artist": "Eddie Dominguez",
"type": "public sculpture",
"address": "10th Street and Park Ave. NW",
"location": "Washington Middle School Park"
}
},
{
"name": "Pillars of the Community (#2)",
"coordinates": {
"lat": "35.085500",
"lng": "-106.658968"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2161/2479134814_7bf77b953e_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479134814/",
"title": "Pillars of the Community (#2)",
"year": "2002",
"art_code": "551.01",
"artist": "Eddie Dominguez",
"type": "public sculpture",
"address": "10th Street and Park Ave. NW",
"location": "Washington Middle School Park"
}
},
{
"name": "Pillars of the Community (#3)",
"coordinates": {
"lat": "35.085500",
"lng": "-106.658968"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2161/2479134814_7bf77b953e_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479134814/",
"title": "Pillars of the Community (#3)",
"year": "2002",
"art_code": "551.02",
"artist": "Eddie Dominguez",
"type": "public sculpture",
"address": "10th Street and Park Ave. NW",
"location": "Washington Middle School Park"
}
},
{
"name": "The Tools of Heroism",
"coordinates": {
"lat": "35.066300",
"lng": "-106.742595"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7011/6836625371_22c572a690_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6836625371/",
"title": "The Tools of Heroism",
"year": "2002",
"art_code": "552",
"artist": "Sheri Crider",
"type": "mosaics (visual works)",
"address": "9817 Eucariz SW",
"location": "Fire Station #14"
}
},
{
"name": "Braden Memorial",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3005/3056768134_aa2413b7e8_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/3056768134/",
"title": "Braden Memorial",
"year": "2002",
"art_code": "553",
"artist": "Mott Ironworks",
"type": "public sculpture",
"address": "8th and Central SW",
"location": "Robinson Park"
}
},
{
"name": "Aluminum Yucca",
"coordinates": {
"lat": "35.066200",
"lng": "-106.486904"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2375/2531027317_aa57f370be_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2531027317/",
"title": "Aluminum Yucca",
"year": "2003",
"art_code": "554",
"artist": "Gordon Huether",
"type": "public sculpture",
"address": "100 Camino De La Sierra NE",
"location": "Route 66 Gateway to Albuquerque"
}
},
{
"name": "In the Big Inning...",
"coordinates": {
"lat": "35.069200",
"lng": "-106.630028"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3176/2438351637_091708bfff_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2438351637/",
"title": "In the Big Inning...",
"year": "2003",
"art_code": "555",
"artist": "Jim Glidden",
"type": "gates",
"address": "1601 Avenida Cesar Chavez SE",
"location": "Albuquerque Isotopes Sports Stadium"
}
},
{
"name": "Sleuth",
"coordinates": {
"lat": "35.137500",
"lng": "-106.636583"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2203/2478323181_f257343fdf_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478323181/",
"title": "Sleuth",
"year": "2003",
"art_code": "556",
"artist": "Howard Meehan",
"type": "public sculpture",
"address": "5450 Second St NW",
"location": "Metropolitan Forensic Science Center"
}
},
{
"name": "Yei Be Chei Central",
"coordinates": {
"lat": "35.084900",
"lng": "-106.652268"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7045/6877672519_31348d7b1d_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6877672519/",
"title": "Yei Be Chei Central",
"year": "2003",
"art_code": "557",
"artist": "Jake Lovato",
"type": "Gates",
"address": "415 Central Avenue NW",
"location": "Freed Building/NM Holocaust Museum"
}
},
{
"name": "Waiting for Rain",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3250/2457526122_90eb9cc8e6_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457526122/",
"title": "Waiting for Rain",
"year": "1992",
"art_code": "558",
"artist": "J. Griffin",
"type": "Painting",
"address": "2200 Sunport Ave SE",
"location": "Main Terminal"
}
},
{
"name": "Journey Ahead",
"coordinates": {
"lat": "35.071400",
"lng": "-106.710593"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2358/2420678637_64a88b6183_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2420678637/",
"title": "Journey Ahead",
"year": "2004",
"art_code": "559",
"artist": "Kevin Zuckerman",
"type": "public sculpture",
"address": "6900 Gonzales Rd. SW",
"location": "Alamosa Center for Family and Community Services"
}
},
{
"name": "La Trumbule\u00f1a/Our Lady of Trumbull",
"coordinates": {
"lat": "35.066384",
"lng": "-106.565893"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3169/2438351443_9ccae265c5_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2438351443/",
"title": "La Trumbule\u00f1a/Our Lady of Trumbull",
"year": "2004",
"art_code": "560",
"artist": "Edouard Duval-Carri\u00e9",
"type": "public sculpture",
"address": "7505 Kathryn SE",
"location": "C\u00e9sar Ch\u00e1vez Community Center"
}
},
{
"name": "9th Inning Heroes",
"coordinates": {
"lat": "35.069200",
"lng": "-106.630028"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2289/2439176546_da34a9c5b6_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2439176546/",
"title": "9th Inning Heroes",
"year": "2004",
"art_code": "561",
"artist": "Lorenzo Romero",
"type": "public sculpture",
"address": "1601 Avenida Cesar Chavez SE",
"location": "Albuquerque Isotopes Sports Stadium"
}
},
{
"name": "Monta\u00f1o Bridge Interpretive Panels",
"coordinates": {
"lat": "35.144600",
"lng": "-106.674639"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7194/6877682949_0a561a4ed2_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6877682949/",
"title": "Monta\u00f1o Bridge Interpretive Panels",
"year": "2004",
"art_code": "562",
"artist": "Margy O'Brien",
"type": "Interpretive panels",
"address": "Monta\u00f1o Bridge NW",
"location": "Monta\u00f1o Bridge"
}
},
{
"name": "Prism/Solar Spectrum",
"coordinates": {
"lat": "35.087000",
"lng": "-106.649752"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2265/2479134890_f7800205eb_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479134890/",
"title": "Prism/Solar Spectrum",
"year": "2004",
"art_code": "563",
"artist": "Charles Ross",
"type": "holograms",
"address": "401 Second St NW",
"location": "Convention Center"
}
},
{
"name": "Dragons",
"coordinates": {
"lat": "35.099300",
"lng": "-106.546607"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm2.staticflickr.com/1177/1030113883_ac1a302319_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/1030113883/",
"title": "Dragons",
"year": "2004",
"art_code": "564",
"artist": "Juan Navarrete",
"type": "public sculpture",
"address": "8701 Princess Jeanne, NE",
"location": "Bellehaven Elementary School"
}
},
{
"name": "Doorways to Imagination",
"coordinates": {
"lat": "35.131800",
"lng": "-106.642657"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3086/2478323365_de87969bd9_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478323365/",
"title": "Doorways to Imagination",
"year": "2004",
"art_code": "565",
"artist": "Cassandra Reid",
"type": "mosaic",
"address": "4904 Fourth Street NW",
"location": "VSAarts North Fourth Art Center"
}
},
{
"name": "Throne of Nyoka",
"coordinates": {
"lat": "35.077700",
"lng": "-106.661155"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2079/2421493692_5c767e8642_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2421493692/",
"title": "Throne of Nyoka",
"year": "2004",
"art_code": "566",
"artist": "Keith Oliver",
"type": "public sculpture",
"address": "903 10th St SW",
"location": "Rio Grande Zoological Park"
}
},
{
"name": "Pavilion",
"coordinates": {
"lat": "35.077700",
"lng": "-106.661155"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2027/2420678709_553fa9bd6a_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2420678709/in/photostream/",
"title": "Pavilion",
"year": "2004",
"art_code": "567",
"artist": "Steve Teeters",
"type": "columns",
"address": "903 10th St SW",
"location": "Rio Grande Zoological Park"
}
},
{
"name": "A Cool Friend",
"coordinates": {
"lat": "35.180000",
"lng": "-106.560067"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm2.staticflickr.com/1146/1030113933_0789174960_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/1030113933/",
"title": "A Cool Friend",
"year": "2006",
"art_code": "568",
"artist": "Reynaldo Rivera",
"type": "public sculpture",
"address": "7520 Corona NE",
"location": "Fire Station 20"
}
},
{
"name": "Centric Shear",
"coordinates": {
"lat": "35.090600",
"lng": "-106.646900"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3211/2479135032_dbaf60c7c5_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479135032/",
"title": "Centric Shear",
"year": "2005",
"art_code": "569",
"artist": "Rico Eastman",
"type": "public sculpture",
"address": "401 3rd Street NW",
"location": "Albuquerque Convention Center"
}
},
{
"name": "Alphabet Soup",
"coordinates": {
"lat": "35.124500",
"lng": "-106.586473"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm2.staticflickr.com/1396/1030113983_6f7701f948_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/1030113983/",
"title": "Alphabet Soup",
"year": "2005",
"art_code": "570",
"artist": "Pete Beeman",
"type": "public sculpture",
"address": "3700 San Mateo Blvd. NE",
"location": "Erna Fergusson Library"
}
},
{
"name": "Valley Gardens: Past to the Present",
"coordinates": {
"lat": "35.007900",
"lng": "-106.707369"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3175/2421493832_bc2235f31a_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2421493832/",
"title": "Valley Gardens: Past to the Present",
"year": "2005",
"art_code": "571",
"artist": "Cassandra Reid",
"type": "mosaic",
"address": "4629 Sorrel Lane SW",
"location": "Valley Garden Neighborhood Park"
}
},
{
"name": "Poets' Plaza",
"coordinates": {
"lat": "35.095300",
"lng": "-106.653758"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3187/2478323457_3937e16f8e_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478323457/",
"title": "Poets' Plaza",
"year": "2005",
"art_code": "572",
"artist": "Cassandra Reid",
"type": "mosaic",
"address": "1114 7th Street NW",
"location": "The Harwood Art Center"
}
},
{
"name": "Travelin' Man",
"coordinates": {
"lat": "35.065300",
"lng": "-106.566742"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3095/2438351545_2655de0f15_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2438351545/",
"title": "Travelin' Man",
"year": "2007",
"art_code": "573",
"artist": "Wanxin Zhang",
"type": "public sculpture",
"address": "7505 Kathryn SE",
"location": "Cesar Chavez Community Center"
}
},
{
"name": "La Serpentina",
"coordinates": {
"lat": "35.048800",
"lng": "-106.616667"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3141/2457526184_8af2fc6ee1_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2457526184/",
"title": "La Serpentina",
"year": "2005",
"art_code": "574",
"artist": "Rogelio Madero",
"type": "public sculpture",
"address": "2200 Sunport Blvd. SE",
"location": "Main Terminal -Road Wall"
}
},
{
"name": "Convoluted Ambuguity",
"coordinates": {
"lat": "35.206200",
"lng": "-106.661507"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7176/6881916537_3fd66714f3_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6881916537/",
"title": "Convoluted Ambuguity",
"year": "2009",
"art_code": "575",
"artist": "Tom Askman",
"type": "public sculpture",
"address": "10400 Cibola Lp. NW",
"location": "Fire Station 21"
}
},
{
"name": "Metal Pages",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2225/2479135110_f1cd5ba073_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479135110/",
"title": "Metal Pages",
"year": "2005",
"art_code": "576",
"artist": "William Vielehr",
"type": "abstract",
"address": "Copper and 5th Street NW",
"location": "Main Library"
}
},
{
"name": "Grouper Fish Door Pulls",
"coordinates": {
"lat": "35.093100",
"lng": "-106.679160"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3099/2479135122_132710a4ff_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479135122/in/photostream/",
"title": "Grouper Fish Door Pulls",
"year": "1996",
"art_code": "577",
"artist": "Cathy Gore",
"type": "Traditional",
"address": "2601 Central Ave NW",
"location": "Rio Grande Aquarium"
}
},
{
"name": "What's for Lunch (Wall)",
"coordinates": {
"lat": "35.078000",
"lng": "-106.664809"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2398/2420678913_ce7c992afe_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2420678913/",
"title": "What's for Lunch (Wall)",
"year": "1996",
"art_code": "579",
"artist": "Cathy Gore",
"type": "Skylight",
"address": "903 10th St SW",
"location": "Rio Grande Zoological Park"
}
},
{
"name": "What's for Lunch (skylight 1)",
"coordinates": {
"lat": "35.078000",
"lng": "-106.664809"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7178/6870663429_c59747304a_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6870663429/#/",
"title": "What's for Lunch (skylight 1)",
"year": "1996",
"art_code": "579.01",
"artist": "Cathy Gore",
"type": "Skylight",
"address": "903 10th St SW",
"location": "Rio Grande Zoological Park"
}
},
{
"name": "What's for Lunch (skylight 2)",
"coordinates": {
"lat": "35.078000",
"lng": "-106.664809"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7197/6870663555_3bb4a86513_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6870663555/in/photostream/",
"title": "What's for Lunch (skylight 2)",
"year": "1996",
"art_code": "579.02",
"artist": "Cathy Gore",
"type": "Skylight",
"address": "903 10th St SW",
"location": "Rio Grande Zoological Park"
}
},
{
"name": "New Mexico Inspired",
"coordinates": {
"lat": "35.106700",
"lng": "-106.704466"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3163/2478323807_9a8ccb71c1_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478323807/",
"title": "New Mexico Inspired",
"year": "2007",
"art_code": "580",
"artist": "Karen Yank",
"type": "public sculpture",
"address": "Coors Blvd. and I-40 NW Albuquerque",
"location": "Coors and I-40"
}
},
{
"name": "Positive Energy of New Mexico",
"coordinates": {
"lat": "35.097800",
"lng": "-106.569042"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm7.staticflickr.com/6226/6264942060_b5ecc2e78c_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6264942060/",
"title": "Positive Energy of New Mexico",
"year": "2007",
"art_code": "581",
"artist": "Michael Metcalf",
"type": "public sculpture",
"address": "Louisiana Blvd. and Interstate 40 NE",
"location": "Louisiana I-40"
}
},
{
"name": "Positive Energy of New Mexico (#2)",
"coordinates": {
"lat": "35.097100",
"lng": "-106.568996"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm7.staticflickr.com/6226/6264942060_b5ecc2e78c_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6264942060/",
"title": "Positive Energy of New Mexico (#2)",
"year": "2007",
"art_code": "581.01",
"artist": "Michael Metcalf",
"type": "public sculpture",
"address": "Louisiana Blvd. and Interstate 40 NE",
"location": "Louisiana I-40"
}
},
{
"name": "All Things are Possible",
"coordinates": {
"lat": "35.142000",
"lng": "-106.551151"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm2.staticflickr.com/1372/1030965594_1c9332b217_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/1030965594/",
"title": "All Things are Possible",
"year": "2005",
"art_code": "582",
"artist": "Michael Naranjo",
"type": "figure",
"address": "5520 Wyoming NE",
"location": "Jewish Community Center"
}
},
{
"name": "La Jornada / Cuarto Centenario",
"coordinates": {
"lat": "35.097200",
"lng": "-106.667964"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2204/2479135826_a2a8c284e6_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479135826/",
"title": "La Jornada / Cuarto Centenario",
"year": "2005",
"art_code": "583.01",
"artist": "Reynaldo Rivera",
"type": "figures",
"address": "2000 Mountain Rd. NW",
"location": "Albuquerque Museum"
}
},
{
"name": "La Jornada / Cuarto Centenario",
"coordinates": {
"lat": "35.097200",
"lng": "-106.667964"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3166/2478324319_cd8ae3e093_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478324319/in/photostream/",
"title": "La Jornada / Cuarto Centenario",
"year": "2005",
"art_code": "583.02",
"artist": "Betty Sabo",
"type": "figures",
"address": "2000 Mountain Rd. NW",
"location": "Albuquerque Museum"
}
},
{
"name": "Numbe Whageh / Cuarto Centenario",
"coordinates": {
"lat": "35.097200",
"lng": "-106.667964"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3023/2478324411_1c31645c92_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478324411/",
"title": "Numbe Whageh / Cuarto Centenario",
"year": "2005",
"art_code": "583.03",
"artist": "Nora Naranjo Morse",
"type": "Earthwork",
"address": "2000 Mountain Rd. NW",
"location": "Albuquerque Museum"
}
},
{
"name": "Tricentennial Towers (North Tower)",
"coordinates": {
"lat": "35.105400",
"lng": "-106.671073"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2398/2478324495_bdec717df6_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478324495/in/photostream/",
"title": "Tricentennial Towers (North Tower)",
"year": "2006",
"art_code": "584",
"artist": "Jim Glidden",
"type": "public sculpture",
"address": "Rio Grande Blvd. and Interstate 40 NW",
"location": "I- 40 Corridor"
}
},
{
"name": "Tricentennial Towers (South Tower)",
"coordinates": {
"lat": "35.104900",
"lng": "-106.670472"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2094/2479135990_1d7f53db8b_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479135990/in/photostream/",
"title": "Tricentennial Towers (South Tower)",
"year": "2006",
"art_code": "584.01",
"artist": "Jim Glidden",
"type": "public sculpture",
"address": "Rio Grande Blvd. and Interstate 40 NW",
"location": "I- 40 Corridor"
}
},
{
"name": "Fish Globe",
"coordinates": {
"lat": "35.084129",
"lng": "-106.671781"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2209/2421494056_c80c76526e_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2421494056/",
"title": "Fish Globe",
"year": "2007",
"art_code": "585",
"artist": "Colette Hosmer",
"type": "public sculpture",
"address": "1800 Tingley Drive SW",
"location": "Tingley Beach Aquatic Park"
}
},
{
"name": "Wheat",
"coordinates": {
"lat": "35.066700",
"lng": "-106.640319"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2366/2438351573_c011592ffd_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2438351573/",
"title": "Wheat",
"year": "2005",
"art_code": "586",
"artist": "Juan Navarrete",
"type": "public sculpture",
"address": "715 Kathryn SE",
"location": "Dennis Chavez Park"
}
},
{
"name": "Corazon",
"coordinates": {
"lat": "35.087622",
"lng": "-106.676145"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3265/2420679119_551bae53d5_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2420679119/",
"title": "Corazon",
"year": "2007",
"art_code": "587",
"artist": "Patrick Simpson",
"type": "public sculpture",
"address": "1800 Tingley Drive SW",
"location": "Tingley Beach Aquatic Park"
}
},
{
"name": "Harry E. Kinney Memorial",
"coordinates": {
"lat": "35.088000",
"lng": "-106.649874"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7055/6877733247_0883f4a6a3_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6877733247/",
"title": "Harry E. Kinney Memorial",
"year": "2009",
"art_code": "590",
"artist": "Reynaldo Rivera",
"type": "figurative",
"address": "One Civic Plaza NW",
"location": "Harry Kinney Civic Plaza"
}
},
{
"name": "Clouds",
"coordinates": {
"lat": "35.097200",
"lng": "-106.667964"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7038/6881878527_b4b0430c87_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6881878527/in/photostream/",
"title": "Clouds",
"year": "2009",
"art_code": "591",
"artist": "Arlo Namingha",
"type": "figurative",
"address": "2000 Mountain Rd. NW",
"location": "Albuquerque Museum"
}
},
{
"name": "Clouds (maquette)",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7070/6882091767_73be8e6393_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6882091767/",
"title": "Clouds (maquette)",
"year": "2009",
"art_code": "591.01",
"artist": "Arlo Namingha",
"type": "relief (sculpture)",
"address": "400 Marquette NW",
"location": "City/County Govt. Building-Cultural Services"
}
},
{
"name": "Kick Flip Sequence",
"coordinates": {
"lat": "35.198500",
"lng": "-106.651474"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7202/6877701051_87a0fcc9f6_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6877701051/",
"title": "Kick Flip Sequence",
"year": "2009",
"art_code": "592",
"artist": "Michael Whiting",
"type": "public sculpture",
"address": "Seven Bar Loop and Cooors Bypass NW",
"location": "Northwest Quadrant Skate Park"
}
},
{
"name": "Cesar Chavez Monument",
"coordinates": {
"lat": "35.069814",
"lng": "-106.645889"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm7.staticflickr.com/6096/6351663090_8c7da73634_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6351663090/",
"title": "Cesar Chavez Monument",
"year": "2009",
"art_code": "593",
"artist": "Paula Castillo",
"type": "public sculpture",
"address": "Cesar Chavez Ave./Broadway SE Intersection",
"location": "Cesar Chavez Ave./Broadway SE Intersection"
}
},
{
"name": "Rio Grande",
"coordinates": {
"lat": "35.165200",
"lng": "-106.673097"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3125/2478324535_196a3c817b_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478324535/",
"title": "Rio Grande",
"year": "2007",
"art_code": "594",
"artist": "Charles Edmondson",
"type": "watercolors (visual works)",
"address": "6500 Coors Blvd NW",
"location": "Open Space Visitor Center"
}
},
{
"name": "La Luz de Trescientos A\u00f1os (Tricentennial Light)",
"coordinates": {
"lat": "35.097500",
"lng": "-106.666622"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3180/2479136122_83671e82cf_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479136122/in/photostream/",
"title": "La Luz de Trescientos A\u00f1os (Tricentennial Light)",
"year": "2006",
"art_code": "595",
"artist": "Patrick Alo",
"type": "public sculpture",
"address": "1800 Mountain Rd NW",
"location": "Tiguex Park"
}
},
{
"name": "Mountain Sunrise",
"coordinates": {
"lat": "35.165200",
"lng": "-106.673097"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3070/2478324579_8975329596_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2478324579/in/photostream/",
"title": "Mountain Sunrise",
"year": "2007",
"art_code": "596",
"artist": "Fredric Miller",
"type": "paintings (visual works)",
"address": "6500 Coors Blvd NW",
"location": "Open Space Visitor Center"
}
},
{
"name": "Gordon Church Portrait",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7038/6881889109_d201c4063b_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6881889109/",
"title": "Gordon Church Portrait",
"year": "2007",
"art_code": "597",
"artist": "Leo Neufeld",
"type": "Portrait",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "La Compuerta (Los Candelarias Village Artwork)",
"coordinates": {
"lat": "35.123200",
"lng": "-106.655882"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2398/2479136156_e5352f8fee_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479136156/",
"title": "La Compuerta (Los Candelarias Village Artwork)",
"year": "2007",
"art_code": "598",
"artist": "Hank Saxe",
"type": "Streetscape",
"address": "1231 Candelaria NW",
"location": "12th St NW and Candelaria NW"
}
},
{
"name": "Burr Tangle and Axis Mundi",
"coordinates": {
"lat": "35.088500",
"lng": "-106.677140"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm9.staticflickr.com/8306/7747552088_5b0475320b_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/7747552088",
"title": "Burr Tangle and Axis Mundi",
"year": "2007",
"art_code": "599",
"artist": "Ed Haddaway",
"type": "public sculpture",
"address": "1800 Tingley Drive SW",
"location": "Tingley Beach Aquatic Park"
}
},
{
"name": "Time-Vine Tree",
"coordinates": {
"lat": "35.088500",
"lng": "-106.677140"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3146/2421494154_c2e907152e_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2421494154",
"title": "Time-Vine Tree",
"year": "2007",
"art_code": "599.01",
"artist": "Ed Haddaway",
"type": "public sculpture",
"address": "1800 Tingley Drive SW",
"location": "Tingley Beach Aquatic Park"
}
},
{
"name": "Thorn in the Grove Flower",
"coordinates": {
"lat": "35.088500",
"lng": "-106.677140"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm9.staticflickr.com/8445/7741587438_8e06ef4a97_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/7741587438",
"title": "Thorn in the Grove Flower",
"year": "2007",
"art_code": "599.02",
"artist": "Ed Haddaway",
"type": "public sculpture",
"address": "1800 Tingley Drive SW",
"location": "Tingley Beach Aquatic Park"
}
},
{
"name": "Root Stalk Story",
"coordinates": {
"lat": "35.088500",
"lng": "-106.677140"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm9.staticflickr.com/8425/7741595322_3deb47f689_m.jpg",
"image_url": "www.flickr.com/photos/abqpublicart/7741595322",
"title": "Root Stalk Story",
"year": "2007",
"art_code": "599.03",
"artist": "Ed Haddaway",
"type": "public sculpture",
"address": "1800 Tingley Drive SW",
"location": "Tingley Beach Aquatic Park"
}
},
{
"name": "From the Fifth Tree Puzzle",
"coordinates": {
"lat": "35.088500",
"lng": "-106.677140"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2411/2421494176_eb2a32019f_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2421494176/",
"title": "From the Fifth Tree Puzzle",
"year": "2007",
"art_code": "599.04",
"artist": "Ed Haddaway",
"type": "public sculpture",
"address": "1800 Tingley Drive SW",
"location": "Tingley Beach Aquatic Park"
}
},
{
"name": "Old Mamma Fern",
"coordinates": {
"lat": "35.088500",
"lng": "-106.677140"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm9.staticflickr.com/8446/7741598390_2578c3cf3d_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/7741598390",
"title": "Old Mamma Fern",
"year": "2007",
"art_code": "599.05",
"artist": "Ed Haddaway",
"type": "public sculpture",
"address": "1800 Tingley Drive SW",
"location": "Tingley Beach Aquatic Park"
}
},
{
"name": "Installation Roadway Sculptures - Unser Wall",
"coordinates": {
"lat": "35.156152",
"lng": "-106.720838"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2144/2479136190_329552e206_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2479136190/",
"title": "Installation Roadway Sculptures - Unser Wall",
"year": "2007",
"art_code": "600",
"artist": "Jack Mackie",
"type": "public sculpture",
"address": "Escarpment",
"location": "Unser Blvd. north of Montano"
}
},
{
"name": "Light Box Snake",
"coordinates": {
"lat": "35.179700",
"lng": "-106.710833"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3061/2487507362_a4de7dcb00_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2487507362/in/photostream/",
"title": "Light Box Snake",
"year": "2007",
"art_code": "601",
"artist": "Jim Hirschfield",
"type": "Roadway Enhancements",
"address": "Paseo del Norte East of Unser",
"location": "Paseo del Norte over Petroglyph Monument"
}
},
{
"name": "Sometimes He Could See Through Space",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2132/2535874699_d9b801e496_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2535874699/",
"title": "Sometimes He Could See Through Space",
"year": "2007",
"art_code": "602.01",
"artist": "Donald Rubinstein",
"type": "computer drawing",
"address": "400 Marquette NW",
"location": "City/County Government Bldg. 3rd Floor"
}
},
{
"name": "Light Catcher",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2281/2535874721_9ebb02bbd6_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2535874721/in/photostream/",
"title": "Light Catcher",
"year": "2007",
"art_code": "602.02",
"artist": "Angus Macpherson",
"type": "Painting",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Durand 8",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2139/2535874667_0ed081c76b_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2535874667/in/photostream/",
"title": "Durand 8",
"year": "2007",
"art_code": "602.03",
"artist": "Margi Weir",
"type": "Drawing",
"address": "400 Marquette NW",
"location": "City/County Government Bldg. 4th Floor"
}
},
{
"name": "Road to Madrid",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2263/2535874747_7bfe330e1d_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2535874747/in/photostream/",
"title": "Road to Madrid",
"year": "2007",
"art_code": "602.04",
"artist": "David Pittis",
"type": "photographs (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Raven Flight I",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3061/2535874767_d7ecc40a5e_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2535874767/in/photostream/",
"title": "Raven Flight I",
"year": "2007",
"art_code": "602.05",
"artist": "Krista Elrick",
"type": "photographs (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Bosque del Apache",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2078/2536690852_72c73db9ab_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2536690852/in/photostream/",
"title": "Bosque del Apache",
"year": "2007",
"art_code": "602.06",
"artist": "Krista Elrick",
"type": "photographs (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Supporting Beams",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2057/2536690738_af4c2d8b96_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2536690738/in/photostream/",
"title": "Supporting Beams",
"year": "2007",
"art_code": "602.07",
"artist": "Peggy Trigg",
"type": "Painting",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Drained Butte",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3079/2536690884_9fb4592b62_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2536690884/in/photostream/",
"title": "Drained Butte",
"year": "2007",
"art_code": "602.08",
"artist": "David Ondrik",
"type": "photographs (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Grand River",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2231/2535874985_a9641cd002_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2535874985/in/photostream/",
"title": "Grand River",
"year": "2007",
"art_code": "602.09",
"artist": "David Ondrik",
"type": "photographs (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Rising Wedge",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3266/2536691096_94153904e1_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2536691096/in/photostream/",
"title": "Rising Wedge",
"year": "2007",
"art_code": "602.1",
"artist": "Aaron Karp",
"type": "Painting",
"address": "400 Marquette NW",
"location": "City/County Government Bldg. 3rd Floor"
}
},
{
"name": "Aetheria II",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2157/2535875053_5594b71daa_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2535875053/in/photostream/",
"title": "Aetheria II",
"year": "2007",
"art_code": "602.11",
"artist": "Danielle Miller",
"type": "Painting",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Locus",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2080/2536691144_357b0c8474_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2536691144/in/photostream/",
"title": "Locus",
"year": "2007",
"art_code": "602.12",
"artist": "Susan Wing",
"type": "Monochromatic Print",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "AIDS Memorial",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2285/2535875099_b226b0151b_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2535875099/in/photostream/",
"title": "AIDS Memorial",
"year": "2007",
"art_code": "602.13",
"artist": "Clarence Giese",
"type": "Painting",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Cactus Ornament",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3229/2536691200_cd4d51cb4f_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2536691200/in/photostream/",
"title": "Cactus Ornament",
"year": "2007",
"art_code": "602.14",
"artist": "Lauren Johnson",
"type": "Painting",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Black o'matsapa (Black Sunflower)",
"coordinates": {
"lat": "35.085200",
"lng": "-106.651690"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2375/2535875201_848de0286b_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2535875201/in/photostream/",
"title": "Black o'matsapa (Black Sunflower)",
"year": "2007",
"art_code": "602.15",
"artist": "Paula Castillo",
"type": "sculpture (visual work)",
"address": "115 4th St. NW",
"location": "Creative Albuquerque"
}
},
{
"name": "Brighter Toward the Dawn",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2191/2536691290_6c96f33761_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2536691290/in/photostream/",
"title": "Brighter Toward the Dawn",
"year": "2007",
"art_code": "602.16",
"artist": "David Antreasian",
"type": "Digital images",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Ft. Union, NM",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm4.staticflickr.com/3032/2536691300_eed39ea354_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2536691300/in/photostream/",
"title": "Ft. Union, NM",
"year": "2007",
"art_code": "602.17",
"artist": "John Lytton",
"type": "photographs (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Overhead Vista",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2023/2536691334_c71926a695_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2536691334/in/photostream/",
"title": "Overhead Vista",
"year": "2008",
"art_code": "602.18",
"artist": "Cheryl Dietz",
"type": "Painting",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Forest Floor",
"coordinates": {
"lat": "35.088000",
"lng": "-106.651590"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2017/2536691354_719494e796_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/2536691354/in/photostream/",
"title": "Forest Floor",
"year": "2008",
"art_code": "602.19",
"artist": "Evelyn Rosenberg",
"type": "Detonographics",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "A Stop on the Rio Grande",
"coordinates": {
"lat": "35.082100",
"lng": "-106.648162"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm7.staticflickr.com/6178/6264969754_48314a1112_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6264969754/",
"title": "A Stop on the Rio Grande",
"year": "2010",
"art_code": "603",
"artist": "John Davis",
"type": "public sculpture",
"address": "100 First Street SW",
"location": "Greyhound Bus Station"
}
},
{
"name": "Pat Hurley Park Art - Phase I",
"coordinates": {
"lat": "35.089200",
"lng": "-106.698415"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7038/6881901863_8eb02e585a_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6881901863/",
"title": "Pat Hurley Park Art - Phase I",
"year": "2009",
"art_code": "604",
"artist": "Patricio A. Zamora (PAZ)",
"type": "Mosaic",
"address": "3828 Rincon NW",
"location": "Pat Hurley Park"
}
},
{
"name": "KiMo Sign",
"coordinates": {
"lat": "35.084896",
"lng": "-106.652477"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7193/6887751513_d4427741a7_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887751513/",
"title": "KiMo Sign",
"year": "2011",
"art_code": "605",
"artist": "<Null>",
"type": "art signs",
"address": "423 Central AVE NW",
"location": "KiMo Theatre"
}
},
{
"name": "Bird of Time Sundial",
"coordinates": {
"lat": "35.123600",
"lng": "-106.541876"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7208/6871900757_3d8e90ca49_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6871900757/",
"title": "Bird of Time Sundial",
"year": "2009",
"art_code": "606",
"artist": "Gino Schiavone",
"type": "Sundial",
"address": "Moon and Comanche NE",
"location": "Loma del Rey Park"
}
},
{
"name": "Main Library",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7206/6881957383_20950658de_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6881957383/",
"title": "Main Library",
"year": "2008",
"art_code": "607",
"artist": "Charles Gibbon",
"type": "Painting",
"address": "501 Copper NW",
"location": "Main Library/5th and Copper"
}
},
{
"name": "West Copper",
"coordinates": {
"lat": "35.086200",
"lng": "-106.653252"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7062/6881957491_39a9405f96_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6881957491/in/photostream/",
"title": "West Copper",
"year": "2008",
"art_code": "607.1",
"artist": "Charles Gibbon",
"type": "Painting",
"address": "501 Copper NW",
"location": "Main Library"
}
},
{
"name": "Fire Station 5 (Sublimation of Flame)",
"coordinates": {
"lat": "35.076000",
"lng": "-106.560402"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7052/6871911427_87830764df_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6871911427/",
"title": "Fire Station 5 (Sublimation of Flame)",
"year": "2010",
"art_code": "608",
"artist": "Hi- Ying Wu",
"type": "Sculptural Relief",
"address": "123 Dallas NE",
"location": "Fire Station #5"
}
},
{
"name": "Camera Man",
"coordinates": {
"lat": "35.190192",
"lng": "-106.598682"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm9.staticflickr.com/8247/8663297921_8a18653c81_n.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/8663297921/in/photostream/",
"title": "Camera Man",
"year": "2012",
"art_code": "609",
"artist": "Mark Fredenburg",
"type": "public sculpture",
"address": "9201 Balloon Museum DR NE",
"location": "Anderson Abruzzo International Balloon Museum"
}
},
{
"name": "Convention Center Mosaic",
"coordinates": {
"lat": "35.086600",
"lng": "-106.648453"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7051/6881968279_5b223eebca_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6881968279/",
"title": "Convention Center Mosaic",
"year": "2008",
"art_code": "610",
"artist": "Cassandra Reid",
"type": "mosaic",
"address": "401 2nd St NW",
"location": "Convention Center"
}
},
{
"name": "Milky Starfish",
"coordinates": {
"lat": "35.065236",
"lng": "-106.565164"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7050/6870955169_50866f4417_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6870955169/",
"title": "Milky Starfish",
"year": "2008",
"art_code": "612",
"artist": "Edith Pons",
"type": "public sculpture",
"address": "7505 Kathryn SE",
"location": "Cesar Chavez Community Center"
}
},
{
"name": "Flyway",
"coordinates": {
"lat": "35.167644",
"lng": "-106.675372"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7069/6882081579_bd7709da6b_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6882081579/",
"title": "Flyway",
"year": "2011",
"art_code": "613",
"artist": "Robert Wilson",
"type": "land art",
"address": "6500 Coors Blvd NW",
"location": "Open Space Visitors Center"
}
},
{
"name": "Campo Expandido XVIII",
"coordinates": {
"lat": "35.131512",
"lng": "-106.642234"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7207/6881979813_2962928e20_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6881979813/",
"title": "Campo Expandido XVIII",
"year": "<Null>",
"art_code": "615",
"artist": "Raymundo Sesma",
"type": "mural paintings (visual works)",
"address": "4904 4th St NW",
"location": "VSA North 4th Arts center"
}
},
{
"name": "Lowell Elementary Sculpture Wall",
"coordinates": {
"lat": "35.062586",
"lng": "-106.628523"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7192/6870983725_da4ae36a9c_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6870983725/",
"title": "Lowell Elementary Sculpture Wall",
"year": "2008",
"art_code": "616",
"artist": "Edward Duval-Carrie",
"type": "mural paintings (visual works)",
"address": "1700 Sunshine Ter. SE",
"location": "Lowell Elementary School"
}
},
{
"name": "Untitled",
"coordinates": {
"lat": "35.107650",
"lng": "-106.552919"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7060/6871920237_b9e77120ea_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6871920237/",
"title": "Untitled",
"year": "2008",
"art_code": "617",
"artist": "Alexander Long",
"type": "Black-and-white print",
"address": "8205 Apache NE",
"location": "Wyoming Branch Library"
}
},
{
"name": "Untitled",
"coordinates": {
"lat": "35.107650",
"lng": "-106.552919"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7054/6871920161_eb99cd656e_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6871920161/in/photostream/",
"title": "Untitled",
"year": "2008",
"art_code": "617.01",
"artist": "Juan Montalvo",
"type": "photographs (visual works)",
"address": "8205 Apache NE",
"location": "Wyoming Branch Library"
}
},
{
"name": "Untitled",
"coordinates": {
"lat": "35.087962",
"lng": "-106.651890"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7202/6886964729_96a3b87204_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6886964729/",
"title": "Untitled",
"year": "2008",
"art_code": "617.02",
"artist": "Monica Pineda",
"type": "photographs (visual works)",
"address": "400 Marquette NW",
"location": "City/County government Building, Purchasing lobby"
}
},
{
"name": "Center of the City Centennial Project (1912)",
"coordinates": {
"lat": "35.083895",
"lng": "-106.651864"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7125/7796228910_4e1e0e41c9_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/7796228910",
"title": "Center of the City Centennial Project (1912)",
"year": "2012",
"art_code": "618",
"artist": "Yamilette Duarte",
"type": "metalwork",
"address": "100 Gold SW",
"location": "Sidewalks"
}
},
{
"name": "Center of the City Centennial Project (2012)",
"coordinates": {
"lat": "35.105429",
"lng": "-106.645990"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm9.staticflickr.com/8424/7796225416_73b03626e6_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/7796225416",
"title": "Center of the City Centennial Project (2012)",
"year": "2012",
"art_code": "618.01",
"artist": "Yamilette Duarte",
"type": "metalwork",
"address": "On Indian School Rd between 4th and 3rd Streets",
"location": "Sidewalks"
}
},
{
"name": "Golf Course Road Art Fence",
"coordinates": {
"lat": "35.205903",
"lng": "-106.675291"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7200/6886940013_4318c37cb8_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6886940013/in/photostream/",
"title": "Golf Course Road Art Fence",
"year": "<Null>",
"art_code": "619",
"artist": "Paula Castillo",
"type": "Wall pieces",
"address": "Golf Course Rd and Ellison NW",
"location": "Golf Course Rd and Ellison NW"
}
},
{
"name": "Gentleman",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7069/6881996493_09f3cdc7c1_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6881996493/",
"title": "Gentleman",
"year": "2008",
"art_code": "620",
"artist": "Nathan Ramone",
"type": "mixed media",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Book Warden",
"coordinates": {
"lat": "35.083711",
"lng": "-106.643003"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7039/6798037508_53892dddd3_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6798037508/in/photostream",
"title": "Book Warden",
"year": "2009",
"art_code": "624",
"artist": "Melissa Zink",
"type": "public sculpture",
"address": "423 Central Ave NE",
"location": "Special Collections Library (in process)"
}
},
{
"name": "Communications Center Photo Panel-Fire",
"coordinates": {
"lat": "35.064199",
"lng": "-106.758614"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7018/6836966405_972df6026c_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6836966405/",
"title": "Communications Center Photo Panel-Fire",
"year": "2009",
"art_code": "625",
"artist": "Karen Mazur",
"type": "photographs (visual works)",
"address": "11510 Sunset Gardens SW",
"location": "Communications Center"
}
},
{
"name": "Communications Center Photo Panel-Medical",
"coordinates": {
"lat": "35.064199",
"lng": "-106.758614"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7012/6837008471_8664b12fce_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6837008471/in/photostream/",
"title": "Communications Center Photo Panel-Medical",
"year": "2009",
"art_code": "625.01",
"artist": "Karen Mazur",
"type": "photographs (visual works)",
"address": "11510 Sunset Gardens SW",
"location": "Communications Center"
}
},
{
"name": "Communications Center Photo Panel-Police",
"coordinates": {
"lat": "35.064199",
"lng": "-106.758614"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7167/6837009253_c8a28e6c24_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6837009253/in/photostream/",
"title": "Communications Center Photo Panel-Police",
"year": "2009",
"art_code": "625.02",
"artist": "Karen Mazur",
"type": "photographs (visual works)",
"address": "11510 Sunset Gardens SW",
"location": "Communications Center"
}
},
{
"name": "Communications Center Photo Panel-Call Center",
"coordinates": {
"lat": "35.064199",
"lng": "-106.758614"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7169/6837009601_b51b81ef93_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6837009601/in/photostream/",
"title": "Communications Center Photo Panel-Call Center",
"year": "2009",
"art_code": "625.03",
"artist": "Karen Mazur",
"type": "photographs (visual works)",
"address": "11510 Sunset Gardens SW",
"location": "Communications Center"
}
},
{
"name": "Angelitos de Caridad",
"coordinates": {
"lat": "35.087512",
"lng": "-106.639155"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7051/6871934799_67633461b9_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6871934799/",
"title": "Angelitos de Caridad",
"year": "2010",
"art_code": "626",
"artist": "Linda Dabeau",
"type": "public sculpture",
"address": "599 Walter St NE",
"location": "Martineztown Park"
}
},
{
"name": "American Dog",
"coordinates": {
"lat": "35.085944",
"lng": "-106.544816"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm7.staticflickr.com/6174/6264420111_986d3159ea_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6264420111/",
"title": "American Dog",
"year": "2009",
"art_code": "627",
"artist": "Dale Rodgers",
"type": "public sculpture",
"address": "8920 Lomas Blvd. NE",
"location": "East Side Animal Care Center (in process)"
}
},
{
"name": "Intellect",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7196/6887997293_a9e74c604e_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887997293/",
"title": "Intellect",
"year": "2011",
"art_code": "628",
"artist": "Alex Outka",
"type": "paintings",
"address": "400 Marquette NW",
"location": "City/County Government Building"
}
},
{
"name": "Yin and Yang",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7051/6887997395_c97572ce7b_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887997395/in/photostream/",
"title": "Yin and Yang",
"year": "2011",
"art_code": "628.01",
"artist": "Dominic Romero",
"type": "drawings",
"address": "400 Marquette NW",
"location": "City/County Government Building"
}
},
{
"name": "Untitled",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7059/6887997511_2a95494634_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887997511/in/photostream/",
"title": "Untitled",
"year": "2011",
"art_code": "628.02",
"artist": "Amanda Sinclair",
"type": "drawings",
"address": "400 Marquette NW",
"location": "City/County Government Building"
}
},
{
"name": "Economy",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7060/6887997609_b82d20368a_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887997609/in/photostream/",
"title": "Economy",
"year": "2011",
"art_code": "628.03",
"artist": "Miguel Gomez",
"type": "computer drawings",
"address": "400 Marquette NW",
"location": "City/County Government Building"
}
},
{
"name": "Happy Coincidence",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7060/6887997711_2cbdcba185_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887997711/in/photostream",
"title": "Happy Coincidence",
"year": "2011",
"art_code": "628.04",
"artist": "Tracy Bullington",
"type": "photographs",
"address": "400 Marquette NW",
"location": "City/County Government Building"
}
},
{
"name": "Portable Grove",
"coordinates": {
"lat": "35.078980",
"lng": "-106.660896"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7027/6837034831_f44fc7cfd3_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6837034831/",
"title": "Portable Grove",
"year": "2010",
"art_code": "630",
"artist": "Stuart Frost",
"type": "public sculpture",
"address": "903 10th St SW",
"location": "Rio Grande Zoological Park"
}
},
{
"name": "Native Bird",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2741/4147527861_a0a77c3808_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/4147527861/",
"title": "Native Bird",
"year": "2009",
"art_code": "631",
"artist": "Brooke Steiger",
"type": "collage",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Libra",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2737/4148287368_79c085cd48_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/4148287368/in/photostream/",
"title": "Libra",
"year": "2009",
"art_code": "631.01",
"artist": "Brooke Steiger",
"type": "collage",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Boots at Saddle Blanket",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2487/4147528013_8363cbdf7a_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/4147528013/",
"title": "Boots at Saddle Blanket",
"year": "2009",
"art_code": "631.02",
"artist": "Daryl Wilson",
"type": "drawing",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Morning Pond #995",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2695/4148288434_af1f56fca8_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/4148288434/in/photostream/",
"title": "Morning Pond #995",
"year": "2009",
"art_code": "631.05",
"artist": "Jane Abrams",
"type": "painting",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "#11 Altiplano",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2615/4148288522_3e581a2696_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/4148288522/in/photostream/",
"title": "#11 Altiplano",
"year": "2009",
"art_code": "631.06",
"artist": "Joan Weissman",
"type": "weavings",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Bound, 2007",
"coordinates": {
"lat": "35.085303",
"lng": "-106.651687"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2765/4147528775_ebafcebd76_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/4147528775/in/photostream/",
"title": "Bound, 2007",
"year": "2009",
"art_code": "631.07",
"artist": "Katrina Lasko",
"type": "constructions",
"address": "115 4th St. NW",
"location": "Creative Albuquerque"
}
},
{
"name": "Entangled, 2007",
"coordinates": {
"lat": "35.085303",
"lng": "-106.651687"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2514/4147528859_3930d9b1c3_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/4147528859/in/photostream/",
"title": "Entangled, 2007",
"year": "2009",
"art_code": "631.08",
"artist": "Katrina Lasko",
"type": "constructions",
"address": "115 4th St. NW",
"location": "Creative Albuquerque"
}
},
{
"name": "Untitled #22",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2512/4148289016_822e18c028_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/4148289016/in/photostream/",
"title": "Untitled #22",
"year": "2009",
"art_code": "631.1",
"artist": "Leigh Langwell",
"type": "photographs (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Sweet Tweets",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2715/4148289370_0df06881eb_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/4148289370/in/photostream/",
"title": "Sweet Tweets",
"year": "2009",
"art_code": "631.11",
"artist": "Lisa Gillett",
"type": "digital images",
"address": "400 Marquette NW",
"location": "City/County Government building"
}
},
{
"name": "Albuquerque Volcano",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2534/4148289412_44750bedf4_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/4148289412/in/photostream/",
"title": "Albuquerque Volcano",
"year": "2009",
"art_code": "631.12",
"artist": "Monique Jansen Belitz",
"type": "painting",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Essence",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2762/4147529777_49ecc0b18f_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/4147529777/in/photostream/",
"title": "Essence",
"year": "2009",
"art_code": "631.13",
"artist": "Patrick Nagatani",
"type": "photographs (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Red Mesa",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2783/4148289608_e387f7f39f_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/4148289608/in/photostream/",
"title": "Red Mesa",
"year": "2009",
"art_code": "631.14",
"artist": "Reg Loving",
"type": "painting",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Dome Study for Itinerary Map West Through Space and Time (Albuquerque)",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2748/4147529923_47b085a4b0_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/4147529923/in/photostream/",
"title": "Dome Study for Itinerary Map West Through Space and Time (Albuquerque)",
"year": "2009",
"art_code": "631.15",
"artist": "Sage Dawson",
"type": "drawing",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Populate - Dome Study for Itinerary Map West Through Space and Time (Albuquerque)",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2515/4147529969_da10c76ca1_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/4147529969/in/photostream/",
"title": "Populate - Dome Study for Itinerary Map West Through Space and Time (Albuquerque)",
"year": "2009",
"art_code": "631.16",
"artist": "Sage Dawson",
"type": "drawing",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Dentrite Fusion",
"coordinates": {
"lat": "35.085566",
"lng": "-106.498236"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2701/4148290094_1b6baf4dc3_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/4148290094/in/photostream/",
"title": "Dentrite Fusion",
"year": "2009",
"art_code": "631.17",
"artist": "Schwin (Xuan) Chen",
"type": "paintings (visual works)",
"address": "908 Eastridge DR NE",
"location": "Lomas Tramway Library"
}
},
{
"name": "Composition no. 15",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2599/4148290190_a43a8bf4d1_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/4148290190/in/photostream/",
"title": "Composition no. 15",
"year": "2009",
"art_code": "631.18",
"artist": "Shawn Turung",
"type": "drawings",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Her Lips are Red",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2508/4147530503_dbb40e84c4_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/4147530503/in/photostream/",
"title": "Her Lips are Red",
"year": "2009",
"art_code": "631.19",
"artist": "Stephanie Lerma",
"type": "collage",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Sa sara",
"coordinates": {
"lat": "35.085566",
"lng": "-106.498236"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2640/4148290600_8b99c1a3bd_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/4148290600/in/photostream/",
"title": "Sa sara",
"year": "2009",
"art_code": "631.2",
"artist": "Yulia Pinkusevich",
"type": "paintings (visual works)",
"address": "908 Eastridge DR NE",
"location": "Lomas Tramway Library"
}
},
{
"name": "Bird and Mountain",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2474/4147527953_b08a680410_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/4147527953/in/photostream/",
"title": "Bird and Mountain",
"year": "2009",
"art_code": "631.21",
"artist": "Dan Noyes",
"type": "monoprint",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Bird Girl's Search for Water: Eyeglasses",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2718/4147529089_d05c27a15b_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/4147529089/in/photostream/",
"title": "Bird Girl's Search for Water: Eyeglasses",
"year": "2009",
"art_code": "631.22",
"artist": "Kristen Diener",
"type": "sculpture (visual work)",
"address": "400 Marquette NW",
"location": "City/County government bldg."
}
},
{
"name": "Stanza",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2591/4148289136_2fdc10848a_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/4148289136/in/photostream/",
"title": "Stanza",
"year": "2009",
"art_code": "631.23",
"artist": "Linda Holland",
"type": "prints (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Homeworks II",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2656/4147530061_2b8baaa980_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/4147530061/in/photostream/",
"title": "Homeworks II",
"year": "2009",
"art_code": "631.24",
"artist": "Sally Condon",
"type": "painting",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Bosque Rhythms",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm3.staticflickr.com/2573/4148288328_45d98bb5a4_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/4148288328/in/photostream/",
"title": "Bosque Rhythms",
"year": "2009",
"art_code": "631.25",
"artist": "Iva Morris",
"type": "drawing",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Eucalipto and Roblon",
"coordinates": {
"lat": "35.077481",
"lng": "-106.600882"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7046/6881947233_26b9500c83_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6881947233/",
"title": "Eucalipto and Roblon",
"year": "2008",
"art_code": "632",
"artist": "Miguel Fernandez (Ponticu)",
"type": "public sculpture",
"address": "NW corner of Lead Ave SE and Morningside Dr SE",
"location": "Morningside Park"
}
},
{
"name": "Untitled",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7052/6882106077_b3bfdc33c7_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6882106077/",
"title": "Untitled",
"year": "2009",
"art_code": "633",
"artist": "Bianka Martinez",
"type": "photographs (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Untitled",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7201/6882111207_932bfd09b3_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6882111207/in/photostream/",
"title": "Untitled",
"year": "2009",
"art_code": "633.01",
"artist": "Maya Espinosa",
"type": "painting",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Untitled",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7069/6882117115_6106f39797_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6882117115/in/photostream/",
"title": "Untitled",
"year": "2009",
"art_code": "633.02",
"artist": "Rachel Vishaway",
"type": "photographs (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Merge",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7208/6882121789_5f439a6a5a_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6882121789/in/photostream/",
"title": "Merge",
"year": "2009",
"art_code": "633.03",
"artist": "Ramon Garcia",
"type": "metalwork",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Untitled",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7054/6882125713_e13d642317_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6882125713/in/photostream/",
"title": "Untitled",
"year": "2009",
"art_code": "633.04",
"artist": "Sammy Sievert",
"type": "photographs (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Orphan Sign",
"coordinates": {
"lat": "35.078870",
"lng": "-106.593718"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7276/7796322054_93d917dfd6_m.jpg",
"image_url": "ww.flickr.com/photos/abqpublicart/7796322054",
"title": "Orphan Sign",
"year": "2012",
"art_code": "634",
"artist": "Ellen Babcock",
"type": "art signs",
"address": "5025 Central Ave NE",
"location": "Central Roadway"
}
},
{
"name": "Untitled",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7069/6886836695_38a2e56b23_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6886836695/",
"title": "Untitled",
"year": "2010",
"art_code": "635.01",
"artist": "Jeannette Arroyo",
"type": "paintings (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Allyssa Rose: self portrait",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7036/6886842791_752ffb24b0_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6801178198/in/photostream/",
"title": "Allyssa Rose: self portrait",
"year": "2010",
"art_code": "635.02",
"artist": "Allyssa Thomas",
"type": "paintings (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Untitled",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7195/6886900491_1bf7d641b2_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6886900491/in/photostream/",
"title": "Untitled",
"year": "2010",
"art_code": "635.03",
"artist": "Saul Macias",
"type": "digital images",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Untitled",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7062/6886907439_43d81e29c4_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6886907439/in/photostream/",
"title": "Untitled",
"year": "2010",
"art_code": "635.04",
"artist": "Eric Shirey",
"type": "pastels (visual works)",
"address": "400 Marquette NW",
"location": "City/county Government Bldg."
}
},
{
"name": "Untitled",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7191/6886917335_5149a49dfa_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6886917335/in/photostream/",
"title": "Untitled",
"year": "2010",
"art_code": "635.05",
"artist": "Debra Reyes",
"type": "digital images",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Unquenchable Spirit",
"coordinates": {
"lat": "35.090592",
"lng": "-106.647790"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7099/7249491148_59ac11de8b_n.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/7249491148/in/photostream",
"title": "Unquenchable Spirit",
"year": "2012",
"art_code": "637",
"artist": "Lorenzo Romero",
"type": "wall pieces",
"address": "700 2nd St NW",
"location": "700 2nd Street Workforce Housing"
}
},
{
"name": "Big I Artworks - Icon Wall - (North-bound Frontage Road)",
"coordinates": {
"lat": "35.105206",
"lng": "-106.629470"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7225/7251269424_48fec28ca3_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/7251269424/in/photostream",
"title": "Big I Artworks - Icon Wall - (North-bound Frontage Road)",
"year": "2011",
"art_code": "638",
"artist": "Greg Reiche",
"type": "metalwork",
"address": "Intersection of I-40 and I-25",
"location": "area north of west-bound frontage road and east of north-bound frontage road"
}
},
{
"name": "Big I Artworks - Icon Wall - (West-bound Frontage Road)",
"coordinates": {
"lat": "35.105206",
"lng": "-106.629470"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7242/7251281746_477f3c0c02_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/7251281746/in/photostream",
"title": "Big I Artworks - Icon Wall - (West-bound Frontage Road)",
"year": "2011",
"art_code": "638.01",
"artist": "Greg Reiche",
"type": "metalwork",
"address": "Intersection of I-40 and I-25",
"location": "area south of east-bound frontage road and east of north-bound frontage road"
}
},
{
"name": "Big I Artworks - Icon Wall - (West-bound Frontage Road #2)",
"coordinates": {
"lat": "35.105206",
"lng": "-106.629470"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm9.staticflickr.com/8168/7251271160_b5687899d0_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/7251271160/in/photostream",
"title": "Big I Artworks - Icon Wall - (West-bound Frontage Road #2)",
"year": "2011",
"art_code": "638.02",
"artist": "Greg Reiche",
"type": "metalwork",
"address": "Intersection of I-40 and I-25",
"location": "area north of west-bound frontage road and west of south-bound frontage road"
}
},
{
"name": "Big I Artworks - Icon Wall - (South-bound Frontage Road)",
"coordinates": {
"lat": "35.105206",
"lng": "-106.629470"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7095/7251269970_ce1102ef17_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/7251269970/in/photostream",
"title": "Big I Artworks - Icon Wall - (South-bound Frontage Road)",
"year": "2011",
"art_code": "638.03",
"artist": "Greg Reiche",
"type": "metalwork",
"address": "Intersection of I-40 and I-25",
"location": "area south of east-bound frontage road and west of south-bound frontage road"
}
},
{
"name": "Big I Artworks - Stone Sweeps and Pylons - (East-bound I-40)",
"coordinates": {
"lat": "35.105206",
"lng": "-106.629470"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7212/7251272274_d863e94fc4_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/7251272274/in/photostream",
"title": "Big I Artworks - Stone Sweeps and Pylons - (East-bound I-40)",
"year": "2011",
"art_code": "638.04",
"artist": "Greg Reiche",
"type": "metalwork",
"address": "Intersection of I-40 and I-25",
"location": "area south of east-bound I-40 and west of south-bound frontage road"
}
},
{
"name": "Big I Artworks - Stone Sweeps and Pylons - (East-bound I-40)",
"coordinates": {
"lat": "35.105206",
"lng": "-106.629470"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm9.staticflickr.com/8163/7251266892_2b4b12f69c_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/7251266892/in/photostream",
"title": "Big I Artworks - Stone Sweeps and Pylons - (East-bound I-40)",
"year": "2011",
"art_code": "638.05",
"artist": "Greg Reiche",
"type": "metalwork",
"address": "Intersection of I-40 and I-25",
"location": "area south or east-bound I-40 and east of north-bound frontage road"
}
},
{
"name": "Big I Artworks - Steel Sweeps and Pylons - (East-bound I-40)",
"coordinates": {
"lat": "35.105206",
"lng": "-106.629470"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm9.staticflickr.com/8002/7251262330_e75da7f737_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/7251262330/in/photostream",
"title": "Big I Artworks - Steel Sweeps and Pylons - (East-bound I-40)",
"year": "2011",
"art_code": "638.06",
"artist": "Greg Reiche",
"type": "metalwork",
"address": "Intersection of I-40 and I-25",
"location": "area south of east-bound frontage road and west of south-bound I-25"
}
},
{
"name": "Big I Artworks - Steel Sweeps and Pylons - (East-bound I-40)",
"coordinates": {
"lat": "35.105206",
"lng": "-106.629470"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7071/7251263934_1a8831bf50_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/7251263934/in/photostream",
"title": "Big I Artworks - Steel Sweeps and Pylons - (East-bound I-40)",
"year": "2011",
"art_code": "638.07",
"artist": "Greg Reiche",
"type": "metalwork",
"address": "Intersection of I-40 and I-25",
"location": "area south or east-bound frontage road and east of north-bound I-25"
}
},
{
"name": "International District Pillars - Northern European",
"coordinates": {
"lat": "35.075524",
"lng": "-106.568182"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7075/7250141732_0d2955427e_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/7250141732/in/photostream",
"title": "International District Pillars - Northern European",
"year": "2011",
"art_code": "639",
"artist": "Lori Roddick",
"type": "mosaics",
"address": "Alcazar and Central",
"location": "International District"
}
},
{
"name": "International District Pillars - Caribbean",
"coordinates": {
"lat": "35.075437",
"lng": "-106.567195"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7214/7250166700_fe5218b4fc_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/7250166700/in/photostream",
"title": "International District Pillars - Caribbean",
"year": "2011",
"art_code": "639.01",
"artist": "Lori Roddick",
"type": "mosaics",
"address": "Alcazar and Central",
"location": "International District"
}
},
{
"name": "International District Pillars - SE Asian",
"coordinates": {
"lat": "35.072873",
"lng": "-106.567989"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7102/7250180106_8427b7f37f_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/7250180106/in/photostream",
"title": "International District Pillars - SE Asian",
"year": "2011",
"art_code": "639.02",
"artist": "Lori Roddick",
"type": "mosaics",
"address": "Alcazar and Zuni",
"location": "International District"
}
},
{
"name": "International District Pillars - Spanish",
"coordinates": {
"lat": "35.074769",
"lng": "-106.568332"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7220/7250184786_39b94f3d79_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/7250184786/in/photostream",
"title": "International District Pillars - Spanish",
"year": "2011",
"art_code": "639.03",
"artist": "Lori Roddick",
"type": "mosaics",
"address": "Alcazar and Zuni",
"location": "International District"
}
},
{
"name": "International District Pillars - African",
"coordinates": {
"lat": "35.075489",
"lng": "-106.567152"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm9.staticflickr.com/8021/7250186896_41d30397f3_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/7250186896/in/photostream",
"title": "International District Pillars - African",
"year": "2011",
"art_code": "639.04",
"artist": "Lori Roddick",
"type": "mosaics",
"address": "Alcazar and Zuni",
"location": "International District"
}
},
{
"name": "International District Pillars - Japanese",
"coordinates": {
"lat": "35.074120",
"lng": "-106.568397"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7089/7250189272_f85aa7d021_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/7250189272/in/photostream",
"title": "International District Pillars - Japanese",
"year": "2011",
"art_code": "639.05",
"artist": "Lori Roddick",
"type": "mosaics",
"address": "Alcazar and Zuni",
"location": "International District"
}
},
{
"name": "International District Pillars - Central American",
"coordinates": {
"lat": "35.072820",
"lng": "-106.568075"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7071/7250190966_23f13aa35a_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/7250190966/in/photostream",
"title": "International District Pillars - Central American",
"year": "2011",
"art_code": "639.06",
"artist": "Lori Roddick",
"type": "mosaics",
"address": "Alcazar and Zuni",
"location": "International District"
}
},
{
"name": "International District Pillars - Native American",
"coordinates": {
"lat": "35.073874",
"lng": "-106.567174"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7234/7250192688_05cce4520b_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/7250192688/in/photostream",
"title": "International District Pillars - Native American",
"year": "2011",
"art_code": "639.07",
"artist": "Lori Roddick",
"type": "mosaics",
"address": "Alcazar and Zuni",
"location": "International District"
}
},
{
"name": "International District Walls - Native American Wall",
"coordinates": {
"lat": "35.074488",
"lng": "-106.568375"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7083/7250193642_1119f65eb1_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/7250193642/in/photostream",
"title": "International District Walls - Native American Wall",
"year": "2011",
"art_code": "639.08",
"artist": "Lori Roddick",
"type": "mosaics",
"address": "Alcazar and Zuni",
"location": "International District"
}
},
{
"name": "International District Walls - Aztec Wall",
"coordinates": {
"lat": "35.072838",
"lng": "-106.568010"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7237/7250194516_81b5dcf8e6_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/7250194516/in/photostream",
"title": "International District Walls - Aztec Wall",
"year": "2011",
"art_code": "639.09",
"artist": "Lori Roddick",
"type": "mosaics",
"address": "Alcazar and Zuni",
"location": "International District"
}
},
{
"name": "International District Walls - Wave Wall",
"coordinates": {
"lat": "35.072838",
"lng": "-106.568289"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7239/7250195488_5db748841a_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/7250195488/in/photostream",
"title": "International District Walls - Wave Wall",
"year": "2011",
"art_code": "639.1",
"artist": "Lori Roddick",
"type": "mosaics",
"address": "Alcazar and Zuni",
"location": "International District"
}
},
{
"name": "Rain to River - Hahn Arroyo Mosaic",
"coordinates": {
"lat": "35.122581",
"lng": "-106.577442"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7067/6871948495_45cd484cd7_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6871948495/",
"title": "Rain to River - Hahn Arroyo Mosaic",
"year": "2011",
"art_code": "642",
"artist": "Nan Masland",
"type": "mosaics",
"address": "Hahn Arroyo between Comanche and California NE",
"location": "Hahn Arroyo between Comanche and California NE"
}
},
{
"name": "El Otro Lado",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7042/6888020549_c9fe9725c5_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6888020549/in/photostream/",
"title": "El Otro Lado",
"year": "2011",
"art_code": "643",
"artist": "<Null>",
"type": "collage",
"address": "400 Marquette NW",
"location": "City/county Government Building"
}
},
{
"name": "El Otro Lado",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7199/6888020589_a37f8871a8_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6888020589/in/photostream/",
"title": "El Otro Lado",
"year": "2011",
"art_code": "643.01",
"artist": "<Null>",
"type": "collage",
"address": "400 Marquette NW",
"location": "City/county Government Building"
}
},
{
"name": "El Otro Lado",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7057/6888020639_8473261007_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6888020639/in/photostream/",
"title": "El Otro Lado",
"year": "2011",
"art_code": "643.02",
"artist": "<Null>",
"type": "collage",
"address": "400 Marquette NW",
"location": "City/county Government Building"
}
},
{
"name": "El Otro Lado",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7042/6888020707_ffb73f99e2_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6888020707/in/photostream/",
"title": "El Otro Lado",
"year": "2011",
"art_code": "643.03",
"artist": "<Null>",
"type": "collage",
"address": "400 Marquette NW",
"location": "City/county Government Building"
}
},
{
"name": "El Otro Lado",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7068/6888020777_64810ffd6c_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6888020777/in/photostream/",
"title": "El Otro Lado",
"year": "2011",
"art_code": "643.04",
"artist": "<Null>",
"type": "collage",
"address": "400 Marquette NW",
"location": "City/county Government Building"
}
},
{
"name": "El Otro Lado",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7195/6888020841_968b048cfe_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6888020841/in/photostream/",
"title": "El Otro Lado",
"year": "2011",
"art_code": "643.05",
"artist": "<Null>",
"type": "collage",
"address": "400 Marquette NW",
"location": "City/county Government Building"
}
},
{
"name": "El Otro Lado",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7061/6888020903_ee41791921_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6888020903/in/photostream/",
"title": "El Otro Lado",
"year": "2011",
"art_code": "643.06",
"artist": "<Null>",
"type": "collage",
"address": "400 Marquette NW",
"location": "City/county Government Building"
}
},
{
"name": "El Otro Lado",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7048/6888020963_a223874b67_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6888020963/in/photostream/",
"title": "El Otro Lado",
"year": "2011",
"art_code": "643.07",
"artist": "<Null>",
"type": "collage",
"address": "400 Marquette NW",
"location": "City/county Government Building"
}
},
{
"name": "El Otro Lado",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7048/6888021027_eef14cf477_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6888021027/in/photostream/",
"title": "El Otro Lado",
"year": "2011",
"art_code": "643.08",
"artist": "<Null>",
"type": "collage",
"address": "400 Marquette NW",
"location": "City/county Government Building"
}
},
{
"name": "El Otro Lado",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7054/6888021081_889fb5c4ab_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6888021081/in/photostream/",
"title": "El Otro Lado",
"year": "2011",
"art_code": "643.09",
"artist": "<Null>",
"type": "collage",
"address": "400 Marquette NW",
"location": "City/county Government Building"
}
},
{
"name": "El Otro Lado",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7209/6888021137_2ab2a1be37_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6888021137/in/photostream/",
"title": "El Otro Lado",
"year": "2011",
"art_code": "643.1",
"artist": "<Null>",
"type": "collage",
"address": "400 Marquette NW",
"location": "City/county Government Building"
}
},
{
"name": "El Otro Lado",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7047/6888021217_4b60824814_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6888021217/in/photostream/",
"title": "El Otro Lado",
"year": "2011",
"art_code": "643.11",
"artist": "<Null>",
"type": "collage",
"address": "400 Marquette NW",
"location": "City/county Government Building"
}
},
{
"name": "El Otro Lado",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7190/6888021281_1058c425b9_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6888021281/in/photostream/",
"title": "El Otro Lado",
"year": "2011",
"art_code": "643.12",
"artist": "<Null>",
"type": "collage",
"address": "400 Marquette NW",
"location": "City/county Government Building"
}
},
{
"name": "El Otro Lado",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7050/6888021373_7be1a8426e_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6888021373/in/photostream/",
"title": "El Otro Lado",
"year": "2011",
"art_code": "643.13",
"artist": "<Null>",
"type": "collage",
"address": "400 Marquette NW",
"location": "City/county Government Building"
}
},
{
"name": "El Otro Lado",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7179/6888021443_68016c7925_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6888021443/in/photostream/",
"title": "El Otro Lado",
"year": "2011",
"art_code": "643.14",
"artist": "<Null>",
"type": "collage",
"address": "400 Marquette NW",
"location": "City/county Government Building"
}
},
{
"name": "El Otro Lado",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7200/6888021499_eda6c27981_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6888021499/in/photostream/",
"title": "El Otro Lado",
"year": "2011",
"art_code": "643.15",
"artist": "<Null>",
"type": "collage",
"address": "400 Marquette NW",
"location": "City/county Government Building"
}
},
{
"name": "El Otro Lado",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7037/6888021575_15ef18560d_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6888021575/in/photostream/",
"title": "El Otro Lado",
"year": "2011",
"art_code": "643.16",
"artist": "<Null>",
"type": "collage",
"address": "400 Marquette NW",
"location": "City/county Government Building"
}
},
{
"name": "El Otro Lado",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7038/6888021625_37df8952f4_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6888021625/in/photostream/",
"title": "El Otro Lado",
"year": "2011",
"art_code": "643.17",
"artist": "<Null>",
"type": "collage",
"address": "400 Marquette NW",
"location": "City/county Government Building"
}
},
{
"name": "El Otro Lado",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7179/6888021679_a4a928155e_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6888021679/in/photostream/",
"title": "El Otro Lado",
"year": "2011",
"art_code": "643.18",
"artist": "<Null>",
"type": "collage",
"address": "400 Marquette NW",
"location": "City/county Government Building"
}
},
{
"name": "El Otro Lado",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7042/6888021731_5365a82e7d_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6888021731/in/photostream/",
"title": "El Otro Lado",
"year": "2011",
"art_code": "643.19",
"artist": "<Null>",
"type": "collage",
"address": "400 Marquette NW",
"location": "City/county Government Building"
}
},
{
"name": "El Otro Lado",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7201/6888021797_cc16f1d6de_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6888021797/in/photostream/",
"title": "El Otro Lado",
"year": "2011",
"art_code": "643.2",
"artist": "<Null>",
"type": "collage",
"address": "400 Marquette NW",
"location": "City/county Government Building"
}
},
{
"name": "El Otro Lado",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7069/6888021851_a0fdd3a656_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6888021851/in/photostream/",
"title": "El Otro Lado",
"year": "2011",
"art_code": "643.21",
"artist": "<Null>",
"type": "collage",
"address": "400 Marquette NW",
"location": "City/county Government Building"
}
},
{
"name": "El Otro Lado (the Book)",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm9.staticflickr.com/8421/7538300964_8f8feea438_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/7538300964/in/photostream",
"title": "El Otro Lado (the Book)",
"year": "2011",
"art_code": "643.22",
"artist": "<Null>",
"type": "collage",
"address": "400 Marquette NW",
"location": "City/county Government Building"
}
},
{
"name": "Reflecting",
"coordinates": {
"lat": "35.206239",
"lng": "-106.662081"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7038/6882736633_36f127167f_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6882736633/",
"title": "Reflecting",
"year": "2009",
"art_code": "646",
"artist": "Dana Foy",
"type": "photographs (visual works)",
"address": "10401 Cibola Loop, NW",
"location": "Northwest Area Command (6th Area Command)"
}
},
{
"name": "Rhythm of the Night: Coming and Going",
"coordinates": {
"lat": "35.206239",
"lng": "-106.662081"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7209/6887776061_085559ee9b_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887776061/in/photostream/",
"title": "Rhythm of the Night: Coming and Going",
"year": "2009",
"art_code": "646.01",
"artist": "Dana Foy",
"type": "photographs (visual works)",
"address": "10401 Cibola Loop, NW",
"location": "Northwest Area Command (6th Area Command)"
}
},
{
"name": "Rhythm of the Night: Confiding",
"coordinates": {
"lat": "35.206239",
"lng": "-106.662081"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7197/6887776133_a83fa9f938_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887776133/in/photostream/",
"title": "Rhythm of the Night: Confiding",
"year": "2009",
"art_code": "646.02",
"artist": "Dana Foy",
"type": "photographs (visual works)",
"address": "10401 Cibola Loop, NW",
"location": "Northwest Area Command (6th Area Command)"
}
},
{
"name": "Rhythm of the Night: Gathering",
"coordinates": {
"lat": "35.206239",
"lng": "-106.662081"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7185/6887776195_bf5e6ecb67_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887776195/in/photostream/",
"title": "Rhythm of the Night: Gathering",
"year": "2009",
"art_code": "646.03",
"artist": "Dana Foy",
"type": "photographs (visual works)",
"address": "10401 Cibola Loop, NW",
"location": "Northwest Area Command (6th Area Command)"
}
},
{
"name": "Rhythm of the Night: Incoming",
"coordinates": {
"lat": "35.206239",
"lng": "-106.662081"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7183/6887776263_5127e7925e_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887776263/in/photostream/",
"title": "Rhythm of the Night: Incoming",
"year": "2009",
"art_code": "646.04",
"artist": "Dana Foy",
"type": "photographs (visual works)",
"address": "10401 Cibola Loop, NW",
"location": "Northwest Area Command (6th Area Command)"
}
},
{
"name": "Rhythm of the Night: Landing",
"coordinates": {
"lat": "35.206239",
"lng": "-106.662081"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7041/6887776337_9d53af3ec2_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887776337/in/photostream/",
"title": "Rhythm of the Night: Landing",
"year": "2009",
"art_code": "646.05",
"artist": "Dana Foy",
"type": "photographs (visual works)",
"address": "10401 Cibola Loop, NW",
"location": "Northwest Area Command (6th Area Command)"
}
},
{
"name": "Rhythm of the Night: Spinning",
"coordinates": {
"lat": "35.206239",
"lng": "-106.662081"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7040/6887776423_630d7b2cc2_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887776423/in/photostream/",
"title": "Rhythm of the Night: Spinning",
"year": "2009",
"art_code": "646.06",
"artist": "Dana Foy",
"type": "photographs (visual works)",
"address": "10401 Cibola Loop, NW",
"location": "Northwest Area Command (6th Area Command)"
}
},
{
"name": "Rhythm of the Night: Storming",
"coordinates": {
"lat": "35.206239",
"lng": "-106.662081"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7186/6887776537_e7c3f40537_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887776537/in/photostream/",
"title": "Rhythm of the Night: Storming",
"year": "2009",
"art_code": "646.07",
"artist": "Dana Foy",
"type": "photographs (visual works)",
"address": "10401 Cibola Loop, NW",
"location": "Northwest Area Command (6th Area Command)"
}
},
{
"name": "Rhythm of the Night: Watching",
"coordinates": {
"lat": "35.206239",
"lng": "-106.662081"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7069/6887776635_b1052ff5db_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887776635/in/photostream/",
"title": "Rhythm of the Night: Watching",
"year": "2009",
"art_code": "646.08",
"artist": "Dana Foy",
"type": "photographs (visual works)",
"address": "10401 Cibola Loop, NW",
"location": "Northwest Area Command (6th Area Command)"
}
},
{
"name": "Rhythm of the Night: Romancing",
"coordinates": {
"lat": "35.206239",
"lng": "-106.662081"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7177/6887776739_3a54129997_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887776739/in/photostream/",
"title": "Rhythm of the Night: Romancing",
"year": "2009",
"art_code": "646.09",
"artist": "Dana Foy",
"type": "photographs (visual works)",
"address": "10401 Cibola Loop, NW",
"location": "Northwest Area Command (6th Area Command)"
}
},
{
"name": "Light in Albuquerque - Foxtrot",
"coordinates": {
"lat": "35.085566",
"lng": "-106.498236"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7041/6882746981_cf96c821bb_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6882746981/in/photostream/",
"title": "Light in Albuquerque - Foxtrot",
"year": "2010",
"art_code": "647",
"artist": "James Dietch",
"type": "photographs (visual works)",
"address": "908 Eastridge DR NE",
"location": "Tramway Lomas Library"
}
},
{
"name": "Light in Albuquerque - Delta",
"coordinates": {
"lat": "35.085566",
"lng": "-106.498236"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7039/6887816529_53092cd400_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887816529/in/photostream/",
"title": "Light in Albuquerque - Delta",
"year": "2010",
"art_code": "647.01",
"artist": "James Dietch",
"type": "photographs (visual works)",
"address": "908 Eastridge DR NE",
"location": "Tramway Lomas Library"
}
},
{
"name": "Light in Albuquerque - Oscar",
"coordinates": {
"lat": "35.085566",
"lng": "-106.498236"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7176/6887816661_53e604a02a_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887816661/in/photostream/",
"title": "Light in Albuquerque - Oscar",
"year": "2010",
"art_code": "647.02",
"artist": "James Dietch",
"type": "photographs (visual works)",
"address": "908 Eastridge DR NE",
"location": "Tramway Lomas Library"
}
},
{
"name": "Light in Albuquerque - Roger",
"coordinates": {
"lat": "35.085566",
"lng": "-106.498236"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7055/6887816741_10def91c18_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887816741/in/photostream/",
"title": "Light in Albuquerque - Roger",
"year": "2010",
"art_code": "647.03",
"artist": "James Dietch",
"type": "photographs (visual works)",
"address": "908 Eastridge DR NE",
"location": "Tramway Lomas Library"
}
},
{
"name": "Light in Albuquerque - Uncle",
"coordinates": {
"lat": "35.085566",
"lng": "-106.498236"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7207/6887816837_5b3fb65392_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887816837/in/photostream/",
"title": "Light in Albuquerque - Uncle",
"year": "2010",
"art_code": "647.04",
"artist": "James Dietch",
"type": "photographs (visual works)",
"address": "908 Eastridge DR NE",
"location": "Tramway Lomas Library"
}
},
{
"name": "Light in Albuquerque - Victor",
"coordinates": {
"lat": "35.085566",
"lng": "-106.498236"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7043/6887816901_c198cc70e9_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887816901/in/photostream/",
"title": "Light in Albuquerque - Victor",
"year": "2010",
"art_code": "647.05",
"artist": "James Dietch",
"type": "photographs (visual works)",
"address": "908 Eastridge DR NE",
"location": "Tramway Lomas Library"
}
},
{
"name": "Light in Albuquerque - X-Ray",
"coordinates": {
"lat": "35.085566",
"lng": "-106.498236"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7180/6887816977_0f7f13ee72_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887816977/in/photostream/",
"title": "Light in Albuquerque - X-Ray",
"year": "2010",
"art_code": "647.06",
"artist": "James Dietch",
"type": "photographs (visual works)",
"address": "908 Eastridge DR NE",
"location": "Tramway Lomas Library"
}
},
{
"name": "Light in Albuquerque - Yankee 1",
"coordinates": {
"lat": "35.085566",
"lng": "-106.498236"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7200/6887817049_377f075539_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887817049/in/photostream/",
"title": "Light in Albuquerque - Yankee 1",
"year": "2010",
"art_code": "647.07",
"artist": "James Dietch",
"type": "photographs (visual works)",
"address": "908 Eastridge DR NE",
"location": "Tramway Lomas Library"
}
},
{
"name": "Light in Albuquerque - Yankee 2",
"coordinates": {
"lat": "35.085566",
"lng": "-106.498236"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7199/6887817131_29e6b5904b_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887817131/in/photostream/",
"title": "Light in Albuquerque - Yankee 2",
"year": "2010",
"art_code": "647.08",
"artist": "James Dietch",
"type": "photographs (visual works)",
"address": "908 Eastridge DR NE",
"location": "Tramway Lomas Library"
}
},
{
"name": "Light in Albuquerque - Zulu",
"coordinates": {
"lat": "35.085566",
"lng": "-106.498236"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7053/6887817191_3c3d290d16_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887817191/in/photostream/",
"title": "Light in Albuquerque - Zulu",
"year": "2010",
"art_code": "647.09",
"artist": "James Dietch",
"type": "photographs (visual works)",
"address": "908 Eastridge DR NE",
"location": "Tramway Lomas Library"
}
},
{
"name": "Portraits: The Artists of New Mexico (Betty Hahn)",
"coordinates": {
"lat": "35.089814",
"lng": "-106.647833"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7208/6798153188_572c6e8095_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6798153188/in/photostream/",
"title": "Portraits: The Artists of New Mexico (Betty Hahn)",
"year": "<Null>",
"art_code": "648",
"artist": "Karen Kuehn",
"type": "photographs (visual works)",
"address": "600 2nd St NW",
"location": "Plaza del Sol - Hearing Room, 160"
}
},
{
"name": "Portraits: The Artists of New Mexico (Cheryl Dietz)",
"coordinates": {
"lat": "35.089814",
"lng": "-106.647833"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7048/6944267735_fb24835a89_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6944267735/in/photostream/",
"title": "Portraits: The Artists of New Mexico (Cheryl Dietz)",
"year": "<Null>",
"art_code": "648.01",
"artist": "Karen Kuehn",
"type": "photographs (visual works)",
"address": "600 2nd St NW",
"location": "Plaza del Sol - Hearing Room, 160"
}
},
{
"name": "Portraits: The Artists of New Mexico (Frank McCulloch)",
"coordinates": {
"lat": "35.089814",
"lng": "-106.647833"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7069/6798153334_253a6acfb9_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6798153334/in/photostream/",
"title": "Portraits: The Artists of New Mexico (Frank McCulloch)",
"year": "<Null>",
"art_code": "648.02",
"artist": "Karen Kuehn",
"type": "photographs (visual works)",
"address": "600 2nd St NW",
"location": "Plaza del Sol - Hearing Room, 160"
}
},
{
"name": "Portraits: The Artists of New Mexico (Roger Atkins)",
"coordinates": {
"lat": "35.089814",
"lng": "-106.647833"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7186/6798153398_6d5da91b9c_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6798153398/in/photostream/",
"title": "Portraits: The Artists of New Mexico (Roger Atkins)",
"year": "<Null>",
"art_code": "648.03",
"artist": "Karen Kuehn",
"type": "photographs (visual works)",
"address": "600 2nd St NW",
"location": "Plaza del Sol - Hearing Room, 160"
}
},
{
"name": "Portraits: The Artists of New Mexico (Jim Wagner)",
"coordinates": {
"lat": "35.089814",
"lng": "-106.647833"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7060/6798153436_4e8e523bb9_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6798153436/in/photostream/",
"title": "Portraits: The Artists of New Mexico (Jim Wagner)",
"year": "<Null>",
"art_code": "648.04",
"artist": "Karen Kuehn",
"type": "photographs (visual works)",
"address": "600 2nd St NW",
"location": "Plaza del Sol - Hearing Room, 160"
}
},
{
"name": "Portraits: The Artists of New Mexico (Larry Bell)",
"coordinates": {
"lat": "35.089814",
"lng": "-106.647833"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7188/6944268005_7e02fbd27d_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6944268005/in/photostream/",
"title": "Portraits: The Artists of New Mexico (Larry Bell)",
"year": "<Null>",
"art_code": "648.05",
"artist": "Karen Kuehn",
"type": "photographs (visual works)",
"address": "600 2nd St NW",
"location": "Plaza del Sol - Hearing Room, 160"
}
},
{
"name": "Portraits: The Artists of New Mexico (Nicholas Herrera)",
"coordinates": {
"lat": "35.089814",
"lng": "-106.647833"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7059/6798153554_3386d2fb3d_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6798153554/in/photostream/",
"title": "Portraits: The Artists of New Mexico (Nicholas Herrera)",
"year": "<Null>",
"art_code": "648.06",
"artist": "Karen Kuehn",
"type": "photographs (visual works)",
"address": "600 2nd St NW",
"location": "Plaza del Sol - Hearing Room, 160"
}
},
{
"name": "Portraits: The Artists of New Mexico (Patrick Nagatani)",
"coordinates": {
"lat": "35.089814",
"lng": "-106.647833"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7186/6944268183_5198804aca_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6944268183/in/photostream/",
"title": "Portraits: The Artists of New Mexico (Patrick Nagatani)",
"year": "<Null>",
"art_code": "648.07",
"artist": "Karen Kuehn",
"type": "photographs (visual works)",
"address": "600 2nd St NW",
"location": "Plaza del Sol - Hearing Room, 160"
}
},
{
"name": "Portraits: The Artists of New Mexico (Norman Mauskopf)",
"coordinates": {
"lat": "35.089814",
"lng": "-106.647833"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7185/6798153606_8bf75bbaab_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6798153606/in/photostream/",
"title": "Portraits: The Artists of New Mexico (Norman Mauskopf)",
"year": "<Null>",
"art_code": "648.08",
"artist": "Karen Kuehn",
"type": "photographs (visual works)",
"address": "600 2nd St NW",
"location": "Plaza del Sol - Hearing Room, 160"
}
},
{
"name": "Portraits: The Artists of New Mexico (John Garret)",
"coordinates": {
"lat": "35.089814",
"lng": "-106.647833"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7040/6798153264_75b43a50bd_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6798153264/in/photostream/",
"title": "Portraits: The Artists of New Mexico (John Garret)",
"year": "<Null>",
"art_code": "648.09",
"artist": "Karen Kuehn",
"type": "photographs (visual works)",
"address": "600 2nd St NW",
"location": "Plaza del Sol - Hearing Room, 160"
}
},
{
"name": "Portraits: The Artists of New Mexico (Jennifer Vasher)",
"coordinates": {
"lat": "35.089814",
"lng": "-106.647833"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7183/6798153788_f95d90dcde_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6798153788/in/photostream/",
"title": "Portraits: The Artists of New Mexico (Jennifer Vasher)",
"year": "<Null>",
"art_code": "648.1",
"artist": "Karen Kuehn",
"type": "photographs (visual works)",
"address": "600 2nd St NW",
"location": "Plaza del Sol - Hearing Room, 160"
}
},
{
"name": "Mythological Landscape: Open Space Visitors Center: (Boca Negra Canyon)",
"coordinates": {
"lat": "35.165062",
"lng": "-106.673088"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7188/6882754355_eaeb07cb1c_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6882754355/",
"title": "Mythological Landscape: Open Space Visitors Center: (Boca Negra Canyon)",
"year": "2011",
"art_code": "649",
"artist": "Kirk Gittings",
"type": "photographs (visual works)",
"address": "6500 Coors Blvd NW",
"location": "Open Space Visitors Center"
}
},
{
"name": "Mythological Landscape: Open Space Visitors Center: (Maze in the Maize)",
"coordinates": {
"lat": "35.165062",
"lng": "-106.673088"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7041/6887868987_88d968b1ea_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887868987/in/photostream/",
"title": "Mythological Landscape: Open Space Visitors Center: (Maze in the Maize)",
"year": "2011",
"art_code": "649.01",
"artist": "Kirk Gittings",
"type": "photographs (visual works)",
"address": "6500 Coors Blvd NW",
"location": "Open Space Visitor's Center"
}
},
{
"name": "Mythological Landscape: Open Space Visitors Center: (Cottonwoods Falt Gray)",
"coordinates": {
"lat": "35.165062",
"lng": "-106.673088"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7178/6887869113_3354e05166_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887869113/in/photostream/",
"title": "Mythological Landscape: Open Space Visitors Center: (Cottonwoods Falt Gray)",
"year": "2011",
"art_code": "649.02",
"artist": "Kirk Gittings",
"type": "photographs (visual works)",
"address": "6500 Coors Blvd NW",
"location": "Open Space Visitor's Center"
}
},
{
"name": "Mythological Landscape: Open Space Visitors Center: (Elena Gallegos)",
"coordinates": {
"lat": "35.165062",
"lng": "-106.673088"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7189/6887869235_e44d671354_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887869235/in/photostream/",
"title": "Mythological Landscape: Open Space Visitors Center: (Elena Gallegos)",
"year": "2011",
"art_code": "649.03",
"artist": "Kirk Gittings",
"type": "photographs (visual works)",
"address": "6500 Coors Blvd NW",
"location": "Open Space Visitor's Center"
}
},
{
"name": "Mythological Landscape: Open Space Visitors Center (Placitas Open Space)",
"coordinates": {
"lat": "35.165062",
"lng": "-106.673088"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7060/6887869301_a38e0c0aef_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887869301/in/photostream/",
"title": "Mythological Landscape: Open Space Visitors Center (Placitas Open Space)",
"year": "2011",
"art_code": "649.04",
"artist": "Kirk Gittings",
"type": "photographs (visual works)",
"address": "6500 Coors Blvd NW",
"location": "Open Space Visitor's Center"
}
},
{
"name": "Mythological Landscape: Open Space Visitors Center (National Rivers Cleanup Day - Montano Bridge)",
"coordinates": {
"lat": "35.165062",
"lng": "-106.673088"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7191/6887869413_838dec64f9_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887869413/in/photostream/",
"title": "Mythological Landscape: Open Space Visitors Center (National Rivers Cleanup Day - Montano Bridge)",
"year": "2011",
"art_code": "649.05",
"artist": "Kirk Gittings",
"type": "photographs (visual works)",
"address": "6500 Coors Blvd NW",
"location": "Open Space Visitor's Center"
}
},
{
"name": "Mythological Landscape: Open Space Visitors Center (Volunteer Day - Clearing Trees)",
"coordinates": {
"lat": "35.165062",
"lng": "-106.673088"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7060/6887869521_41e06792c6_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887869521/in/photostream/",
"title": "Mythological Landscape: Open Space Visitors Center (Volunteer Day - Clearing Trees)",
"year": "2011",
"art_code": "649.06",
"artist": "Kirk Gittings",
"type": "photographs (visual works)",
"address": "6500 Coors Blvd NW",
"location": "Open Space Visitor's Center"
}
},
{
"name": "Mythological Landscape: Open Space Visitors Center (Volunteer Day - Along the Rio Grande)",
"coordinates": {
"lat": "35.165062",
"lng": "-106.673088"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7191/6887869649_84e9d009d2_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887869649/in/photostream/",
"title": "Mythological Landscape: Open Space Visitors Center (Volunteer Day - Along the Rio Grande)",
"year": "2011",
"art_code": "649.07",
"artist": "Kirk Gittings",
"type": "photographs (visual works)",
"address": "6500 Coors Blvd NW",
"location": "Open Space Visitor's Center"
}
},
{
"name": "Mythological Landscape: Open Space Visitors Center: (National River Cleanup Day - Under Bridge)",
"coordinates": {
"lat": "35.165062",
"lng": "-106.673088"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7197/6887869697_7e606d1c72_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887869697/in/photostream/",
"title": "Mythological Landscape: Open Space Visitors Center: (National River Cleanup Day - Under Bridge)",
"year": "2011",
"art_code": "649.08",
"artist": "Kirk Gittings",
"type": "photographs (visual works)",
"address": "6500 Coors Blvd NW",
"location": "Open Space Visitor's Center"
}
},
{
"name": "Mythological Landscape: Open Space Visitors Center: (Foothills open Space)",
"coordinates": {
"lat": "35.165062",
"lng": "-106.673088"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7036/6887869805_95df1a2252_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887869805/in/photostream/",
"title": "Mythological Landscape: Open Space Visitors Center: (Foothills open Space)",
"year": "2011",
"art_code": "649.09",
"artist": "Kirk Gittings",
"type": "photographs (visual works)",
"address": "6500 Coors Blvd NW",
"location": "Open Space Visitor's Center"
}
},
{
"name": "Mythological Landscape: Piedra Lisa",
"coordinates": {
"lat": "35.165062",
"lng": "-106.673088"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7062/6887869925_618d51a27c_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887869925/in/photostream/",
"title": "Mythological Landscape: Piedra Lisa",
"year": "2011",
"art_code": "649.1",
"artist": "Kirk Gittings",
"type": "photographs (visual works)",
"address": "6500 Coors Blvd NW",
"location": "Open Space Visitor's Center"
}
},
{
"name": "Mythological Landscape: Pino Trail",
"coordinates": {
"lat": "35.165062",
"lng": "-106.673088"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7064/6887870093_ab85a00390_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887870093/in/photostream/",
"title": "Mythological Landscape: Pino Trail",
"year": "2011",
"art_code": "649.11",
"artist": "Kirk Gittings",
"type": "photographs (visual works)",
"address": "6500 Coors Blvd NW",
"location": "Open Space Visitor's Center"
}
},
{
"name": "The Intersection: 12th and Mountain",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7063/6886803225_5507892363_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6886803225/",
"title": "The Intersection: 12th and Mountain",
"year": "2011",
"art_code": "650",
"artist": "Kyle Zimmerman",
"type": "photographs (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Life on Mountain Road: Tiguex Park",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7176/6887289893_03fa977657_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887289893/in/photostream/",
"title": "Life on Mountain Road: Tiguex Park",
"year": "2011",
"art_code": "650.01",
"artist": "Kyle Zimmerman",
"type": "photographs (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Life on Mountain Road: The Crossing",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7197/6887289951_ddc79f1971_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887289951/in/photostream/",
"title": "Life on Mountain Road: The Crossing",
"year": "2011",
"art_code": "650.02",
"artist": "Kyle Zimmerman",
"type": "photographs (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Life on Mountain Road: The Artist",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7190/6887290021_b53c28c051_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887290021/in/photostream/",
"title": "Life on Mountain Road: The Artist",
"year": "2011",
"art_code": "650.03",
"artist": "Kyle Zimmerman",
"type": "photographs (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Life on Mountain Road: The Bike and the Burger",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7178/6887290117_ca34b64a8f_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887290117/in/photostream/",
"title": "Life on Mountain Road: The Bike and the Burger",
"year": "2011",
"art_code": "650.04",
"artist": "Kyle Zimmerman",
"type": "photographs (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Life on Mountain Road: The Baker",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7057/6887290181_cf41734e60_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887290181/in/photostream/",
"title": "Life on Mountain Road: The Baker",
"year": "2011",
"art_code": "650.05",
"artist": "Kyle Zimmerman",
"type": "photographs (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Life on Mountain Road: The History of Transportation",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7180/6887290247_bddfd3abfb_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887290247/in/photostream/",
"title": "Life on Mountain Road: The History of Transportation",
"year": "2011",
"art_code": "650.06",
"artist": "Kyle Zimmerman",
"type": "photographs (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Life on Mountain Road: The Welder",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7037/6887290335_f8b1b1c7e2_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887290335/in/photostream/",
"title": "Life on Mountain Road: The Welder",
"year": "2011",
"art_code": "650.07",
"artist": "Kyle Zimmerman",
"type": "photographs (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Life on Mountain Road: The Cafeteria",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7183/6887290407_df600c9b53_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887290407/in/photostream/",
"title": "Life on Mountain Road: The Cafeteria",
"year": "2011",
"art_code": "650.08",
"artist": "Kyle Zimmerman",
"type": "photographs (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Life on Mountain Road: The Parade",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7194/6887290469_56f173dbbc_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887290469/in/photostream/",
"title": "Life on Mountain Road: The Parade",
"year": "2011",
"art_code": "650.09",
"artist": "Kyle Zimmerman",
"type": "photographs (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Bldg."
}
},
{
"name": "Travel Through ABQ: Trolley",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7065/6886817933_9ecb19c786_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6886817933/in/photostream/",
"title": "Travel Through ABQ: Trolley",
"year": "2011",
"art_code": "651",
"artist": "Michael Sanchez",
"type": "photographs (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Bldg., city council conference room"
}
},
{
"name": "Travel Through ABQ: Airplane",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7043/6887059747_15c02261a7.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887059747/in/photostream/",
"title": "Travel Through ABQ: Airplane",
"year": "2011",
"art_code": "651.01",
"artist": "Michael Sanchez",
"type": "photographs (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Bldg., city council conference room"
}
},
{
"name": "Travel Through ABQ: Big-I",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7177/6887257091_9d8ed102e9.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887257091/in/photostream/",
"title": "Travel Through ABQ: Big-I",
"year": "2011",
"art_code": "651.02",
"artist": "Michael Sanchez",
"type": "photographs (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Bldg., city council conference room"
}
},
{
"name": "Travel Through ABQ: Central",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7055/6887257175_fa5792d8e5.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887257175/in/photostream/",
"title": "Travel Through ABQ: Central",
"year": "2011",
"art_code": "651.03",
"artist": "Michael Sanchez",
"type": "photographs (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Bldg., city council conference room"
}
},
{
"name": "Travel Through ABQ: Downtown",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7176/6887257259_b9d3047e52.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887257259/in/photostream/",
"title": "Travel Through ABQ: Downtown",
"year": "2011",
"art_code": "651.04",
"artist": "Michael Sanchez",
"type": "photographs (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Bldg., city council conference room"
}
},
{
"name": "Travel Through ABQ: Nob Hill Bike Path",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7210/6887257333_d3c24e46d2.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887257333/in/photostream/",
"title": "Travel Through ABQ: Nob Hill Bike Path",
"year": "2011",
"art_code": "651.05",
"artist": "Michael Sanchez",
"type": "photographs (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Bldg., city council conference room"
}
},
{
"name": "Travel Through ABQ: RailRunner",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7199/6887257419_287c51e1af.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887257419/in/photostream/",
"title": "Travel Through ABQ: RailRunner",
"year": "2011",
"art_code": "651.06",
"artist": "Michael Sanchez",
"type": "photographs (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Bldg., city council conference room"
}
},
{
"name": "Travel Through ABQ: Rapid Ride 2",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7058/6887257479_666df90b1c.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887257479/in/photostream/",
"title": "Travel Through ABQ: Rapid Ride 2",
"year": "2011",
"art_code": "651.07",
"artist": "Michael Sanchez",
"type": "photographs (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Bldg., city council conference room"
}
},
{
"name": "Travel Through ABQ: Rapid Ride",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7186/6887257539_5f2c917797.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887257539/in/photostream/",
"title": "Travel Through ABQ: Rapid Ride",
"year": "2011",
"art_code": "651.08",
"artist": "Michael Sanchez",
"type": "photographs (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Bldg., city council conference room"
}
},
{
"name": "Travel Through ABQ: Tram",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7201/6887257605_8ef632deed.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887257605/in/photostream/",
"title": "Travel Through ABQ: Tram",
"year": "2011",
"art_code": "651.09",
"artist": "Michael Sanchez",
"type": "photographs (visual works)",
"address": "400 Marquette NW",
"location": "City/County Government Bldg., city council conference room"
}
},
{
"name": "El Agua es La Vida: Reflection",
"coordinates": {
"lat": "35.104560",
"lng": "-106.670290"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7182/6887986443_9e81e41148_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887986443/in/photostream/",
"title": "El Agua es La Vida: Reflection",
"year": "2011",
"art_code": "652",
"artist": "Elisabeth Loring",
"type": "mosaics",
"address": "Rio Grande and I-40",
"location": "Bike Trail along I-40"
}
},
{
"name": "Fractal #1",
"coordinates": {
"lat": "35.206239",
"lng": "-106.662081"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7194/6887023999_76667f2de3_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887023999/in/photostream/",
"title": "Fractal #1",
"year": "<Null>",
"art_code": "653",
"artist": "Jonathan Wolfe",
"type": "prints",
"address": "10401 Cibola Loop, NW",
"location": "Northwest Area Command (6th Area Command)"
}
},
{
"name": "Fractal #2",
"coordinates": {
"lat": "35.206239",
"lng": "-106.662081"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7042/6887024053_11a326ddfd_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887024053/in/photostream/",
"title": "Fractal #2",
"year": "<Null>",
"art_code": "653.01",
"artist": "Jonathan Wolfe",
"type": "prints",
"address": "10401 Cibola Loop, NW",
"location": "Northwest Area Command (6th Area Command)"
}
},
{
"name": "Fractal #3",
"coordinates": {
"lat": "35.206239",
"lng": "-106.662081"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7192/6887024089_4dd170fb75_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6887024089/in/photostream/",
"title": "Fractal #3",
"year": "<Null>",
"art_code": "653.02",
"artist": "Jonathan Wolfe",
"type": "prints",
"address": "10401 Cibola Loop, NW",
"location": "Northwest Area Command (6th Area Command)"
}
},
{
"name": "Los Muertitos",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7202/6798580602_dc0aebe748_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6798580602/",
"title": "Los Muertitos",
"year": "2011",
"art_code": "654",
"artist": "Justine Ortiz",
"type": "woodcuts",
"address": "400 Marquette NW",
"location": "City/County Government Building"
}
},
{
"name": "Goat Fight",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7209/6944694649_364a71b64e_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6944694649/in/photostream/",
"title": "Goat Fight",
"year": "2011",
"art_code": "655",
"artist": "Justine Ortiz",
"type": "woodcuts",
"address": "400 Marquette NW",
"location": "City/County Government Building"
}
},
{
"name": "Message in the Bottle",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7197/6944694671_a50c6ba62d_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6944694671/in/photostream/",
"title": "Message in the Bottle",
"year": "2011",
"art_code": "656",
"artist": "Henry Morales",
"type": "woodcuts",
"address": "400 Marquette NW",
"location": "City/county Government Building"
}
},
{
"name": "Of the Middle Rio Grande",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7041/6798601546_bfdaf595e8_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6798601546/in/photostream/",
"title": "Of the Middle Rio Grande",
"year": "2011",
"art_code": "659",
"artist": "Margi Weir",
"type": "lithographs",
"address": "400 Marquette NW",
"location": "City/County Government Building"
}
},
{
"name": "Southwest Vernacular I",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7179/6944715425_126ac8a810_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6944715425/in/photostream/",
"title": "Southwest Vernacular I",
"year": "2011",
"art_code": "660",
"artist": "Kenny Davis",
"type": "lithographs",
"address": "400 Marquette NW",
"location": "City/County Government Building"
}
},
{
"name": "Southwest Vernacular II",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7179/6944715425_126ac8a810_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6944715425/in/photostream/",
"title": "Southwest Vernacular II",
"year": "2011",
"art_code": "660.01",
"artist": "Kenny Davis",
"type": "lithographs",
"address": "400 Marquette NW",
"location": "City/County Government Building"
}
},
{
"name": "The Passing",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7064/6944715445_ae4d8c1e66_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6944715445/in/photostream/",
"title": "The Passing",
"year": "2011",
"art_code": "661",
"artist": "Vera Sprunt",
"type": "lithographs",
"address": "400 Marquette NW",
"location": "City/County Government Building"
}
},
{
"name": "You're Not From Around Here",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7195/6798610754_de2fe94a14_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6798610754/in/photostream/",
"title": "You're Not From Around Here",
"year": "2011",
"art_code": "662",
"artist": "Evan Dent",
"type": "etchings",
"address": "400 Marquette NW",
"location": "City/County Government Building"
}
},
{
"name": "Froggy",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7196/6798610782_e155062703_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6798610782/in/photostream/",
"title": "Froggy",
"year": "2011",
"art_code": "662.01",
"artist": "Evan Dent",
"type": "etchings",
"address": "400 Marquette NW",
"location": "City/County Government Building"
}
},
{
"name": "Toot",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7063/6798610792_dfe2da4aa5_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6798610792/in/photostream/",
"title": "Toot",
"year": "2011",
"art_code": "662.02",
"artist": "Evan Dent",
"type": "etchings",
"address": "400 Marquette NW",
"location": "City/County Government Building"
}
},
{
"name": "Spun",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7183/6798610820_026a524869_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6798610820/in/photostream/",
"title": "Spun",
"year": "2011",
"art_code": "662.03",
"artist": "Evan Dent",
"type": "etchings",
"address": "400 Marquette NW",
"location": "City/County Government Building"
}
},
{
"name": "Posy",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7196/6944724743_ff5d0c97d9_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6944724743/in/photostream/",
"title": "Posy",
"year": "2011",
"art_code": "662.04",
"artist": "Evan Dent",
"type": "etchings",
"address": "400 Marquette NW",
"location": "City/County Government Building"
}
},
{
"name": "Pop",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7046/6798610874_92514593b9_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6798610874/in/photostream/",
"title": "Pop",
"year": "2011",
"art_code": "662.05",
"artist": "Evan Dent",
"type": "etchings",
"address": "400 Marquette NW",
"location": "City/County Government Building"
}
},
{
"name": "Fence II",
"coordinates": {
"lat": "35.088041",
"lng": "-106.652033"
},
"description": {
"shape": "Point",
"jpg_url": "http://farm8.staticflickr.com/7066/6944724811_92623fe4da_m.jpg",
"image_url": "http://www.flickr.com/photos/abqpublicart/6944724811/in/photostream/",
"title": "Fence II",
"year": "2011",
"art_code": "662.06",
"artist": "Evan Dent",
"type": "etchings",
"address": "400 Marquette NW",
"location": "City/County Government Building"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment