Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Saved Search Meta Query

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'fave_property_map_address',
		'compare' => 'EXISTS',
	),
);