Hey Dave, This should help for the google maps API portion. You will most likely need to modify/extend the jMaps plugin to implement this process:
http://groups.google.com/group/Google-Maps-API/browse_frm/thread/e0babe35e826a218/6093950fa213b493 I tried to change the jMarkerDefaults from click to: pointOpenHTMLEvent: "ready" or pointOpenHTMLEvent: "load" and neither seemed to work. Joe www.subprint.com On May 18, 11:55 am, sawmac <[EMAIL PROTECTED]> wrote: > I'm using jMaps (jQuery Google Maps plugin). > Is there a way to make a marker's HTML bubble appear when the map > loads? It looks like that HTML bubble only opens based on a marker > event (like click or mouseover). I'm hoping to just have the bubble > visible without any user action. > > thanks > > --dave