var cgm_map_c551da4985240464 = {id:'c551da4985240464', width:'613',height:'576',
	frame: null,
	div: null,
	initialize: function () {
		if (this.frame) return;
		this.div = document.getElementById('GlueMap_c551da4985240464');
		if (!this.div) {
			alert ('The GlueMap is not embedded properly to the page!');
			return;
		}
		this.frame = document.createElement('iframe');
		this.frame.style.padding = "0px";
		this.frame.style.borderWidth = "0px";
		this.frame.frameBorder = 0;
		this.div.appendChild(this.frame);
		this.frame.style.width = this.frame.style.height = "100%";
		this.div.style.width = this.width + "px";
		this.div.style.height = this.height + "px";
		//this.div.style.position = "absolute";
		//this.div.style.top = this.div.style.left = "20px";
		this.div.style.overflow = this.frame.style.overflow = "hidden";
		this.frame.src = "http://www.gluemap.com/custom/gmaps/code.html?map=" + this.id;
	}
}
var gmInit_c551da4985240464 = function () {cgm_map_c551da4985240464.initialize.apply(cgm_map_c551da4985240464, []);}
if (window.addEventListener)
	window.addEventListener("load", gmInit_c551da4985240464, true);
else
	window.attachEvent("onload", gmInit_c551da4985240464);