Any stops with the same RouteName will end up on the same route. If you have Person 1 going to Park A, and you have three entrances for Park A (A1, A2, and A3), and you assign them all to RouteName 1, the route solver will produce a route like this:
Person 1 -> A1 -> A2 -> A3. The route will have four stops, which I think isn't what you want. You need to choose just one of those park entrances as the second stop in your route.
Alternatively, if you don't actually know which park/entrance each person is going to, you can use the Closest Facility solver. This will generate a route to the closest park or park entrance to each person. However, if you already have data reporting which park each person goes to, the closest one might not necessarily match.