FastRep Store Locator Widget

The FastRep Store Locator Widget allows FastRep customers to include store lookup functionality directly on their site.

Installation

The only required file to include is the main JavaScript file. We have also provided a simple style sheet to make things easier, though you are welcome to style it yourself. To get started, include the following in your page where you'd like the store finder to appear:

<script type="text/javascript" src="http://files.fastrep.com/widgets/store-locator/locator.js"></script>

Next, you'll need to set some variables.

<script type="text/javascript">
FASTREP.key = 'YOUR_API_KEY';
FASTREP.companyID = 'YOUR_FASTREP_COMPANY_ID';
</script>

Replace "YOUR_API_KEY" with the API key provided to you and "YOUR_FASTREP_COMPANY_ID" with the company ID provided to you.

Next, include the following stylesheet in the head of your page (or above the script tag if you don't have access to your template's head).

<link rel="stylesheet" type="text/css" href="http://files.fastrep.com/widgets/store-locator/locator.css">