go into cstrike\scripts and open HudLayout.res in notpad

find
Code:
	HudRadar
	{
		"fieldName" "HudRadar"
		"visible"	"1"
		"enabled"	"1"
		"xpos"		"c-48" // "16"
		"ypos"		"340" // "16"
		"wide"		"96"
		"tall"		"96"
	}

	HudLocation
	{
		"fieldName" "HudLocation"
		"visible"	"1"
		"enabled"	"1"
		"xpos"		"16"
		"ypos"		"112"
		"wide"		"96"
		"tall"		"16"
		"textAlignment"	"north"
	}
and replace it with

Code:
	HudRadar
	{
		"fieldName" "HudRadar"
		"visible" "1"
		"enabled" "1"
		"xpos"		"16"
		"ypos"		"17"
		"wide"		"95"
		"tall"		"95"
	}

   HudLocation
   {
	   "fieldName" "HudLocation"
		"visible" "0"
		"enabled" "0"
		"xpos"		"20"
		"ypos"		"116"
		"wide"	"0"
		"tall"	"0"
	   "textAlignment"	"north"
   }
let me know if that fixes the issue.

sio

PS: do the changes while your not in game and then connect and check if the changes worked.