Ajax > Googleマップ > お勉強 > イベント(ダブルクリック)
//マーカーをダブルクリックでダイアログを開きます GEvent.addListener(marker, 'dblclick', function() { alert('ダブルクリックされました'); });