Do you mean the one shed IN panagia or a shed near panagia? Because there are like zero near panagia other than the one in the circle.
You can use this script here to see all the sheds on the map:
_sheds = nearestObjects [[0,0,0], ["Land_i_Shed_Ind_F"], 50000];
{
_shedMarker = "Industrial_Shed" + str _forEachIndex;
deleteMarker _shedMarker;
_shedMarker = createMarker [_shedMarker , _x];
_shedMarker setMarkerType "mil_dot";
} forEach _sheds;