 var city = [
    {
      name: "The Lost Leaf",
      Status: {
        code: 200,
        request: "geocode"
      },
      Placemark: [
        {
		  name: "The Lost Leaf",
		  logo: "<img src='/media/images/hoodmap/tll_sm.jpg'>",
		  address: "914 N 5th St <br>Phoenix, Arizona",
		  phone: "602-258-0014",
           Point: {
		
            coordinates: [-112.067773, 33.458220, 6]
          },
          AddressDetails: {
            Country: {
              CountryNameCode: "US",
              AdministrativeArea: {
              AdministrativeAreaName: "AZ",
                Locality: {LocalityName: "Phoenix"}
              }
            }
          }
        }
      ]
    },
    ///////////////////////////////////////////////////////////////////////
	{
      name: "Modified Arts",
      Status: {
        code: 200,
        request: "geocode"
      },
      Placemark: [
        {
           name: "The Modified Arts",
		  logo: "<img src='/media/images/hoodmap/modified.jpg'>",
		  address: "407 E Roosevelt St<br>Phoenix AZ 85004",
		  phone: "602-462-5516",
          Point: {

            coordinates: [-112.068221, 33.458500, 0]
          },
            AddressDetails: {
            Country: {
              CountryNameCode: "US",
              AdministrativeArea: {
                AdministrativeAreaName: "AZ",
                Locality: {LocalityName: "Phoenix"}
              }
            }
          }
        }
      ]
    },
    ////////////////////////////////////////////////////////////////////////
	{
        name: "The Long House Studios",
      Status: {
        code: 200,
        request: "geocode"
      },
      Placemark: [
        {
          name: "The Long House Studios",
		  logo: "",
		  address: "915 N 5th St<br>Phoenix AZ 85004",
		  phone: "",
		  
 
		  
          Point: {
		
            coordinates: [-112.067137, 33.458207, 0]
          },
          AddressDetails: {
            Country: {
              CountryNameCode: "US",
              AdministrativeArea: {
                AdministrativeAreaName: "AZ",
                Locality: {LocalityName: "Phoenix"}
              }
            }
          }
        }
      ]
    },
	
	//////////////////////////////////////////////////////////////////////////////
    {
      name: "Conspire",
      Status: {
        code: 200,
        request: "geocode"
      },
      Placemark: [
        {
          name: "Conspire",
		  logo: "",
		  address: " SE Corner of 5th St & Garfield<br>Phoenix, Arizona",
		  phone: "",
          Point: {
		   
            coordinates: [-112.067215, 33.457761, 0]
          },
                AddressDetails: {
            	Country: {
              CountryNameCode: "US",
              AdministrativeArea: {
                AdministrativeAreaName: "AZ",
                Locality: {LocalityName: "Phoenix"}
              }
            }
          }
        }
      ]
    },
	
	//////////////////////////////////////////////////////////////////////////////////////////////////
    {
      name: "Bunky Botique",
      Status: {
        code: 200,
        request: "geocode"
      },
      Placemark: [
        {
         name: "Bunky Boutique",
		  logo: "",
		  address: "Alley Between 5th and 6th Street",
		  phone: "602-258-0014",
          Point: {
		
            coordinates: [-112.066783, 33.458240, 0]
          },
          AddressDetails: {
            Country: {
              CountryNameCode: "US",
              Locality: {LocalityName: "Phoenix"}
            }
          }
        }
      ]
    },
	///////////////////////////////////////////////////////////////////////////////////////////
    {
      name: "IN Gallery",
      Status: {
        code: 200,
        request: "geocode"
      },
      Placemark: [
        {
           name: "IN Gallery",
		  logo: "",
		  address: "914 N 5th St <br>Phoenix, Arizona",
		  phone: "602-258-0014",
          Point: {
            coordinates: [-3.703270, 40.416712, 0]
          },
          AddressDetails: {
            Country: {
              CountryNameCode: "ES",
              Locality: {LocalityName: "Madrid"}
            }
          }
        }
      ]
    },
///////////////////////////////////////////////////////////////////////////////////////////
    {
      name: "Made Gallery",
      Status: {
        code: 200,
        request: "geocode"
      },
      Placemark: [
        {
           name: "Made Gallery",
		  logo: "",
		  address: "922 N 5th St @ Roosevelt Street<br>Phoenix, Arizona",
		  phone: "602-256-6233",
          Point: {

            coordinates: [-112.067741, 33.458464, 0]
          },
          AddressDetails: {
            Country: {
              CountryNameCode: "ES",
              Locality: {LocalityName: "Madrid"}
            }
          }
        }
      ]
    },


	
	
	
  ];