javascriptのリテラル(literal)

class GInfoWindowOptions

Instances of this class are used in the opts? argument to the methods openInfoWindow(), openInfoWindowHtml(), openInfoWindowTabs(), openInfoWindowTabsHtml(), the bindInfoWindow*() variants, and showMapBlowup() of classes GMap2 and GMarker. There is no constructor for this class. Instead, this class is instantiated as javascript object literal.

という説明があり、コンストラクタがないこのクラスのプロパティを指定する場合は、以下のようにする。

{maxWidth : 500, maxTitle : 'InfoWindowを最大化にしたときのタイトル文字列'}