Thanks for the links...
I had seen the first example ...map2.html
and I had started to build out on that employing our
data and it worked for the most part but there is something
that is not exactly right --> when I changed our descriptions that
appear in the infowindows ballons to be about the same length some of
the info windows would show the wrong information... I think this had
something to do with this line of code:
side_bar_html += '<a href="javascript:myclick(' +
(gmarkers.length-1) + ')">' + name + '<\/a><br>';
note the gmarkers.length-1 piece above - I tried to fix that but to no
avail... comes from not fully understanding how this works.
Anyway - thanks for the second example link ...map3.html
that one uses a loop to create the markers like my code.. I would
swear that I have tried the solution presented in map3 example but
mine didn't work!
will try hope I can get this part =>
infowindow.setContent(this.html); to work too..
On Jan 26, 10:52 am, "
geocode...@gmail.com" <
geocode...@gmail.com>
wrote: