Hi,

I am using a gmap in a custom form, i am adding it using the following code:

if ($usegmap) {
    $map_macro = variable_get('gmap_user_map', '[gmap|id=usermap|center=0,30|control=Large|zoom=12|width=95%|height=400px]');
    $form['CL']['gmap']['#value'] = gmap_set_location($map_macro, $form['CL'], array('latitude'=>'Callerlatitude_disp','longitude'=>'Callerlongitude_disp'));
  }

A marker is added at the corect location, but when the marker is clicked, he disapear, is there a way tochange this behavior?