I am working with a map that displays several circles, each with its own radius. When the page loads, I capture the user's position and show it on the map. Initially, all circles are red. My goal is to determine if the user's current position falls within any of these circles, and if so, change that specific circle's color to green instead of red. What would be the most effective approach to achieving this?