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