カスタムフィールドの住所からGoogleMAPを表示する

カスタムフィールドの住所からGoogleMAPを表示する

<iframe src="https://maps.google.co.jp/maps?output=embed&amp;q=<?php echo get_post_meta($post->ID , 'フィールド名' ,true); ?>&amp;z=14" width="1000" height="600" frameborder="0" scrolling="no" ></iframe>