Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Meta1

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'market_center_fields_city',
		'value'   => '$city',
		'compare' => '=',
	),
);