I have a Theater Map glance command I use that's close to what you're after. But, it'll display the F10 map only while you hold the button down. Once you release it the view will switch back to cockpit.
{down = iCommandViewAWACS, up = iCommandViewCockpit, name = _('F10 theater map GLANCE'), category = { _('Toggle Switches'), _('View')}},
I've set it to appear in the "View" category and a "Toggle Switches" category that I use for my other toggles.