In BASIC8 https://store.steampowered.com/app/767240/ map is loaded and placed as you code. It won't lead to the loading problem after moving camera. i.e.
a = load_resource("a.map")
b = load_resource("b.map")
...
camera cx, cy
map a, x0, y0
map b, x1, y1