If you want to disable the address field to just show stores within your default position you can hide the input field via custom CSS like this:
#store_locator_address_field { display: none; }
Then you need to set a default lat / lng and disable auto geolocation within the plugin settings.