How can I access global shop locations list?

Hi guys, does anyone know if we can access the list of shop locations globally? Something like {% for location in shop.locations %}{{ location.name }}{% endfor %} would be great for creating a store locator for example.
I did find this location object, but I think that’s only accessible from the product.store_availabilities object…