/**
 * Wrapper function around cmb_get_option
 *
 * @param  string $key Options array key
 *
 * @return mixed        Option value
 */
function gmb_get_option($key = '')
{
    return cmb2_get_option(Google_Maps_Builder_Settings::key(), $key);
}