I\'m implementing geocoder using google map api v3 (javascript). I\'m putting mutiple markers and when i click on marker i want the corresponding address to come in the inf
Geocoding is asynchronous. You have to use the returned value inside the callback from the geocoder.
What is happening: