What I want to do is basically have my XML look like this:
<root>
<Map1> </Map1>
<Map2> </Map2>
<Map3> </Map3>
</root>
I don't want to have to declare a new variable every time I want a new map, so how would I create an index at the end of my variable?