Event.observe(window, 'load', gmapload, false);
function resetMap() {
map.centerAndZoom(new GPoint(0.4697, 51.7358), 9);
}
function gmapload() {
if (GBrowserIsCompatible()) {
var map = new GMap2($("map"));
map.addControl(new GLargeMapControl());
map.setCenter(new GLatLng (51.7358,0.4697), 9);
function addMarker(map, point, html) {
var theicon = new GIcon();
theicon.image = "../images/layup/point.png";
theicon.iconSize = new GSize(14, 10);
theicon.iconAnchor = new GPoint(5, 3);
theicon.infoWindowAnchor = new GPoint(6, 4);
var marker = new GMarker(point,theicon);
map.addOverlay(marker);
GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml(html);
});
}
var point = new GPoint(0.460795,51.73601);
addMarker(map, point, '
Chelmsford Training Centre
Fire Station
Rainsford Road
Chelmsford
Essex
CM1 2QS
View Details
');
var point = new GPoint(0.407243,51.57830);
addMarker(map, point, 'East Command
Community Fire Station, 500 Rayleigh Road, Benfleet, Essex
SS7 3TR
View Details
');
var point = new GPoint(0.862072,51.88482);
addMarker(map, point, 'EFA (Trading) Limited
London Road
Lexden
Colchester
Essex
CO3 9AA
View Details
');
var point = new GPoint(0.669777,51.81861);
addMarker(map, point, 'Headquarters
Kelvedon Park
Rivenhall
Witham
Essex
CM8 3HB
View Details
');
var point = new GPoint(0.340888,51.63075);
addMarker(map, point, 'Hutton Site
Rayleigh Road
Rayleigh Close
Hutton
Brentwood
Essex
CM13 1AL
View Details
');
var point = new GPoint(0.558563,51.87860);
addMarker(map, point, 'Industrial & Commerical Trading
c/o Braintree Fire Station
Railway Street
Braintree
Essex
CM7 3JD
View Details
');
var point = new GPoint(0.631672,51.79407);
addMarker(map, point, 'Service Training Centre, Witham
Fire Station
Hatfield Road
Witham
Essex
CM8 1EW
View Details
');
var point = new GPoint(0.853258,51.89039);
addMarker(map, point, 'Service Workshops
London Road
Lexden
Colchester
Essex
CO3 9AA
View Details
');
var point = new GPoint(0.901670,51.89708);
addMarker(map, point, 'Station 10 Colchester
Fire Station
Cowdray Avenue
Colchester
Essex
CO1 1XT
View Details
');
var point = new GPoint(1.259893,51.93184);
addMarker(map, point, 'Station 11 Dovercourt
Fire Station
Fronks Road
Dovercourt
Essex
CO12 4JE
View Details
');
var point = new GPoint(1.145791,51.80448);
addMarker(map, point, 'Station 12 Clacton
Fire Station
St John\'s Road
Clacton-on-Sea
Essex
CO16 8DB
View Details
');
var point = new GPoint(1.065664,51.94563);
addMarker(map, point, 'Station 17 Manningtree
Fire Station
The Quay
Manningtree
Essex
CO11 1AU
View Details
');
var point = new GPoint(1.247912,51.83748);
addMarker(map, point, 'Station 18 Frinton
Fire Station
140 Pole Barn Lane
Frinton-on-Sea
Essex
CO13 9NG
View Details
');
var point = new GPoint(1.125571,51.84330);
addMarker(map, point, 'Station 19 Weeley
Fire Station
Colchester Road
Weeley Heath
Essex
CO16 9ED
View Details
');
var point = new GPoint(1.023656,51.81069);
addMarker(map, point, 'Station 20 Brightlingsea
Fire Station
Lower Park Road
Brightlingsea
Essex
CO7 0BP
View Details
');
var point = new GPoint(0.963407,51.86831);
addMarker(map, point, 'Station 21 Wivenhoe
Fire Station
Colchester Road
Wivenhoe
Essex
CO7 9EU
View Details
');
var point = new GPoint(0.913993,51.77812);
addMarker(map, point, 'Station 22 West Mersea
Fire Station
Barfield Road
West Mersea
Essex
CO5 8QT
View Details
');
var point = new GPoint(0.749571,51.81192);
addMarker(map, point, 'Station 23 Tiptree
Fire Station
Church Road
Tiptree
Essex
CO5 0SU
View Details
');
var point = new GPoint(0.693225,51.87626);
addMarker(map, point, 'Station 24 Coggeshall
Fire Station
Colne Road
Coggeshall
Essex
CO6 1SX
View Details
');
var point = new GPoint(0.631672,51.79407);
addMarker(map, point, 'Station 25 Witham
Fire Station
Hatfield Road
Witham
Essex
CM8 1EW
View Details
');
var point = new GPoint(0.716722,51.55730);
addMarker(map, point, 'Station 30 Southend
Fire Station
Sutton Road
Southend-on-Sea
Essex
SS2 5PX
View Details
');
var point = new GPoint(0.666626,51.55531);
addMarker(map, point, 'Station 31 Leigh
Fire Station
Mountdale Gardens
Leigh-on-Sea
Essex
SS9 4AA
View Details
');
var point = new GPoint(0.619928,51.64340);
addMarker(map, point, 'Station 32 South Woodham Ferrers
Fire Station
Ferrers Road
South Woodham Ferrers
Essex
CM3 5XH
View Details
');
var point = new GPoint(0.485622,51.72233);
addMarker(map, point, 'Station 33 Great Baddow
Fire Station
Longmead Avenue
Maldon Road
Great Baddow
Chelmsford
Essex
CM2 7DR
View Details
');
var point = new GPoint(0.460795,51.73601);
addMarker(map, point, 'Station 34 Chelmsford
Fire Station
Rainsford Lane
Chelmsford
Essex
CM1 2QS
View Details
');
var point = new GPoint(0.585338,51.57139);
addMarker(map, point, 'Station 35 Rayleigh Weir
Fire Station
500 Rayleigh Road
Benfleet
SS73TR
View Details
');
var point = new GPoint(0.797172,51.53235);
addMarker(map, point, 'Station 42 Shoeburyness
Fire Station
Shoebury Avenue
Shoeburyness
Essex
SS3 9AR
View Details
');
var point = new GPoint(0.817341,51.62884);
addMarker(map, point, 'Station 43 Burnham-on-Crouch
Fire Station
Albert Road
Burnham-on-Crouch
Essex
CM0 8DZ
View Details
');
var point = new GPoint(0.879796,51.69853);
addMarker(map, point, 'Station 44 Tillingham
Fire Station
St Nicholas Road
Tillingham
Essex
CM0 7SQ
View Details
');
var point = new GPoint(0.831998,51.75864);
addMarker(map, point, 'Station 45 Tollesbury
Fire Station
High Street
Tollesbury
Essex
CM9 8RG
View Details
');
var point = new GPoint(0.661435,51.72020);
addMarker(map, point, 'Station 46 Maldon
Fire Station
Wycke Hill
Maldon
Essex
CM9 6SH
View Details
');
var point = new GPoint(0.665491,51.59756);
addMarker(map, point, 'Station 47 Hawkwell
Fire Station
Main Road
Hawkwell
Essex
SS5 4EG
View Details
');
var point = new GPoint(0.707413,51.58057);
addMarker(map, point, 'Station 49 Rochford
Fire Station South Street
Rochford
Essex
SS4 1BL
View Details
');
var point = new GPoint(0.319525,51.49034);
addMarker(map, point, 'Station 50 Grays
Fire Station
Hogg Lane
Grays
Essex
RM17 5QS
View Details
');
var point = new GPoint(0.301418,51.62294);
addMarker(map, point, 'Station 51 Brentwood
Fire Station
North Road
Brentwood
Essex
CM14 4UZ
View Details
');
var point = new GPoint(0.458672,51.57188);
addMarker(map, point, 'Station 52 Basildon
Fire Station
Broadmayne
Basildon
Essex
SS14 1EH
View Details
');
var point = new GPoint(0.581746,51.51983);
addMarker(map, point, 'Station 54 Canvey
Fire Station
Long Road
Canvey Island
Essex
SS8 0JD
View Details
');
var point = new GPoint(0.383842,51.50622);
addMarker(map, point, 'Station 55 Orsett
Fire Station
Stanford Road
Orsett
Thurrock
Essex
RM16 3DU
View Details
');
var point = new GPoint(0.466543,51.52667);
addMarker(map, point, 'Station 66 Corringham
Fire Station
43 Fobbing Road
Corringham
Essex
SS17 9BN
View Details
');
var point = new GPoint(0.382152,51.66921);
addMarker(map, point, 'Station 67 Ingatestone
Fire Station
High Street
Ingatestone
Essex
CM4 9EY
View Details
');
var point = new GPoint(0.416506,51.62065);
addMarker(map, point, 'Station 68 Billericay
Fire Station
Laindon Road
Billericay
Essex
CM12 9LL
View Details
');
var point = new GPoint(0.519714,51.61037);
addMarker(map, point, 'Station 69 Wickford
Fire Station
Nevendon Road
Wickford
Essex
SS12 0QG
View Details
');
var point = new GPoint(0.091616,51.77247);
addMarker(map, point, 'Station 70 Harlow Central
Harlow Central Fire Station
Fourth Avenue
Harlow
Essex
CM20 1DU
View Details
');
var point = new GPoint(0.244077,51.70228);
addMarker(map, point, 'Station 71 Ongar
Fire Station
High Street
Ongar
Essex
CM5 9DT
View Details
');
var point = new GPoint(0.052842,51.64367);
addMarker(map, point, 'Station 72 Loughton
Fire Station
Old Station Road
Loughton
Essex
IG10 4PE
View Details
');
var point = new GPoint(0.001584,51.68360);
addMarker(map, point, 'Station 73 Waltham Abbey
Fire Station
Sewardstone Road
Waltham Abbey
Essex
EN9 1PA
View Details
');
var point = new GPoint(0.558563,51.87860);
addMarker(map, point, 'Station 78 Braintree
Fire Station
Railway Street
Braintree
Essex
CM7 3JD
View Details
');
var point = new GPoint(0.479741,51.95310);
addMarker(map, point, 'Station 79 Wethersfield
Fire Station
Finchingfield Road
Wethersfield
Essex
CM7 4BN
View Details
');
var point = new GPoint(0.587693,51.97989);
addMarker(map, point, 'Station 80 Sible Hedingham
Fire Station
Rectory Road
Sible Hedingham
Essex
CO9 3NU
View Details
');
var point = new GPoint(0.639984,51.94014);
addMarker(map, point, 'Station 81 Halstead
Fire Station
Parsonage Street
Halstead
Essex
CO9 1EZ
View Details
');
var point = new GPoint(0.137310,51.78361);
addMarker(map, point, 'Station 82 Old Harlow
Fire Station
82 High Street
Harlow
Essex
CM17 0DR
View Details
');
var point = new GPoint(0.195303,51.90258);
addMarker(map, point, 'Station 83 Stansted
Fire Station
Chapel Hill
Stansted
Essex
CM24 8AE
View Details
');
var point = new GPoint(0.220053,51.98169);
addMarker(map, point, 'Station 84 Newport
Fire Station
Debden Road
Newport
Essex
CB11 3RU
View Details
');
var point = new GPoint(0.241952,52.02300);
addMarker(map, point, 'Station 85 Saffron Walden
Fire Station
Hill Street
Saffron Walden
Essex
CB10 1EH
View Details
');
var point = new GPoint(0.351330,51.95229);
addMarker(map, point, 'Station 86 Thaxted
Fire Station
Bardfield Road
Thaxted
Essex
CM6 2LP
View Details
');
var point = new GPoint(0.364417,51.87292);
addMarker(map, point, 'Station 87 Dunmow
Fire Station
Stortford Road
Dunmow
Essex
CM6 1DA
View Details
');
var point = new GPoint(0.311324,51.79776);
addMarker(map, point, 'Station 88 Leaden Roding
Dunmow Road,
Leaden Roding,
Essex
CM6 1QB
View Details
');
var point = new GPoint(0.110094,51.69749);
addMarker(map, point, 'Station 89 Epping
Fire Station
High Street
Epping
Essex
CM16 4AF
View Details
');
var point = new GPoint(0.853258,51.89039);
addMarker(map, point, 'Urban Search and Rescue (USAR)
London Road
Lexden
Colchester
Essex
CO3 9AA
View Details
');
var point = new GPoint(0.489820,51.96530);
addMarker(map, point, 'Wethersfield Training Centre
Building 212
MDP Wethersfield Airbase
Wethersfield
Braintree
Essex
CM7 4AZ
View Details
');
}
}