octalAddEventListener(window, 'load', function()
	{
		var mapElem = document.getElementById('map_border');
		if (mapElem) {
			mapElem.x_octal_propiconprops = {
				image: urlbase_static + 'mapicon/TVO/propicon.png',
				iconSize: { width: 48, height: 48 },
				iconAnchor: { x: 24, y: 24 },
				infoWindowAnchor: { x: 24, y: 24 },
				transparent: urlbase_static + 'mapicon/TVO/propicon-transparent.png',
				maxHeight: 2
			};
		}
	});
