If your creating a set "map" then there are still better ways of doing this,one instance repeated would be better than what could end up being 100's of clone tiles...
look into arrays to store the values (ie which tile types are placed where).
another way would be one tile sprite with different "tile types" being added as animation frames...