Airbana Embeddable Airsoft Map
You can tweak the Javascript by adding override variables to better suit your website:
This code should by within the <body> section NOT within the <head> section!
UK Region Only:
<script type="text/javascript">
EmbedKey = 'EMBEDKEY';
Region = '1';
</script>
<script type="text/javascript" src="http://embeddable.airbana.net/AirbanaEmbeddable.js"></script>
Only UK Skirmish Sites:
<script type="text/javascript">
EmbedKey = 'EMBEDKEY';
Type = '1';
Region = '1';
</script>
<script type="text/javascript" src="http://embeddable.airbana.net/AirbanaEmbeddable.js"></script>
Explicit Long Lat and Zoom:
<script type="text/javascript">
EmbedKey = 'EMBEDKEY';
Long = '-0.976025';
Lat = '51.4448';
Zoom = '10';
</script>
<script type="text/javascript" src="http://embeddable.airbana.net/AirbanaEmbeddable.js"></script>
Explicit Map Size:
<script type="text/javascript">
EmbedKey = 'EMBEDKEY';
Height = '400';
Width = '200';
</script>
<script type="text/javascript" src="http://embeddable.airbana.net/AirbanaEmbeddable.js"></script>
All Variables for Version 1.2
| Variable Name | Variable Value | Description |
| Type | int | 1 = Skirmish Sites 2 = Retailer Sites |
| Region | int | 0 = The world 1 = England 1 = Europe 3 = U.S.A 4 = Asia |
| Long | float | GPS Longitude |
| Lat | float | GPS Latitude |
| Zoom | int | Google Maps Zoom Level |
| Height | int | Map Element Height |
| Width | int | Map Element Width |
| Controls | bool | Add Map Controls |