I am using this function to get the featured images:
You can also get it from post_meta like this:
echo get_post_meta($post->ID, 'featured_image', true);