I think I found an answer for this problem. The answer is: do not create a dialog on the fly (i.e. do not create a div on the fly and then $(div).dialog()), but create a dialog before initializing the google map.
On Wed, Feb 24, 2010 at 2:41 PM, Thai Dang Vu <tdan...@gmail.com> wrote: > Hi, > > I create a jQuery dialog which is above a Google map. If I drag that > dialog, the whole google map dispappears. Does anybody have any idea of what > happened? > > Thank you. >