hi.
the store locator uses a depricated jquery function called “live”.
basicly its the same function as “on” as an event-listener.
to fix this problem you have to open plugins/store-locator/js/functions.js
and replace “|live|” with “|on|”
hopefully this will be fixed in the next update.
hope this helps.