var cgm_map_315e2476a780cb24 = {id:'315e2476a780cb24', width:'527',height:'470',
	frame: null,
	div: null,
	initialize: function () {
		if (this.frame) return;
		this.div = document.getElementById('GlueMap_315e2476a780cb24');
		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_315e2476a780cb24 = function () {cgm_map_315e2476a780cb24.initialize.apply(cgm_map_315e2476a780cb24, []);}
if (window.addEventListener)
	window.addEventListener("load", gmInit_315e2476a780cb24, true);
else
	window.attachEvent("onload", gmInit_315e2476a780cb24);