/*
* @file
* Javascript run on destruction of a map. Fades it out from map index.
*/
$('#<%= dom_id(@map) %>').fadeOut('slow');