The Store Locator permissions work based on the permission levels of WordPress. Furthermore, This can be found on the WordPress permission page.

Please add the following line in the wp-config.php page to change the permission of the Store Locator plugin:

 define('ASL_PERMISSION', 'edit_pages'); 

The list of possible permission values can be found at the following link.

Please make sure to add the line before the last line, so it will be like this.

edit store locator permission