Where do you want to have the city displayed?
Something like this: Title - City?
If so, you can try this:
change this
<meta property="og:title" content="<?php echo osc_item_title() ; ?>" />
to this
<meta property="og:title" content="<?php echo osc_item_title() ; ?> - <?php echo osc_item_city() ; ?>" />
Regards,
Peter