I have written a small function that will get the user address using the google.maps.event.addListener(). Here is the jsFiddle.
google.maps.event.addListener()
Everything is exactly w
Use a short delay to apply streetAddress
setTimeout(function(){$('#address').val(streetAddress);},50);