Map for my 2d game like surviv.io

Hello. I make a game like surviv.io. I have a question, how can I make a map in my game? I need to quickly and efficiently make a static map. Maybe I need to do it through Photoshop?
Or how can I make a static map for my game quickly and easily?

Have you tried tiled?

3123123 For Example

No, I’ll try, thanks

You can draw your map with another software, load it as a background image (not tileset) in Tiled, create an object layer and place objects where you want the interactions in the map.
Or you could use Tiled alone as @yannick replied.
It is more tedious but you could describe your map in a json or text file and parse it manually.