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.
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
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
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:
>
>
>
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