try this :
Place a trigger covering the whole map with these properties :
Activation : EAST
Onactivation : East_units = thislist
Then place your marker and name it. (eg : M1)
Then run this code in a trigger or script :
"_x doMove getmarkerpos "M1"" ForEach East_units
I'm not sure about the "" tho...