CmdUtils.CreateCommand({
  name: "mmap",
  takes: {"address": noun_arb_text},
  icon: "chrome://minimap/skin/map_but.png",
  description: "Add an address to the Minimap Sidebar.",
  help:"Add an address to the Minimap Sidebar. Hit return to open sidebar with address added. Preview is currently just a copy of the inbuilt map ubiq preview, I will make my own once ubiquity settles down",
  execute: function( directObj ) {
    window.minimap.minimapSidebar(directObj.text);
  },
  preview: CmdUtils.makeContentPreview("http://maps.stcstm.org/map.html")
});
