This results in a JSON string that contains street_number - http://maps.googleapis.com/maps/api/geocode/json?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA&sensor=false
"long_name" : "1600",
"short_name" : "1600",
"types" : [ "street_number" ]
However, this does not result in a JSON string that contains street_number - http://maps.googleapis.com/maps/api/geocode/json?address=26th+St+2nd+Ave+New+York,+NY+10019&sensor=false. The 26th St part just seems to disappear. Any idea why?