Using the following code in a table for each of my map pin numbers:
onclick=”mapp0.getPoi(95).open();”
For this particular map pin “80” I have two poi’s number 95 and 97. I would prefer both info bubbles to open when visitor clicks on the “80” link in the table. Is this possible, if so, how do I modify the code above to include both poi’s?