Use documented properties or methods, results[0].geometry.location is
a LatLng object
http://code.google.com/apis/maps/documentation/javascript/services.html#GeocodingResults
so you use the documented methods
http://code.google.com/apis/maps/documentation/javascript/reference.html#LatLng
to extract e.g. latitude by
results[0].geometry.location.lat()
Apart from that, the attached HTML listing doesn't help much due to
missing dependencies. Link to you live page?
When you want some help, give a link to your webpage showing the
problem. It doesn't work properly as a groups attachment, I can't
sort out what are your issues and what is due to the google "hosting".
Regards Davie
Regards Davie
"You are seeing this page because the system administrator of 000webhost.com is currently checking this website for malicious content. This redirect page will be removed once we finish manually checking all files on this account. Since we check over 100 websites per day, it can take about 2-4 hours to complete. If you are the owner of this website, you will get an email confirmation once it's done. If you are a visitor, please come back later."
http://geocoder.hostoi.com/map.html
Make sure you're seeing the same version. Clear the IE cache (or force
a full refresh of the page). If that doesn't work, no idea I'm afraid
-- and I don't have IE9 to see.