You probably have to code it yourself, no such thing is available in SFML since it's purpose isn't to create games, but just provide graphics, input, sound, network. It's easier than it seems to create a tiled mapsystem. A good approach would be to create a cMap class, and cTile class, and try to load a custom mapfile into the game.