Hello,
I am trying to create an application that finds room numbers on a campus and places a marker(a paw) on top of a searched address (like a room number).
The first time a user runs the application and searches an address, the app is able to find the correct address and places the Floor Layer first and then the marker symbol, which is correct.
Like this:

However, when a user types in a search a second time, the marker label(the paw) is placed underneath the Floor Layer, and is not visible, which is incorrect.
Like this:

Does anyone have an idea why this happens?
Thanks in advance!