I think that two <body> tags, each with a different onload attribute will behave strongly browser dependent.
Try to trigger both of the functions by a single onload handler: <body onload="initialize(); init()"> and get rid of the second <body>. You also have an extra </head> and some extra </table> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
