That probably wouldn't work as they're area-based markers.
What Kronzky used to suggest (from the top of my head) in his readme was doing this with each of the markers (in init.sqf):
if(isServer) then {
"m" setMarkerPos [-(getMarkerPos "m" select 0),-(getMarkerPos "m" select 1)];
};