Re: Adding markers to an existing map with geoencoding

2010-01-18 Thread John
Hello Mike: Thanks for the pointer. That makes perfect sense and worked right off the bat. As for re-geoencoding the default point, this is just an exercise and I had simplified the code for purposes of troubleshooting and explaining the problem. Originally, I was attempting to use the loader's C

Re: Adding markers to an existing map with geoencoding

2010-01-18 Thread Mike Williams
1. It's not good practice to re-geocode a fixed address every time someone opens your page. It wastes resources and slows down your page. 2. You have two maps in the same div. One associated with the global variable "map" and one associated with the "map" variable that's local to showAddress(). W

Adding markers to an existing map with geoencoding

2010-01-17 Thread John
Hi: I'm just starting with Google Maps. I understand the process of adding markers and polylines to a map en masse, what I'm having difficulty is adding a single marker, lat/lng to be determined by GeoEncoding, to an already defined map. My web page is http://gooseneckcreek.com/Google/testGeoCo