 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"}
              }
            }
          }
        }
      ]
    },
   


	
	
	
  ];