[Google Maps API v3] Re: InfoWindow Loop retrieves only last element of Array

2010-06-02 Thread calibanter
Thanks Rossko. Yes, that's done the trick. I knew it was something like that. For the edification of anyone with a similar challenge, here is the working code. Thanks again.

[Google Maps API v3] InfoWindow Loop retrieves only last element of Array

2010-06-01 Thread calibanter
Hi. Forgive me. I know this is a JavaScript challenge and not a Google Maps challenge. I have Google Maps v3 and I have arrays that loop for marker locations and for InfoWindows. The marker locations work out just fine. But for the life of me I can't sort out the JavaScript loop for the InfoWin

[Google Maps API v3] Radius Results by Postal Code

2010-05-26 Thread calibanter
We have built a multi-search tool with php working with a mySQL database of LatLng Coordinates. The page is here: http://www.orcaretirement.com/search_master.php Currently, for one of the three searches, the user searches by (Canadian) Postal Code which checks the database for that postal code. B

[Google Maps API v3] Re: Initialize Event NOT on Body Tag

2010-03-03 Thread calibanter
I knew it was fuzzy JavaScript thinking. And the solution was so obvious. Just before the closing body tag, this: initialize(); And everything acts nicely. Thank you for your time and help. On Mar 3, 3:46 am, Marcelo wrote: > On Mar 3, 4:39 am, calibanter wrote: > > >

[Google Maps API v3] Initialize Event NOT on Body Tag

2010-03-02 Thread calibanter
Very new here. But all of the examples I can find has the map object actually returned on the body tag. I've got a php script that gets coordinates out of a database and puts together Google Map v3 Javascript that I can see is correct and I can get to work (by moving the pieces around). BUT I can