{
   "results" : 
   [
      {
         "address_components" : 
         [
            {
               "long_name" : "14625",
               "short_name" : "14625",
               "types" : 
               [
                  "postal_code"
               ]
            },
            {
               "long_name" : "Rochester",
               "short_name" : "Rochester",
               "types" : 
               [
                  "locality",
                  "political"
               ]
            },
            {
               "long_name" : "Monroe County",
               "short_name" : "Monroe County",
               "types" : 
               [
                  "administrative_area_level_2",
                  "political"
               ]
            },
            {
               "long_name" : "New York",
               "short_name" : "NY",
               "types" : 
               [
                  "administrative_area_level_1",
                  "political"
               ]
            },
            {
               "long_name" : "United States",
               "short_name" : "US",
               "types" : 
               [
                  "country",
                  "political"
               ]
            }
         ],
         "formatted_address" : "Rochester, NY 14625, USA",
         "geometry" : 
         {
            "bounds" : 
            {
               "northeast" : 
               {
                  "lat" : 43.180068,
                  "lng" : -77.48060409999999
               },
               "southwest" : 
               {
                  "lat" : 43.118449,
                  "lng" : -77.53366389999999
               }
            },
            "location" : 
            {
               "lat" : 43.1528841,
               "lng" : -77.50461009999999
            },
            "location_type" : "APPROXIMATE",
            "viewport" : 
            {
               "northeast" : 
               {
                  "lat" : 43.180068,
                  "lng" : -77.48060409999999
               },
               "southwest" : 
               {
                  "lat" : 43.118449,
                  "lng" : -77.53366389999999
               }
            }
         },
         "place_id" : "ChIJxzYwBK_L1okRx6VPtOHL8rk",
         "postcode_localities" : 
         [
            "Brighton",
            "Panorama"
         ],
         "types" : 
         [
            "postal_code"
         ]
      }
   ],
   "status" : "OK"
}