var mapDiv = document.getElementById('postlocation_map');

if (mapDiv) {
	var maplogo2 = document.createElement("img");
	maplogo2.style.position = "absolute";
	maplogo2.style.width = "177px";
	maplogo2.style.height = "127px";
	maplogo2.style.left = "110px";
	maplogo2.style.top = "160px";
	maplogo2.src = "/news/wp-content/themes/goodnews/images/goodnews-fukidashi.png";
	maplogo2.onclick = function(){ maplogo2.style.display = 'none'; };
	var self = this;
	this.postLocation.setMapMoveCallback( function(){ maplogo2.style.display = 'none'; self.postLocation.removeMapMoveCallback(); } );
	mapDiv.appendChild(maplogo2);
}
