I have a testsite which loads at the push of the magnifying button .../forms/viewlab.php?sid=2 dynamically via jquery 'load' (ajax). Viewlab.php contains a with id "map" and should load/display a google map.
Strange thing is that upon push of the button ("load map"), the goggle map only loads for a split second (depending on the speed of your computer you can actually see it flicker once) and then disappears.
I am using the google ajax api to load google maps and jquery. Any any idea how to make that work?