Geocode returns postal_code value null for certain addresses and I am not able to do reverse address lookup to retrieve the zip at that level. An example address is "Peachtree Dunwoody Road, Atlanta, GA, United States" There is no street number; Dunwoody is also a city name in vicinity. It is not happening for all two words street names, but happening only if one of the word(second one in the street name) is also a city name.
It works for most of the cases but just a few certain types ie "Peachtree Street Northwest, Atlanta, GA, United States" The search is for "address". geoLocationScript: "https://maps.googleapis.com/maps/api/js?", geoLocationSensor: "sensor=false",
Is it a google glitch? and Is there any work around?