Category image from category id flat catalog enabled Magento

<?php $Category = Mage::getModel(‘catalog/category’)->load($categoryId); ?>
<?php echo  $this->getImageUrl($Category) ?>