var glasgow = new Array(4);	
glasgow[0] = 'glasgow';		
glasgow[1] = "GLASGOW<br />\
				Suite 15, Buchanan Business Centre<br />\
				Stepps<br />\
				Glasgow G33 6HZ<br />\
				Tel: 0844 8562276<br />\
				Fax: 0844 8562277<br />\
				lia.gsw@davies-group.com";
glasgow[2] = 55.8637;
glasgow[3] = -4.1374;

var ipswich = new Array(4);
ipswich[0] = ipswich;
ipswich[1] = "IPSWICH<br />\
Fisons House, 159 Princes Street<br />\
Ipswich<br />\
Suffolk IP1 1QH<br />\
Tel: 01473 381481<br />\
Fax: 01473 381482";
ipswich[2] = 52.0719;
ipswich[3] = 1.1165;

/*var leeds = new Array(4);
leeds[0] = leeds;
leeds[1] = "LEEDS<br />\
32A Main Street<br />\
Garforth<br />\
Leeds LS25 1AA<br />\
dce@davies-group.com";
leeds[2] = 53.7148;
leeds[3] = -1.3874;*/

var leeds = new Array(4);
leeds[0] = leeds;
leeds[1] = "LEEDS<br />\
32A Main Street<br />\
Garforth<br />\
Leeds LS25 1AA<br />\
leeds@davies-group.com";
leeds[2] = 53.7148;
leeds[3] = -1.3874;

var london = new Array(4);
london[0] = london;
london[1] = "LONDON<br />\
Frankland Moore House<br />\
185-187 High Road<br />\
Chadwell Heath<br />\
Romford, Essex, RM6 6NR<br />\
dceu@davies-group.com";
london[2] = 51.5514;
london[3] = 0.3241;

/*var london = new Array(4);
london[0] = london;
london[1] = "LONDON<br />\
70 Station Road<br />\
Upminster<br />\
Essex RM14 2TD<br />\
Tel: 01708 227268<br />\
Fax: 01708 227269<br />\
Paul Gabell<br />\
dceu@davies-group.com";
london[2] = 51.5514;
london[3] = 0.3241;*/

var manchester = new Array(4);
manchester[0] = manchester;
manchester[1] = "MANCHESTER<br />\
2nd Floor, Station House<br />\
Stamford New Road<br />\
Altrincham<br />\
Cheshire WA14 1EP<br />\
Tel: 0161 877 2227<br />\
Fax: 0161 877 3200<br />\
dcem@davies-group.com";
manchester[2] = 53.3615; 
manchester[3] = -2.3794;

var addresses = new Array(glasgow, london, ipswich, manchester, leeds);
var lasteightmarkerssettogreen = false; 