| Line 3... |
Line 3... |
| 3 |
<head>
|
3 |
<head>
|
| 4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
| 5 |
<title>Hotspot Store</title>
|
5 |
<title>Hotspot Store</title>
|
| 6 |
<link href="/css/style.css" type="text/css" rel="stylesheet" />
|
6 |
<link href="/css/style.css" type="text/css" rel="stylesheet" />
|
| 7 |
<link rel="stylesheet" type="text/css" href="/css/storelocator.css">
|
7 |
<link rel="stylesheet" type="text/css" href="/css/storelocator.css">
|
| 8 |
#include ("templates/commonjsfiles.vm" )
|
- |
|
| 9 |
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAWr2xrDfxwBgFUkm0Jvda1l7Byhk6pG4w®ion=IN"></script>
|
8 |
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAWr2xrDfxwBgFUkm0Jvda1l7Byhk6pG4w®ion=IN"></script>
|
| 10 |
<script type="text/javascript" src="/js/jquery-3.0.0.min.js"></script>
|
9 |
<script type="text/javascript" src="/js/jquery-3.0.0.min.js"></script>
|
| 11 |
<script type="text/javascript" src="/js/jquery.storelocator.js"></script>
|
10 |
<script type="text/javascript" src="/js/jquery.storelocator.js"></script>
|
| 12 |
<script type="text/javascript" src="/js/handlebars.min.js"></script>
|
11 |
<script type="text/javascript" src="/js/handlebars.min.js"></script>
|
| - |
|
12 |
#include ("templates/commonjsfiles.vm" )
|
| 13 |
<!--API initialised-->
|
13 |
<!--API initialised-->
|
| 14 |
|
14 |
|
| 15 |
<script type="text/javascript">
|
15 |
<script type="text/javascript">
|
| 16 |
defaultLoc = {lat: 28.704, lng: 77.102};
|
16 |
defaultLoc = {lat: 28.704, lng: 77.102};
|
| 17 |
$(function() {
|
17 |
$(function() {
|