setMap: function(map) {
// Run logic defined in the base class
this.inherited(arguments);
//COMMENT OUT OR REMOVE THESE LINES
// hide the info window when the user is focusing elsewhere.
// this._eventConnections.push(dojo.connect(map, "onPanStart", this, this.hide));
// this._eventConnections.push(dojo.connect(map, "onZoomStart", this, this.hide));
},