1. In the URL by address (any combination of city, state, postal code, etc.)
Add "/address/[search_address_value]" to the end of your locator URL.
Example:
Result:
The above link will initiate a search on the zip code 90210.
2. In the URL by Location ID (get the Location ID from the locations admin page)
Add "/loc/[location_id_number]" to the end of your locator URL.
Example:
Result:
The above link will center the map on the location with Location ID of 537.
3. In the URL by Latitude and Longitude
Add "/lat/[latitude_value]/lon/[longitude_value]" to the end of your locator URL.
Example:
Result:
The above link will center the map at the latitude and longitude intersection of (47.90699, -122.2816).