The way I do it, Save the ID, name and position of the sphere to an database (sqlite or hashes w/e)
Then load all those when the server starts, and save it to an class for fast reading.
Also save the Sphere pointer somewhere in your class.
Then when someone walks into a sphere loop trough your class and check if the sphere ID is in your class and display the stuff you want.
Easy huh?