Makes a new map that's a copy of an existing map. After copying, changes in the original map won't affect the copy.
// PROTOTYPE Map(const Map& map);