Does somebody know if there is any way to reproduce an ajax suggestion box like http://maps.google.com/ have in my webpage using the google maps api?
The idea would be f
Yes.
Look at the geocode response for "15 Avenue"...
http://maps.googleapis.com/maps/api/geocode/json?address=15+Avenue&sensor=false
You get a list of possible results that you can put in a dropdown.