Event.observe(window, 'load', gmapload, false); function gmapload() { if (GBrowserIsCompatible()) { var map = new GMap2($("gmap")); map.addControl(new GLargeMapControl()); map.setCenter(new GLatLng (54.175297,-4.394531), 5); var icon = new GIcon(G_DEFAULT_ICON); icon.image = "/_img/layup/pointer.png"; function addMarker(map, point, html) { var marker = new GMarker(point, icon); map.addOverlay(marker); GEvent.addListener(marker, "click", function() { $('address').innerHTML = html; //citrusCMS.flashRewrite('details>h1','/_img/layup/title.swf', '', '1'); if ($('results2')) { citrusCMS.flashRewrite('address>h1','/_img/layup/title.swf', '', '1');} }); } var point = new GPoint(-1.491378,55.017009); var marker = addMarker(map, point, '

North Service Office

Covering the north of England and Isle of Man

Unit 24a
Oak Road
West Chirton North Industrial Estate
North Shields
NE29 8SF

Tel 0845 078 0882
Fax 0845 078 0883
Email service.north.uk@geze.com

');var point = new GPoint(-0.769416,51.284804); var marker = addMarker(map, point, '

South East Service Office

Covering London and south east England

Unit 15
Farnborough Business Centre
Eelmoor Road
Farnborough
Hampshire
GU14 7XA

Tel 0845 078 0878
Fax 0845 078 0879
Email service.southeast.uk@geze.com

');var point = new GPoint(-1.779043,52.707666); var marker = addMarker(map, point, '

Midlands Service Office

Covering central and northern England and north Wales

Blenheim Way
Fradley Park
Lichfield
Staffordshire
WS13 8SY

Tel 0845 078 0880
Fax 0845 078 0881
Email service.midlands.uk@geze.com

 

Central Service Office

Covering Northern Ireland and national companies

Blenheim Way
Fradley Park
Lichfield
Staffordshire
WS13 8SY

Tel 01543 443030
Fax 01543 443031
Email service.central.uk@geze.com

');var point = new GPoint(-2.501898,51.291768); var marker = addMarker(map, point, '

South West Service Office

Covering south west England and south Wales

Unit 39
Old Mills Industrial Estate
Paulton
Bristol
BS39 7SU

Tel 0845 078 0884
Fax 0845 078 0885
Email service.southwest.uk@geze.com

');var point = new GPoint(-4.169898,55.827677); var marker = addMarker(map, point, '

Scotland Service Office

Block 16, Unit 5
Cambuslang Investment Park
Clydesmill Place
Cambuslang

G32 8RE

Tel 0845 030 9024
Fax 0845 030 9025
Email service.scotland.uk@geze.com

'); } }