Custom post type post taxonomies

<?php get_the_terms( get_the_ID(), 'city' ); ?> 

You can learn more about this function here.