$.fn.extend({
  
  dmWidgetGoogleMapShowForm: function(widget)
  {
    var self = this,
		$form = self.find('form:first'),
		$tabs = $form.find('div.dm_tabbed_form').dmCoreTabForm();
  }
});
