diff --git a/src/simply-rets-shortcode.php b/src/simply-rets-shortcode.php index e58d911..9ede02d 100644 --- a/src/simply-rets-shortcode.php +++ b/src/simply-rets-shortcode.php @@ -275,6 +275,7 @@ public static function sr_residential_shortcode($atts = array ()) { $setting_atts = array( "map_position" => get_option('sr_search_map_position', 'map_above'), "grid_view" => false, + "show_map" => true, "vendor" => "", "limit" => 20 );