$f_AdminButtons" : '') . $f_PlacemarkContent; $content = "
$content
"; } else { $content = $f_PlacemarkContent; } $geo_objects[] = array( "id" => $f_RowID, "icon" => ($f_PlacemarkIcon && $f_PlacemarkIcon->get_path() != "") ? $f_PlacemarkIcon->get_path() : nc_component_path($cc_env["Real_Class_ID"]) . "marker-map.png", "address" => $f_Address, "coordinates" => $f_Coordinates ?: null, "placemarkContent" => $content ?: null, "hintContent" => $f_HintContent ?: null, ); ?>