If you have to nuke a ground item called burning tar near you, you could do something like this:
/cast "put ground target spell here" loc ${Ground[burning tar].X} ${Ground[burning tar].Y} ${Ground[burning tar].Z}
this will look for the nearest ground item called burning tar, and use its X Y and Z to use in the /cast spell loc syntax.