

[insert_php]
$location = get_field(‘google_map’);
$marker = get_field(‘google_marker’);
if( !empty($location) ){
echo ‘
‘;
}
[/insert_php]


[insert_php]
$location = get_field(‘google_map’);
$marker = get_field(‘google_marker’);
if( !empty($location) ){
echo ‘
‘;
}
[/insert_php]
